summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxePcdLib/DxePcdLib.inf
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-18 09:24:07 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-18 09:24:07 +0000
commit25366245f586af7de63fa60ba328879707f25563 (patch)
treee033d12702d7bbfb637e1c57a8142b7ae76581e3 /MdePkg/Library/DxePcdLib/DxePcdLib.inf
parent2ef5636ff38db064a42c80a7c819056fdbe74b1a (diff)
downloadedk2-platforms-25366245f586af7de63fa60ba328879707f25563.tar.xz
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
Diffstat (limited to 'MdePkg/Library/DxePcdLib/DxePcdLib.inf')
-rw-r--r--MdePkg/Library/DxePcdLib/DxePcdLib.inf4
1 files changed, 4 insertions, 0 deletions
diff --git a/MdePkg/Library/DxePcdLib/DxePcdLib.inf b/MdePkg/Library/DxePcdLib/DxePcdLib.inf
index d828ca109e..de59815f97 100644
--- a/MdePkg/Library/DxePcdLib/DxePcdLib.inf
+++ b/MdePkg/Library/DxePcdLib/DxePcdLib.inf
@@ -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
+