blob: 152f5f6f8b236a6cb0133db6e2157bb3284735ae [file] [log] [blame]
lgao47b202cb2010-02-23 23:58:38 +00001## @file
jljustenf3496ff2009-02-23 23:22:25 +00002# PC/AT Chipset Package
3#
Ruiyu Ni9325f682014-01-10 07:29:32 +00004# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
jljustenf3496ff2009-02-23 23:22:25 +00005#
hhtian95d48e82010-04-24 12:07:51 +00006# This program and the accompanying materials
jljustenf3496ff2009-02-23 23:22:25 +00007# are licensed and made available under the terms and conditions of the BSD License
8# which accompanies this distribution. The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.php
jljusten3efaa6e2009-03-01 23:45:51 +000010#
jljustenf3496ff2009-02-23 23:22:25 +000011# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
lgao47b202cb2010-02-23 23:58:38 +000014##
jljustenf3496ff2009-02-23 23:22:25 +000015
16[Defines]
17 PLATFORM_NAME = PcAtChipset
18 PLATFORM_GUID = a653167b-34d7-4b91-bfe3-f0c7608f48da
Ruiyu Ni9325f682014-01-10 07:29:32 +000019 PLATFORM_VERSION = 0.3
jljustenf3496ff2009-02-23 23:22:25 +000020 DSC_SPECIFICATION = 0x00010005
21 OUTPUT_DIRECTORY = Build/PcAtChipset
22 SUPPORTED_ARCHITECTURES = IA32|X64
23 BUILD_TARGETS = DEBUG|RELEASE
24 SKUID_IDENTIFIER = DEFAULT
25
lgao47b202cb2010-02-23 23:58:38 +000026[LibraryClasses]
jljustenf3496ff2009-02-23 23:22:25 +000027 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
28 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
jljustenf3496ff2009-02-23 23:22:25 +000029 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
mdkinneyd9d9e052011-03-10 22:39:00 +000030 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
jljustenf3496ff2009-02-23 23:22:25 +000031 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
jljustenf3496ff2009-02-23 23:22:25 +000032 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
33 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
34 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
Gao, Liming83d1ffb2014-08-14 14:30:32 +000035 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
jljusten3faeea72009-07-07 22:52:13 +000036 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
qhuang80e087562009-03-25 12:42:29 +000037 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
jljustenf3496ff2009-02-23 23:22:25 +000038 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
39 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
jljustenf3496ff2009-02-23 23:22:25 +000040 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
41 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
xli249851fbc2010-03-03 03:38:09 +000042 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
rsun3cac2ab92010-06-18 09:21:47 +000043 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
44 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
niruiyubab26f72010-08-11 07:38:25 +000045 ResetSystemLib|PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
mdkinney986d1df2011-09-02 02:43:51 +000046 IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
47 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
li-elvin6cee25e2012-10-31 01:41:54 +000048 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
jljustenf3496ff2009-02-23 23:22:25 +000049
lgao47b202cb2010-02-23 23:58:38 +000050[Components]
jljustenf3496ff2009-02-23 23:22:25 +000051 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
mdkinney986d1df2011-09-02 02:43:51 +000052 PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
jljusten3efaa6e2009-03-01 23:45:51 +000053 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
jljustenf3496ff2009-02-23 23:22:25 +000054 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
55 PcAtChipsetPkg/KbcResetDxe/Reset.inf
56 PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
niruiyubab26f72010-08-11 07:38:25 +000057 PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
mdkinney986d1df2011-09-02 02:43:51 +000058 PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
Gao, Liming83d1ffb2014-08-14 14:30:32 +000059 PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
60 PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
klu25ff1b592009-07-07 03:21:16 +000061 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
rsun3cac2ab92010-06-18 09:21:47 +000062 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf