]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/IntelFrameworkPkg.dsc
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[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
2b3687db 6# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
93c5e87e 7#\r
2b3687db 8# This program and the accompanying materials\r
93c5e87e 9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
6bfbb5f0 16##\r
93c5e87e 17\r
18################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 PLATFORM_NAME = IntelFramework\r
25 PLATFORM_GUID = E76EB141-6EDB-43f3-A455-EF24A79673DD\r
37cc0569 26 PLATFORM_VERSION = 0.91\r
93c5e87e 27 DSC_SPECIFICATION = 0x00010005\r
28 OUTPUT_DIRECTORY = Build/IntelFramework\r
29 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM\r
30 BUILD_TARGETS = DEBUG|RELEASE\r
31 SKUID_IDENTIFIER = DEFAULT\r
32\r
93c5e87e 33################################################################################\r
34#\r
35# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
36#\r
37################################################################################\r
d7659786 38[PcdsFixedAtBuild]\r
93c5e87e 39 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
40 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
41 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
42 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
43\r
d7659786 44[PcdsPatchableInModule]\r
93c5e87e 45 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
46\r
d7659786 47[PcdsFeatureFlag]\r
93c5e87e 48 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
49 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
50 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
51 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
52\r
53###################################################################################################\r
54#\r
55# Components Section - list of the modules and components that will be processed by compilation\r
56# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
57#\r
58# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
59# into firmware volume images. This section is just a list of modules to compile from\r
60# source into UEFI-compliant binaries.\r
61# It is the FDF file that contains information on combining binary files into firmware\r
62# volume images, whose concept is beyond UEFI and is described in PI specification.\r
63# Binary modules do not need to be listed in this section, as they should be\r
64# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
65# Logo (Logo.bmp), and etc.\r
66# There may also be modules listed in this section that are not required in the FDF file,\r
67# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
68# generated for it, but the binary will not be put into any firmware volume.\r
69#\r
70###################################################################################################\r
d7659786 71[Components]\r
93c5e87e 72 IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
73 IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf\r
74 IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf\r
75 IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf\r
76 IntelFrameworkPkg/Library/PeiHobLibFramework/PeiHobLibFramework.inf\r
93c5e87e 77\r