Add in some features for the thunk layer:
1) Handle Framework HII callback 2) Install default Config Access protocol for each IFR form package registered. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5069 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -40,12 +40,15 @@
|
||||
Forms.c
|
||||
HiiDatabase.h
|
||||
HiiDatabase.c
|
||||
ConfigAccess.c
|
||||
ConfigAccess.h
|
||||
Utility.c
|
||||
Utility.h
|
||||
|
||||
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
@@ -57,6 +60,7 @@
|
||||
DebugLib
|
||||
BaseLib
|
||||
HiiLib
|
||||
ExtendedHiiLib
|
||||
|
||||
|
||||
|
||||
@@ -66,10 +70,14 @@
|
||||
gEfiHiiDatabaseProtocolGuid
|
||||
gEfiHiiStringProtocolGuid
|
||||
gEfiHiiFontProtocolGuid
|
||||
gEfiHiiConfigRoutingProtocolGuid
|
||||
gEfiHiiConfigAccessProtocolGuid
|
||||
gEfiFormCallbackProtocolGuid
|
||||
|
||||
[Depex]
|
||||
gEfiHiiImageProtocolGuid AND
|
||||
gEfiHiiDatabaseProtocolGuid AND
|
||||
gEfiHiiStringProtocolGuid AND
|
||||
gEfiHiiFontProtocolGuid
|
||||
gEfiHiiFontProtocolGuid AND
|
||||
gEfiHiiConfigRoutingProtocolGuid
|
||||
|
||||
|
Reference in New Issue
Block a user