]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/IntelFrameworkPkg.dsc
ArmPkg/ArmLib ARM: set .fpu to let Clang 7 assemble ArmV7Support.S
[mirror_edk2.git] / IntelFrameworkPkg / IntelFrameworkPkg.dsc
CommitLineData
6bfbb5f0 1## @file\r
93c5e87e 2# Intel Framework Package Reference Implementations\r
3#\r
4# This DSC file is used for Package Level build.\r
5#\r
8f465372 6# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
93c5e87e 7#\r
22a69a5e 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
93c5e87e 9#\r
6bfbb5f0 10##\r
93c5e87e 11\r
12################################################################################\r
13#\r
14# Defines Section - statements that will be processed to create a Makefile.\r
15#\r
16################################################################################\r
17[Defines]\r
18 PLATFORM_NAME = IntelFramework\r
19 PLATFORM_GUID = E76EB141-6EDB-43f3-A455-EF24A79673DD\r
1556957c 20 PLATFORM_VERSION = 0.96\r
93c5e87e 21 DSC_SPECIFICATION = 0x00010005\r
22 OUTPUT_DIRECTORY = Build/IntelFramework\r
47d90076 23 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64\r
0cb93f31 24 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
93c5e87e 25 SKUID_IDENTIFIER = DEFAULT\r
26\r
93c5e87e 27################################################################################\r
28#\r
29# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
30#\r
31################################################################################\r
d7659786 32[PcdsFixedAtBuild]\r
93c5e87e 33 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
93c5e87e 34\r
d7659786 35[PcdsPatchableInModule]\r
93c5e87e 36 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
37\r
d7659786 38[PcdsFeatureFlag]\r
93c5e87e 39 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
40 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
93c5e87e 41\r
42###################################################################################################\r
43#\r
44# Components Section - list of the modules and components that will be processed by compilation\r
45# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
46#\r
47# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
48# into firmware volume images. This section is just a list of modules to compile from\r
49# source into UEFI-compliant binaries.\r
50# It is the FDF file that contains information on combining binary files into firmware\r
51# volume images, whose concept is beyond UEFI and is described in PI specification.\r
52# Binary modules do not need to be listed in this section, as they should be\r
53# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
54# Logo (Logo.bmp), and etc.\r
55# There may also be modules listed in this section that are not required in the FDF file,\r
56# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
57# generated for it, but the binary will not be put into any firmware volume.\r
58#\r
59###################################################################################################\r
d7659786 60[Components]\r
93c5e87e 61 IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
62 IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf\r
63 IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf\r
64 IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf\r
65 IntelFrameworkPkg/Library/PeiHobLibFramework/PeiHobLibFramework.inf\r
93c5e87e 66\r
1da1e8ab
HW
67[BuildOptions]\r
68 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
69\r