diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-18 07:38:14 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-18 07:38:14 +0000 |
commit | d00afc4ef8ca8eaaf2debec3d9f40fa3ade3fae6 (patch) | |
tree | e5e12a2530a1dc646e973403e6b8d87ac2f49c97 /MdePkg/Library | |
parent | f2084bda3d6650e9f3fa9b356f333fe7b55dc70c (diff) | |
download | edk2-d00afc4ef8ca8eaaf2debec3d9f40fa3ade3fae6.zip edk2-d00afc4ef8ca8eaaf2debec3d9f40fa3ade3fae6.tar.gz edk2-d00afc4ef8ca8eaaf2debec3d9f40fa3ade3fae6.tar.bz2 |
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')
-rw-r--r-- | MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c | 1 | ||||
-rw-r--r-- | MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c index 2631a27..6b9f12d 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 7ff4750..3d4046f 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 |