diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-24 15:52:40 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-24 15:52:40 +0000 |
commit | 9b4efc6c0c3ffa5c6b00b444555d433d50a0e241 (patch) | |
tree | 972791a17ee8f0c042f8a77a992df2eb5da21fd7 /Nt32Pkg | |
parent | 87fbccbe40e5079394b1a3fc610b40c3d641815c (diff) | |
download | edk2-platforms-9b4efc6c0c3ffa5c6b00b444555d433d50a0e241.tar.xz |
Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7656 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf b/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf index 1154110a97..5a6e5cf1b3 100644 --- a/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf +++ b/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf @@ -41,7 +41,8 @@ MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
Nt32Pkg/Nt32Pkg.dec
-
+ IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
+
[LibraryClasses]
BaseLib
MemoryAllocationLib
|