1 | ## @file
|
---|
2 | # PC/AT Chipset Package
|
---|
3 | #
|
---|
4 | # Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # Copyright (c) 2020, AMD Incorporated. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | PLATFORM_NAME = PcAtChipset
|
---|
13 | PLATFORM_GUID = a653167b-34d7-4b91-bfe3-f0c7608f48da
|
---|
14 | PLATFORM_VERSION = 0.3
|
---|
15 | DSC_SPECIFICATION = 0x00010005
|
---|
16 | OUTPUT_DIRECTORY = Build/PcAtChipset
|
---|
17 | SUPPORTED_ARCHITECTURES = IA32|X64
|
---|
18 | BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
---|
19 | SKUID_IDENTIFIER = DEFAULT
|
---|
20 |
|
---|
21 | !include MdePkg/MdeLibs.dsc.inc
|
---|
22 |
|
---|
23 | [LibraryClasses]
|
---|
24 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
---|
25 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
---|
26 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
---|
27 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
---|
28 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
---|
29 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
---|
30 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
---|
31 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
---|
32 | TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
|
---|
33 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
---|
34 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
---|
35 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
---|
36 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
---|
37 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
---|
38 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
---|
39 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
---|
40 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
---|
41 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
---|
42 | ResetSystemLib|PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
|
---|
43 | IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
|
---|
44 | LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
|
---|
45 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
---|
46 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
---|
47 |
|
---|
48 | [Components]
|
---|
49 | PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
|
---|
50 | PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
|
---|
51 | PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
|
---|
52 | PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
|
---|
53 | PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
|
---|
54 | PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
|
---|
55 | PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
|
---|
56 | PcAtChipsetPkg/Library/AcpiTimerLib/PeiAcpiTimerLib.inf
|
---|
57 | PcAtChipsetPkg/Library/AcpiTimerLib/StandaloneMmAcpiTimerLib.inf
|
---|
58 | PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
---|
59 |
|
---|
60 | [BuildOptions]
|
---|
61 | *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
|
---|