]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/IntelFrameworkPkg.dsc
Use () instead of {}, replace \ to / for path.
[mirror_edk2.git] / IntelFrameworkPkg / IntelFrameworkPkg.dsc
1 #/** @file
2 # Intel Framework Package Reference Implementations
3 #
4 # This FPD file is used for Package Level build.
5 #
6 # Copyright (c) 2007, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #**/
17
18 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23 [Defines]
24 PLATFORM_NAME = IntelFramework
25 PLATFORM_GUID = E76EB141-6EDB-43f3-A455-EF24A79673DD
26 PLATFORM_VERSION = 0.1
27 DSC_SPECIFICATION = 0x00010005
28 OUTPUT_DIRECTORY = $(WORKSPACE)/Build/IntelFramework
29 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
30 BUILD_TARGETS = DEBUG|RELEASE
31 SKUID_IDENTIFIER = DEFAULT
32
33
34
35 ################################################################################
36 #
37 # Library Class section - list of all Library Classes needed by this Platform.
38 #
39 ################################################################################
40
41 ################################################################################
42 #
43 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
44 #
45 ################################################################################
46 [PcdsFixedAtBuild.common]
47 PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f
48 PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06
49 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
50 PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0
51 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
52 [PcdsPatchableInModule.common]
53 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
54
55
56 ################################################################################
57 #
58 # Components Section - list of all EDK II Modules needed by this Platform
59 #
60 ################################################################################
61
62
63 [Components.Ia32]
64 ${WORKSPACE}/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
65 ${WORKSPACE}/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
66 ${WORKSPACE}/IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.inf
67 ${WORKSPACE}/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
68 ${WORKSPACE}/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
69 ${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
70 ${WORKSPACE}/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
71 ${WORKSPACE}/IntelFrameworkPkg/Library/PeiSmbusLibSmbus/PeiSmbusLib.inf