jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 1 | #/** @file
|
| 2 | # PC/AT Chipset Package
|
| 3 | #
|
| 4 | # Copyright (c) 2007 - 2008, Intel Corporation
|
| 5 | #
|
| 6 | # All rights reserved. This program and the accompanying materials
|
| 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 | #
|
| 14 | #**/
|
| 15 |
|
| 16 | [Defines]
|
| 17 | PLATFORM_NAME = PcAtChipset
|
| 18 | PLATFORM_GUID = a653167b-34d7-4b91-bfe3-f0c7608f48da
|
| 19 | PLATFORM_VERSION = 0.1
|
| 20 | DSC_SPECIFICATION = 0x00010005
|
| 21 | OUTPUT_DIRECTORY = Build/PcAtChipset
|
| 22 | SUPPORTED_ARCHITECTURES = IA32|X64
|
| 23 | BUILD_TARGETS = DEBUG|RELEASE
|
| 24 | SKUID_IDENTIFIER = DEFAULT
|
| 25 |
|
| 26 | [LibraryClasses.common]
|
| 27 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
| 28 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 29 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
| 30 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 31 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 32 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
| 33 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
| 34 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 35 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 36 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.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 |
|
| 39 | [LibraryClasses.common.DXE_DRIVER]
|
| 40 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 41 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 42 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 43 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 44 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 45 |
|
| 46 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
| 47 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 48 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 49 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 50 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 51 |
|
| 52 | [Components.common]
|
| 53 | PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
jljusten | 3efaa6e | 2009-03-01 23:45:51 +0000 | [diff] [blame] | 54 | PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
|
jljusten | f3496ff | 2009-02-23 23:22:25 +0000 | [diff] [blame] | 55 | PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
|
| 56 | PcAtChipsetPkg/KbcResetDxe/Reset.inf
|
| 57 | PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
|
klu2 | 5ff1b59 | 2009-07-07 03:21:16 +0000 | [diff] [blame^] | 58 | PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
jljusten | 3efaa6e | 2009-03-01 23:45:51 +0000 | [diff] [blame] | 59 |
|