2010-02-24 00:58:38 +01:00
|
|
|
## @file
|
2009-02-23 21:15:52 +01:00
|
|
|
# UefiCpuPkg Package
|
|
|
|
#
|
2010-04-24 14:25:26 +02:00
|
|
|
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
2009-02-23 21:15:52 +01:00
|
|
|
#
|
2010-04-24 14:25:26 +02:00
|
|
|
# This program and the accompanying materials
|
2009-02-23 21:15:52 +01:00
|
|
|
# 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
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
2010-02-24 00:58:38 +01:00
|
|
|
##
|
2009-02-23 21:15:52 +01:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
PLATFORM_NAME = UefiCpu
|
|
|
|
PLATFORM_GUID = a1b7be22-78b3-4260-9569-8649e8c17d49
|
|
|
|
PLATFORM_VERSION = 0.1
|
|
|
|
DSC_SPECIFICATION = 0x00010005
|
|
|
|
OUTPUT_DIRECTORY = Build/UefiCpu
|
2010-01-14 05:24:00 +01:00
|
|
|
SUPPORTED_ARCHITECTURES = IA32|IPF|X64
|
2009-02-23 21:15:52 +01:00
|
|
|
BUILD_TARGETS = DEBUG|RELEASE
|
|
|
|
SKUID_IDENTIFIER = DEFAULT
|
|
|
|
|
|
|
|
#
|
|
|
|
# External libraries to build package
|
|
|
|
#
|
|
|
|
|
2010-02-24 00:58:38 +01:00
|
|
|
[LibraryClasses]
|
2009-02-23 21:15:52 +01:00
|
|
|
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
|
|
|
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
|
|
|
CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
|
|
|
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
|
|
|
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
2010-02-10 18:37:10 +01:00
|
|
|
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
|
|
|
MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
|
2009-02-23 21:15:52 +01:00
|
|
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
|
|
|
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
2010-02-10 18:37:10 +01:00
|
|
|
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
|
|
|
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
2010-05-21 04:49:45 +02:00
|
|
|
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
|
|
|
UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
|
|
|
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
2010-01-14 05:24:00 +01:00
|
|
|
PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
|
|
|
PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
|
|
|
|
2010-05-21 04:49:45 +02:00
|
|
|
[LibraryClasses.common.PEIM]
|
|
|
|
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
2010-01-14 23:14:50 +01:00
|
|
|
|
2010-05-21 04:49:45 +02:00
|
|
|
[LibraryClasses.IA32.PEIM, LibraryClasses.X64.PEIM]
|
2010-01-14 23:14:50 +01:00
|
|
|
PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
|
|
|
|
|
|
|
[LibraryClasses.IPF.PEIM]
|
|
|
|
PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf
|
|
|
|
|
2009-02-23 21:15:52 +01:00
|
|
|
[LibraryClasses.common.DXE_DRIVER]
|
|
|
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
|
|
|
|
2010-01-14 05:24:00 +01:00
|
|
|
[LibraryClasses.common.DXE_SMM_DRIVER]
|
|
|
|
SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
|
2010-02-14 07:18:15 +01:00
|
|
|
MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
|
2010-01-14 05:24:00 +01:00
|
|
|
|
2009-02-23 21:15:52 +01:00
|
|
|
#
|
|
|
|
# Drivers/Libraries within this package
|
|
|
|
#
|
|
|
|
|
2010-02-24 00:58:38 +01:00
|
|
|
[Components]
|
2009-12-07 04:09:04 +01:00
|
|
|
UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
|
2010-01-15 00:47:50 +01:00
|
|
|
UefiCpuPkg/CpuIoPei/CpuIoPei.inf
|
2010-11-29 04:30:38 +01:00
|
|
|
UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.inf
|
2010-01-14 05:24:00 +01:00
|
|
|
|
|
|
|
[Components.IA32, Components.X64]
|
2010-02-10 18:37:10 +01:00
|
|
|
UefiCpuPkg/CpuDxe/CpuDxe.inf
|
2010-01-14 05:24:00 +01:00
|
|
|
UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
|
2009-11-25 05:25:02 +01:00
|
|
|
UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
|
2010-08-23 08:34:39 +02:00
|
|
|
UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
|
|
|
|
UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
|
|
|
|
UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
|
|
|
|
|