Add Pcd Protocol in [Depex] section and add back the constructor since PCD protocol must have been available when the entrypoint is executed.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5680 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-08-18 09:24:07 +00:00
parent 2ef5636ff3
commit 25366245f5
2 changed files with 54 additions and 54 deletions

View File

@@ -25,6 +25,7 @@
LIBRARY_CLASS = PcdLib|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
CONSTRUCTOR = PcdLibConstructor
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
@@ -47,3 +48,6 @@
[Protocols]
gPcdProtocolGuid # PROTOCOL ALWAYS_CONSUMED
[Depex]
gPcdProtocolGuid