diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-11 02:08:17 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-11 02:08:17 +0000 |
commit | a3ac242bb735269080d9c400f0295ef5d76a121e (patch) | |
tree | 4ed83e3f1ea8a491b6211b65a3a50cbaacc87369 /MdePkg/Library/DxePcdLib/DxePcdLib.inf | |
parent | 0b67ae168e160361a6465e7daaa12f80774a6fee (diff) | |
download | edk2-platforms-a3ac242bb735269080d9c400f0295ef5d76a121e.tar.xz |
Update PcdLib instances:
1. Remove the [depex] section for both PeiPcdLib and DxePcdLib
2. Remove the constructor of DxePcdLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4383 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxePcdLib/DxePcdLib.inf')
-rw-r--r-- | MdePkg/Library/DxePcdLib/DxePcdLib.inf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MdePkg/Library/DxePcdLib/DxePcdLib.inf b/MdePkg/Library/DxePcdLib/DxePcdLib.inf index 04c2b6e6e5..f155cc3f79 100644 --- a/MdePkg/Library/DxePcdLib/DxePcdLib.inf +++ b/MdePkg/Library/DxePcdLib/DxePcdLib.inf @@ -26,8 +26,6 @@ EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
- CONSTRUCTOR = PcdLibConstructor
-
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
@@ -49,6 +47,3 @@ [Protocols]
gPcdProtocolGuid # PROTOCOL ALWAYS_CONSUMED
-
-[Depex]
- gPcdProtocolGuid
\ No newline at end of file |