1) Add in IfrParser so that the FrameworkHii->GetDefaultImage can scan UEFI IFR opcodes and get the default value embedded in the IFR.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5119 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -33,6 +33,15 @@
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
UefiIfrParserInternal.h
|
||||
UefiIfrParserCommon.c
|
||||
UefiIfrParserCommon.h
|
||||
UefiIfrParser.c
|
||||
UefiIfrParser.h
|
||||
UefiIfrParserExpression.c
|
||||
UefiIfrParserExpressionInternal.h
|
||||
UefiIfrDefault.c
|
||||
UefiIfrDefault.h
|
||||
Keyboard.c
|
||||
Fonts.c
|
||||
Package.c
|
||||
@@ -44,6 +53,8 @@
|
||||
ConfigAccess.h
|
||||
Utility.c
|
||||
Utility.h
|
||||
R8Lib.c
|
||||
R8Lib.h
|
||||
|
||||
|
||||
[Packages]
|
||||
@@ -63,6 +74,7 @@
|
||||
ExtendedHiiLib
|
||||
IfrSupportLib
|
||||
ExtendedIfrSupportLib
|
||||
PrintLib
|
||||
|
||||
[Protocols]
|
||||
gEfiHiiProtocolGuid
|
||||
@@ -73,6 +85,7 @@
|
||||
gEfiHiiConfigRoutingProtocolGuid
|
||||
gEfiHiiConfigAccessProtocolGuid
|
||||
gEfiFormCallbackProtocolGuid
|
||||
gEfiUnicodeCollation2ProtocolGuid
|
||||
|
||||
[Depex]
|
||||
gEfiHiiImageProtocolGuid AND
|
||||
|
Reference in New Issue
Block a user