VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/DynamicTablesPkg/DynamicTablesPkg.dsc@ 109019

Last change on this file since 109019 was 108794, checked in by vboxsync, 4 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 2.7 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 - 2025 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 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
31 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
32 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
33 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
34 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
35 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
36 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
37 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
38 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
39
40[LibraryClasses.ARM, LibraryClasses.AARCH64]
41 PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
42
43[Components.common]
44 DynamicTablesPkg/Library/Common/AcpiHelperLib/AcpiHelperLib.inf
45 DynamicTablesPkg/Library/Common/AmlLib/AmlLib.inf
46 DynamicTablesPkg/Library/Common/SsdtPcieSupportLib/SsdtPcieSupportLib.inf
47 DynamicTablesPkg/Library/Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.inf
48 DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
49 DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepoLib.inf
50 DynamicTablesPkg/Library/Common/SmbiosStringTableLib/SmbiosStringTableLib.inf
51
52[Components.ARM, Components.AARCH64]
53 DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParserLib.inf
54
55[Components.AARCH64]
56 DynamicTablesPkg/Library/DynamicTablesScmiInfoLib/DynamicTablesScmiInfoLib.inf
57
58[BuildOptions]
59 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
60
61!ifdef STATIC_ANALYSIS
62 # Check all rules
63 # Inhibit C6305: Potential mismatch between sizeof and countof quantities.
64 *_VS2017_*_CC_FLAGS = /wd6305 /analyze
65!endif
Note: See TracBrowser for help on using the repository browser.

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