Sync UefiLib instance in IntelFrameworkPkg with the one in MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6797 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -21,15 +21,11 @@
|
||||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = FrameworkUefiLib
|
||||
FILE_GUID = B2F0D71A-A39F-4094-854B-0C6BA6910CCE
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
MODULE_TYPE = UEFI_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = UefiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||
|
||||
|
||||
#
|
||||
# The following information is for reference only and not required by the build tools.
|
||||
#
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||||
#
|
||||
@ -37,11 +33,12 @@
|
||||
[Sources.common]
|
||||
UefiLibPrint.c
|
||||
UefiNotTiano.c
|
||||
UefiDriverModel.c
|
||||
Console.c
|
||||
UefiLib.c
|
||||
UefiDriverModel.c
|
||||
FrameworkUefiLib.h
|
||||
|
||||
UefiLibInternal.h
|
||||
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||
@ -57,20 +54,24 @@
|
||||
UefiBootServicesTableLib
|
||||
DevicePathLib
|
||||
|
||||
[Guids]
|
||||
gEfiFrameworkDevicePathGuid # ALWAYS_CONSUMED
|
||||
gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
|
||||
gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
|
||||
|
||||
|
||||
[Protocols]
|
||||
gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED
|
||||
gEfiSimpleTextOutProtocolGuid # ALWAYS_CONSUMED
|
||||
gEfiGraphicsOutputProtocolGuid # ALWAYS_CONSUMED
|
||||
gEfiHiiFontProtocolGuid # ALWAYS_CONSUMED
|
||||
gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiDriverConfiguration2ProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiFirmwareVolume2ProtocolGuid # ALWAYS_CONSUMED
|
||||
|
||||
[Guids]
|
||||
gEfiFrameworkDevicePathGuid # ALWAYS_CONSUMED
|
||||
gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
|
||||
gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
|
||||
gEfiUgaDrawProtocolGuid # SOMETIMES_CONSUMED
|
||||
|
||||
|
||||
[Pcd.common]
|
||||
@ -81,3 +82,7 @@
|
||||
gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable
|
||||
gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user