lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 1 | ## @file
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 2 | # PC/AT Chipset Package
|
| 3 | #
|
Ruiyu Ni | 9325f68 | 2014-01-10 07:29:32 +0000 | [diff] [blame] | 4 | # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 5 | #
|
hhtian | 95d48e8 | 2010-04-24 12:07:51 +0000 | [diff] [blame] | 6 | # This program and the accompanying materials
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 7 | # 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
|
jljusten | 3efaa6e | 2009-03-01 23:45:51 +0000 | [diff] [blame] | 10 | #
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 11 | # 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 | #
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 14 | ##
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 15 |
|
| 16 | [Defines]
|
| 17 | PLATFORM_NAME = PcAtChipset
|
| 18 | PLATFORM_GUID = a653167b-34d7-4b91-bfe3-f0c7608f48da
|
Ruiyu Ni | 9325f68 | 2014-01-10 07:29:32 +0000 | [diff] [blame] | 19 | PLATFORM_VERSION = 0.3
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 20 | DSC_SPECIFICATION = 0x00010005
|
| 21 | OUTPUT_DIRECTORY = Build/PcAtChipset
|
| 22 | SUPPORTED_ARCHITECTURES = IA32|X64
|
| 23 | BUILD_TARGETS = DEBUG|RELEASE
|
| 24 | SKUID_IDENTIFIER = DEFAULT
|
| 25 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 26 | [LibraryClasses]
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 27 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
| 28 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 29 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
mdkinney | d9d9e05 | 2011-03-10 22:39:00 +0000 | [diff] [blame] | 30 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 31 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 32 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
| 33 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 34 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
Gao, Liming | 83d1ffb | 2014-08-14 14:30:32 +0000 | [diff] [blame] | 35 | TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
|
jljusten | 3faeea7 | 2009-07-07 22:52:13 +0000 | [diff] [blame] | 36 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
qhuang8 | 0e08756 | 2009-03-25 12:42:29 +0000 | [diff] [blame] | 37 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 38 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 39 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 40 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 41 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
xli24 | 9851fbc | 2010-03-03 03:38:09 +0000 | [diff] [blame] | 42 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
rsun3 | cac2ab9 | 2010-06-18 09:21:47 +0000 | [diff] [blame] | 43 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
| 44 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
niruiyu | bab26f7 | 2010-08-11 07:38:25 +0000 | [diff] [blame] | 45 | ResetSystemLib|PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
|
mdkinney | 986d1df | 2011-09-02 02:43:51 +0000 | [diff] [blame] | 46 | IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
|
| 47 | LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
|
li-elvin | 6cee25e | 2012-10-31 01:41:54 +0000 | [diff] [blame] | 48 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 49 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 50 | [Components]
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 51 | PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
mdkinney | 986d1df | 2011-09-02 02:43:51 +0000 | [diff] [blame] | 52 | PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
|
jljusten | 3efaa6e | 2009-03-01 23:45:51 +0000 | [diff] [blame] | 53 | PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 54 | PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
|
| 55 | PcAtChipsetPkg/KbcResetDxe/Reset.inf
|
| 56 | PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
|
niruiyu | bab26f7 | 2010-08-11 07:38:25 +0000 | [diff] [blame] | 57 | PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
|
mdkinney | 986d1df | 2011-09-02 02:43:51 +0000 | [diff] [blame] | 58 | PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
|
Gao, Liming | 83d1ffb | 2014-08-14 14:30:32 +0000 | [diff] [blame] | 59 | PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
|
| 60 | PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
|
klu2 | 5ff1b59 | 2009-07-07 03:21:16 +0000 | [diff] [blame] | 61 | PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
rsun3 | cac2ab9 | 2010-06-18 09:21:47 +0000 | [diff] [blame] | 62 | PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
|