]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/IntelFrameworkPkg.dsc
Rename UefiLib to UefiLibFramework
[mirror_edk2.git] / IntelFrameworkPkg / IntelFrameworkPkg.dsc
CommitLineData
53f93f7e 1#/** @file\r
2# Intel Framework Package Reference Implementations\r
3#\r
4# This FPD file is used for Package Level build.\r
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
241c475d 28 OUTPUT_DIRECTORY = $(WORKSPACE)/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
34\r
35################################################################################\r
36#\r
37# Library Class section - list of all Library Classes needed by this Platform.\r
38#\r
39################################################################################\r
40\r
41################################################################################\r
42#\r
43# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
44#\r
45################################################################################\r
46[PcdsFixedAtBuild.common]\r
47 PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f\r
48 PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06\r
49 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF\r
53f93f7e 50 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320\r
51[PcdsPatchableInModule.common]\r
52 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000\r
53\r
54\r
55################################################################################\r
56#\r
57# Components Section - list of all EDK II Modules needed by this Platform\r
58#\r
59################################################################################\r
60\r
61\r
6357d9ed 62[Components.common]\r
637fed2b 63 $(WORKSPACE)/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
64 $(WORKSPACE)/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
56621f4d 65 $(WORKSPACE)/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.inf\r
637fed2b 66 $(WORKSPACE)/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf\r
67 $(WORKSPACE)/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf\r
68 $(WORKSPACE)/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
69 $(WORKSPACE)/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf\r
7a8dd194 70 $(WORKSPACE)/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf\r