]> git.proxmox.com Git - mirror_edk2.git/blame - DynamicTablesPkg/DynamicTablesPkg.dsc
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / DynamicTablesPkg / DynamicTablesPkg.dsc
CommitLineData
5d86a5fa
SM
1## @file\r
2# Dsc file for Dynamic Tables Framework.\r
3#\r
4# Copyright (c) 2019, Linaro Limited. All rights reserved.<BR>\r
deb01dfd 5# Copyright (c) 2019 - 2021, Arm Limited. All rights reserved.<BR>\r
5d86a5fa 6#\r
fe3b33e8 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
5d86a5fa
SM
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
e2158c4a
DB
23!include MdePkg/MdeLibs.dsc.inc\r
24\r
5d86a5fa
SM
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
91f98c90 37 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
0f4cdad2 38 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
5d86a5fa
SM
39 PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf\r
40\r
41[Components.common]\r
0875443f 42 DynamicTablesPkg/Library/Common/AcpiHelperLib/AcpiHelperLib.inf\r
095db69d 43 DynamicTablesPkg/Library/Common/AmlLib/AmlLib.inf\r
19a87683 44 DynamicTablesPkg/Library/Common/SsdtPcieSupportLib/SsdtPcieSupportLib.inf\r
bade7f42 45 DynamicTablesPkg/Library/Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.inf\r
5d86a5fa 46 DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf\r
deb01dfd 47 DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParserLib.inf\r
38f6d78c 48 DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepoLib.inf\r
47062662
SM
49\r
50[BuildOptions]\r
e3f8605a 51 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
d671d1fa
SM
52\r
53!ifdef STATIC_ANALYSIS\r
54 # Check all rules\r
55 # Inhibit C6305: Potential mismatch between sizeof and countof quantities.\r
56 *_VS2017_*_CC_FLAGS = /wd6305 /analyze\r
57!endif\r