summaryrefslogtreecommitdiff
path: root/MdePkg/Library/PeiCoreEntryPoint
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-18 07:38:14 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-18 07:38:14 +0000
commitd00afc4ef8ca8eaaf2debec3d9f40fa3ade3fae6 (patch)
treee5e12a2530a1dc646e973403e6b8d87ac2f49c97 /MdePkg/Library/PeiCoreEntryPoint
parentf2084bda3d6650e9f3fa9b356f333fe7b55dc70c (diff)
downloadedk2-platforms-d00afc4ef8ca8eaaf2debec3d9f40fa3ade3fae6.tar.xz
Add missing library class.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5662 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiCoreEntryPoint')
-rw-r--r--MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c1
-rw-r--r--MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf3
2 files changed, 4 insertions, 0 deletions
diff --git a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c
index 2631a273ce..6b9f12d12f 100644
--- a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c
+++ b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c
@@ -19,6 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
// The Library classes this module produced
//
#include <Library/PeiCoreEntryPoint.h>
+#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
/**
diff --git a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
index 7ff4750c46..3d4046f9cd 100644
--- a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
+++ b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
@@ -36,3 +36,6 @@
[Packages]
MdePkg/MdePkg.dec
+[LibraryClasses]
+ BaseLib
+ DebugLib \ No newline at end of file