Clean up MtrrLib to remove unnecessary package dependency

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
This commit is contained in:
qhuang8 2010-01-26 06:40:22 +00:00
parent 414bdfb663
commit 948cecf4bb
2 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#/** @file
# MTRR library provides API for MTRR operation
#
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
# Copyright (c) 2006 - 2010, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@ -19,8 +19,6 @@
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = MtrrLib
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
#
@ -29,11 +27,10 @@
# VALID_ARCHITECTURES = IA32 X64
#
[Sources.common]
[Sources]
MtrrLib.c
[Packages]
OvmfPkg/OvmfPkg.dec
MdePkg/MdePkg.dec
UefiCpuPkg/UefiCpuPkg.dec

View File

@ -74,3 +74,4 @@
[Components.IA32, Components.X64]
UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
UefiCpuPkg/Library/MtrrLib/MtrrLib.inf