VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/DynamicTablesPkg/DynamicTablesPkg.dsc

Last change on this file was 105670, checked in by vboxsync, 6 months ago

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643

  • Property svn:eol-style set to native
File size: 2.6 KB
Line 
1## @file
2# Dsc file for Dynamic Tables Framework.
3#
4# Copyright (c) 2019, Linaro Limited. All rights reserved.<BR>
5# Copyright (c) 2019 - 2022, Arm Limited. All rights reserved.<BR>
6# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR>
7#
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10##
11
12[Defines]
13 PLATFORM_NAME = DynamicTables
14 PLATFORM_GUID = f39096a0-7a0a-442a-9413-cf584ef80cbb
15 PLATFORM_VERSION = 0.1
16 DSC_SPECIFICATION = 0x0001001a
17 OUTPUT_DIRECTORY = Build/DynamicTables
18 SUPPORTED_ARCHITECTURES = ARM|AARCH64|IA32|X64
19 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
20 SKUID_IDENTIFIER = DEFAULT
21
22!include DynamicTables.dsc.inc
23
24!include MdePkg/MdeLibs.dsc.inc
25
26[LibraryClasses]
27 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
28 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
29 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
30 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
31 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
32 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
33 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
34 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
35 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
36
37[LibraryClasses.ARM, LibraryClasses.AARCH64]
38 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
39 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
40 PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
41
42[Components.common]
43 DynamicTablesPkg/Library/Common/AcpiHelperLib/AcpiHelperLib.inf
44 DynamicTablesPkg/Library/Common/AmlLib/AmlLib.inf
45 DynamicTablesPkg/Library/Common/SsdtPcieSupportLib/SsdtPcieSupportLib.inf
46 DynamicTablesPkg/Library/Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.inf
47 DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
48 DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepoLib.inf
49 DynamicTablesPkg/Library/Common/SmbiosStringTableLib/SmbiosStringTableLib.inf
50
51[Components.ARM, Components.AARCH64]
52 DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParserLib.inf
53
54[Components.AARCH64]
55 DynamicTablesPkg/Library/DynamicTablesScmiInfoLib/DynamicTablesScmiInfoLib.inf
56
57[BuildOptions]
58 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
59
60!ifdef STATIC_ANALYSIS
61 # Check all rules
62 # Inhibit C6305: Potential mismatch between sizeof and countof quantities.
63 *_VS2017_*_CC_FLAGS = /wd6305 /analyze
64!endif
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette