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