]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - DynamicTablesPkg/DynamicTablesPkg.dsc
DynamicTablesPkg: Add support to specify FADT minor revision
[mirror_edk2.git] / DynamicTablesPkg / DynamicTablesPkg.dsc
... / ...
CommitLineData
1## @file\r
2# Dsc file for Dynamic Tables Framework.\r
3#\r
4# Copyright (c) 2019, Linaro Limited. All rights reserved.<BR>\r
5# Copyright (c) 2019 - 2021, Arm Limited. All rights reserved.<BR>\r
6#\r
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8#\r
9##\r
10\r
11[Defines]\r
12 PLATFORM_NAME = DynamicTables\r
13 PLATFORM_GUID = f39096a0-7a0a-442a-9413-cf584ef80cbb\r
14 PLATFORM_VERSION = 0.1\r
15 DSC_SPECIFICATION = 0x0001001a\r
16 OUTPUT_DIRECTORY = Build/DynamicTables\r
17 SUPPORTED_ARCHITECTURES = ARM|AARCH64\r
18 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
19 SKUID_IDENTIFIER = DEFAULT\r
20\r
21!include DynamicTables.dsc.inc\r
22\r
23!include MdePkg/MdeLibs.dsc.inc\r
24\r
25[LibraryClasses]\r
26 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
27 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
28 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
29 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
30 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
31 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
32 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
33 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
34 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
35\r
36[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
37 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
38 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
39 PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf\r
40\r
41[Components.common]\r
42 DynamicTablesPkg/Library/Common/AcpiHelperLib/AcpiHelperLib.inf\r
43 DynamicTablesPkg/Library/Common/AmlLib/AmlLib.inf\r
44 DynamicTablesPkg/Library/Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.inf\r
45 DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf\r
46 DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParserLib.inf\r
47 DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepoLib.inf\r
48\r
49[BuildOptions]\r
50 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
51\r
52!ifdef STATIC_ANALYSIS\r
53 # Check all rules\r
54 # Inhibit C6305: Potential mismatch between sizeof and countof quantities.\r
55 *_VS2017_*_CC_FLAGS = /wd6305 /analyze\r
56!endif\r