]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 3 Mar 2010 03:27:21 +0000 (03:27 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 3 Mar 2010 03:27:21 +0000 (03:27 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10160 6f19259b-4bc3-4df7-8a09-765794883524

Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.c
Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
Nt32Pkg/Sec/SecMain.inf

index 04352461686e4aa348adaccb610259f4bc4ef94b..2d35d62f9178ad180aab3f8ed3a171ec7a343837 100644 (file)
@@ -40,7 +40,6 @@
   MdeModulePkg/MdeModulePkg.dec\r
   Nt32Pkg/Nt32Pkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
index bea276cf0226a853e5a9014f3280b88cad3dda06..2e004259e2c5bd3080db4822e866ca9dbc938962 100644 (file)
@@ -39,8 +39,6 @@
   Nt32Pkg/Nt32Pkg.dec\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   ReportStatusCodeLib\r
index d0d9147f02d644dcf07b3d5033ab0a0c15c80f6e..7ba4281d6df417f3e2f2fae2aabe7e447ca02db2 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   OEM hook status code library functions with no library constructor/destructor\r
 \r
-  Copyright (c) 2006, Intel Corporation\r
+  Copyright (c) 2006 - 2010, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -17,7 +17,6 @@
 //\r
 // The package level header files this module uses\r
 //\r
-#include <FrameworkDxe.h>\r
 #include <WinNtDxe.h>\r
 \r
 //\r
index 93a2044cac46b11d564e2c70045d53b4f4ad1167..239a466cbbf101009b07115ce256238700fbaa7f 100644 (file)
@@ -1,6 +1,6 @@
 /**@file\r
 \r
-Copyright (c) 2006, Intel Corporation\r
+Copyright (c) 2006 - 2010, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,6 @@ Abstract:
 //\r
 // The package level header files this module uses\r
 //\r
-#include <FrameworkDxe.h>\r
 #include <WinNtDxe.h>\r
 \r
 //\r
index d34d97b5288d8bfec33886c837b6cbfca54208d5..c3d342559f5cb0cce43f11d602d871e25c4733ee 100644 (file)
@@ -37,8 +37,6 @@
 [Packages]\r
   Nt32Pkg/Nt32Pkg.dec\r
   MdePkg/MdePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   DebugLib\r
index d7a1fb021ab920b09e71ebe4c5807e5862b2e19f..421a22c44082aa29b4eb1f645094347f42dcafdd 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   OEM hook status code library functions with no library constructor/destructor\r
 \r
-  Copyright (c) 2006, Intel Corporation\r
+  Copyright (c) 2006 - 2010, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -17,7 +17,6 @@
 //\r
 // The package level header files this module uses\r
 //\r
-#include <FrameworkPei.h>\r
 #include <WinNtPeim.h>\r
 \r
 //\r
index bdf0ff3b35c58911bde8bcf890b3d1b963401e45..47d5e4d8b2be4241ae67558df38d2cf17cbbbb02 100644 (file)
@@ -36,8 +36,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
   Nt32Pkg/Nt32Pkg.dec\r
 \r
 [LibraryClasses]\r
index 0da421277a8d0ce98cd8dadd3307633164053f93..1ea7c4d296bc04bf0900542e3e7f932cefa911b2 100644 (file)
@@ -35,8 +35,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   Nt32Pkg/Nt32Pkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
index d29dc8692441cc17b982d7979f3d761366ab2da9..5e962364af6270ea9962405e1f091cedb604be38 100644 (file)
@@ -66,7 +66,6 @@
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
   Nt32Pkg/Nt32Pkg.dec\r
 \r
 [LibraryClasses]\r
index e3ba8bbdb2cdad95b28c2b14d81f60590361bea3..af45e3f75fd9d3635efbd87ed5b9347f96f59046 100644 (file)
@@ -36,7 +36,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
   Nt32Pkg/Nt32Pkg.dec\r
 \r
 [LibraryClasses]\r