]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
add in BasePeCoffLib
[mirror_edk2.git] / IntelFrameworkModulePkg / IntelFrameworkModulePkg.dsc
1 #/** @file
2 # Intel Framework Reference Module Package for All Architectures
3 #
4 # This file is used to build all modules in IntelFrameworkModulePkg.
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 = IntelFrameworkModuleAll
25 PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087
26 PLATFORM_VERSION = 0.1
27 DSC_SPECIFICATION = 0x00010005
28 OUTPUT_DIRECTORY = $(WORKSPACE)/Build/IntelFrameworkModuleAll
29 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
30 BUILD_TARGETS = DEBUG|RELEASE
31 SKUID_IDENTIFIER = DEFAULT
32
33
34 ################################################################################
35 #
36 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
37 #
38 ################################################################################
39 [PcdsFeatureFlag.common]
40 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE
41 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE
42 PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|FALSE
43 PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|FALSE
44 PcdStatusCodeUseSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
45 PcdStatusCodeUseMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
46 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
47 PcdStatusCodeUseEfiSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
48 PcdStatusCodeUseHardSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
49 PcdStatusCodeUseRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
50 PcdStatusCodeUseDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
51 PcdStatusCodeReplayInSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
52 PcdStatusCodeReplayInRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
53 PcdStatusCodeReplayInDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
54 PcdStatusCodeReplayInOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
55 PcdPciIsaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
56 PcdPciVgaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
57 PcdPciBusHotplugDeviceSupport|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
58
59 [PcdsFixedAtBuild.common]
60 PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000
61 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
62 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
63 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
64 PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f
65 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
66 PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06
67 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
68 PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0
69 PcdPostCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0
70 PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
71 PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000
72 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
73 PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0
74
75 [PcdsPatchableInModule.common]
76 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
77 PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
78 PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000
79
80 ################################################################################
81 #
82 # Components Section - list of all EDK II Modules needed by this Platform
83 #
84 ################################################################################
85
86 [Components.common]
87 $(WORKSPACE)\IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
88 $(WORKSPACE)\IntelFrameworkModulePkg\Library\OemHookStatusCodeLibNull\OemHookStatusCodeLibNull.inf
89 $(WORKSPACE)\IntelFrameworkModulePkg\Library\PciIncompatibleDeviceSupportLib\PciIncompatibleDeviceSupportLib.inf
90 #$(WORKSPACE)\IntelFrameworkModulePkg\Bus\Pci\PciBus\Dxe\PciBus.inf
91 #$(WORKSPACE)\IntelFrameworkModulePkg\Bus\Pci\IdeBus\Dxe\IdeBus.inf