VirtualBox

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

Last change on this file since 87965 was 85718, checked in by vboxsync, 5 years ago

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.8 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, 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[LibraryClasses]
24 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
25 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
26 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
27 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
28 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
29 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
30 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
31 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
32 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
33
34[LibraryClasses.ARM, LibraryClasses.AARCH64]
35 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
36 PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
37
38[Components.common]
39 DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
40
41[BuildOptions]
42 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
43
44!ifdef STATIC_ANALYSIS
45 # Check all rules
46 # Inhibit C6305: Potential mismatch between sizeof and countof quantities.
47 *_VS2017_*_CC_FLAGS = /wd6305 /analyze
48!endif
49
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