diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-10 08:57:25 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-10 08:57:25 +0000 |
commit | cba9012a92bf97754d09acafb572fb9990f1b636 (patch) | |
tree | 41f18b78cbd92ee62c747fe0fbf4a9300578852e /MdeModulePkg | |
parent | baad9ba2df01a09dfbcca3c9e3a5952371aaf2dc (diff) | |
download | edk2-platforms-cba9012a92bf97754d09acafb572fb9990f1b636.tar.xz |
Enable dynamic PCD for windowBusDriver
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3167 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c | 3 | ||||
-rw-r--r-- | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c b/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c index f3e8b513b4..b7d4408123 100644 --- a/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c +++ b/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c @@ -14,6 +14,9 @@ **/
#include <PiDxe.h>
+#include <Library/DebugLib.h>
+#include <Library/PcdLib.h>
+#include <Library/BaseMemoryLib.h>
/**
diff --git a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf index f5502e5028..db828ac8d7 100644 --- a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf +++ b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf @@ -75,12 +75,11 @@ UefiBootServicesTableLib
MemoryAllocationLib
HobLib
- PcdLib
UefiDriverEntryPoint
UefiLib
DebugLib
BaseLib
-
+ PcdLib
################################################################################
#
|