]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/IntelFrameworkPkg.dsc
Retire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now...
[mirror_edk2.git] / IntelFrameworkPkg / IntelFrameworkPkg.dsc
CommitLineData
53f93f7e 1#/** @file\r
2# Intel Framework Package Reference Implementations\r
3#\r
27134a44 4# This DSC file is used for Package Level build.\r
53f93f7e 5#\r
6# Copyright (c) 2007, Intel Corporation\r
7#\r
8# All rights reserved. This program and the accompanying materials\r
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
16#**/\r
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
241c475d 24 PLATFORM_NAME = IntelFramework\r
53f93f7e 25 PLATFORM_GUID = E76EB141-6EDB-43f3-A455-EF24A79673DD\r
26 PLATFORM_VERSION = 0.1\r
27 DSC_SPECIFICATION = 0x00010005\r
409f6780 28 OUTPUT_DIRECTORY = Build/IntelFramework\r
53f93f7e 29 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC\r
30 BUILD_TARGETS = DEBUG|RELEASE\r
31 SKUID_IDENTIFIER = DEFAULT\r
32\r
33\r
53f93f7e 34################################################################################\r
35#\r
36# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
37#\r
38################################################################################\r
39[PcdsFixedAtBuild.common]\r
b3af5df6 40 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
41 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
42 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
43 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
27134a44 44\r
53f93f7e 45[PcdsPatchableInModule.common]\r
b3af5df6 46 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
53f93f7e 47\r
c1809918 48[PcdsFeatureFlag.common]\r
49 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
50 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
51 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
52 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
53f93f7e 53\r
dcbb35eb 54###################################################################################################\r
53f93f7e 55#\r
dcbb35eb 56# Components Section - list of the modules and components that will be processed by compilation\r
57# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
53f93f7e 58#\r
dcbb35eb 59# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
60# into firmware volume images. This section is just a list of modules to compile from\r
61# source into UEFI-compliant binaries.\r
62# It is the FDF file that contains information on combining binary files into firmware\r
63# volume images, whose concept is beyond UEFI and is described in PI specification.\r
64# Binary modules do not need to be listed in this section, as they should be\r
65# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
66# Logo (Logo.bmp), and etc.\r
67# There may also be modules listed in this section that are not required in the FDF file,\r
68# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
69# generated for it, but the binary will not be put into any firmware volume.\r
70#\r
71###################################################################################################\r
6357d9ed 72[Components.common]\r
409f6780 73 IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
8e5b17b2 74 IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf\r
409f6780 75 IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf\r
8e5b17b2 76 IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf\r
409f6780 77 IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf\r
dc7b4a5c 78 IntelFrameworkPkg/Library/HiiLibFramework/HiiLibFramework.inf\r
2f78ec7a 79 IntelFrameworkPkg/Library/PeiHobLibFramework/PeiHobLibFramework.inf\r
dc7b4a5c 80\r