diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 07:33:33 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 07:33:33 +0000 |
commit | 4abb21937cec2be1db93c1c4ee994d0d40cbcaa2 (patch) | |
tree | ebca3e052582f3eac333a3aa335ed68f5fa46592 /Nt32Pkg/Library | |
parent | b38907a6d41515f48fe01a7c3d7c6b84b269926b (diff) | |
download | edk2-platforms-4abb21937cec2be1db93c1c4ee994d0d40cbcaa2.tar.xz |
Remove the Includes section from a few INF file and Nt32.dsc buildable by commenting out some inf.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2834 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Library')
4 files changed, 0 insertions, 4 deletions
diff --git a/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf b/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf index d2e1277bba..35a60fd708 100644 --- a/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf +++ b/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf @@ -70,7 +70,6 @@ [Packages]
Nt32Pkg/Nt32Pkg.dec
- EdkModulePkg/EdkModulePkg.dec
MdePkg/MdePkg.dec
diff --git a/Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf b/Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf index c13e625e69..a268e2aca7 100644 --- a/Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf +++ b/Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf @@ -75,7 +75,6 @@ [Packages]
Nt32Pkg/Nt32Pkg.dec
- EdkModulePkg/EdkModulePkg.dec
MdePkg/MdePkg.dec
diff --git a/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf b/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf index 40b4e68483..4b8d6bfd41 100644 --- a/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf +++ b/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf @@ -65,7 +65,6 @@ ################################################################################
[Packages]
- EdkModulePkg/EdkModulePkg.dec
MdePkg/MdePkg.dec
diff --git a/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf b/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf index 6c2fa7e9ba..5406ae7e9d 100644 --- a/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf +++ b/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf @@ -68,7 +68,6 @@ [Packages]
Nt32Pkg/Nt32Pkg.dec
- EdkModulePkg/EdkModulePkg.dec
MdePkg/MdePkg.dec
|