diff --git a/Library/OcAcpiLib/OcAcpiLib.inf b/Library/OcAcpiLib/OcAcpiLib.inf index fb937e6c..479d7dfb 100755 --- a/Library/OcAcpiLib/OcAcpiLib.inf +++ b/Library/OcAcpiLib/OcAcpiLib.inf @@ -28,8 +28,6 @@ [Packages] OcSupportPkg/OcSupportPkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec diff --git a/Library/OcDebugLogLib/OcDebugLogLib.inf b/Library/OcDebugLogLib/OcDebugLogLib.inf index a04e257f..cfa09138 100755 --- a/Library/OcDebugLogLib/OcDebugLogLib.inf +++ b/Library/OcDebugLogLib/OcDebugLogLib.inf @@ -28,7 +28,6 @@ [Packages] EfiPkg/EfiPkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec OcSupportPkg/OcSupportPkg.dec MdePkg/MdePkg.dec diff --git a/Library/OcFileLib/OcFileLib.inf b/Library/OcFileLib/OcFileLib.inf index 6f10dee9..937929fc 100755 --- a/Library/OcFileLib/OcFileLib.inf +++ b/Library/OcFileLib/OcFileLib.inf @@ -37,7 +37,6 @@ [Packages] OcSupportPkg/OcSupportPkg.dec MdePkg/MdePkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec [LibraryClasses] BaseLib diff --git a/Library/OcStorageLib/OcStorageLib.inf b/Library/OcStorageLib/OcStorageLib.inf index d5731feb..8d5c049d 100755 --- a/Library/OcStorageLib/OcStorageLib.inf +++ b/Library/OcStorageLib/OcStorageLib.inf @@ -32,7 +32,6 @@ [Packages] OcSupportPkg/OcSupportPkg.dec MdePkg/MdePkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec [LibraryClasses] BaseLib diff --git a/Tests/KernelTest/KernelTest.inf b/Tests/KernelTest/KernelTest.inf index 038808c1..c29899ea 100644 --- a/Tests/KernelTest/KernelTest.inf +++ b/Tests/KernelTest/KernelTest.inf @@ -41,7 +41,6 @@ [Packages] OcSupportPkg/OcSupportPkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec UefiCpuPkg/UefiCpuPkg.dec diff --git a/Tests/KernelTest/KernelTestApp.inf b/Tests/KernelTest/KernelTestApp.inf index 74389306..8a6fe5f0 100644 --- a/Tests/KernelTest/KernelTestApp.inf +++ b/Tests/KernelTest/KernelTestApp.inf @@ -38,7 +38,6 @@ [Packages] OcSupportPkg/OcSupportPkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec UefiCpuPkg/UefiCpuPkg.dec