]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Clean up MtrrLib to remove unnecessary package dependency
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 26 Jan 2010 06:40:22 +0000 (06:40 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 26 Jan 2010 06:40:22 +0000 (06:40 +0000)
Add it to the [Components] section of UefiCpuPkg for build validation

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9823 6f19259b-4bc3-4df7-8a09-765794883524

UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
UefiCpuPkg/UefiCpuPkg.dsc

index 67b0340585966a5e44f555009f1f6ae4016a67a4..b6173ebd4aae520141499c60f5ecb067eeb732fb 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
 #  MTRR library provides API for MTRR operation\r
 #\r
 #/** @file\r
 #  MTRR library provides API for MTRR operation\r
 #\r
-#  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
+#  Copyright (c) 2006 - 2010, Intel Corporation. <BR>\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
 #  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
@@ -19,8 +19,6 @@
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = MtrrLib \r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = MtrrLib \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
 \r
 #\r
 \r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 #  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   MtrrLib.c\r
 \r
 [Packages]\r
   MtrrLib.c\r
 \r
 [Packages]\r
-  OvmfPkg/OvmfPkg.dec\r
   MdePkg/MdePkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
 \r
   MdePkg/MdePkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
 \r
index 4b713386f9368e74bab41486e9b550394b5552e2..51df86615dc77621893c9c19016f26565211b457 100644 (file)
@@ -74,3 +74,4 @@
 [Components.IA32, Components.X64]\r
   UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf\r
   UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
 [Components.IA32, Components.X64]\r
   UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf\r
   UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
+  UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
\ No newline at end of file