]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/MdePkg.dsc
24ffbc4ff8ef6c21c8b6d2ff3d0440a084f504da
[mirror_edk2.git] / MdePkg / MdePkg.dsc
1 #/** @file
2 # EFI/PI MdePkg Package
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 = MdePkgAll
25 PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642
26 PLATFORM_VERSION = 0.1
27 DSC_SPECIFICATION = 0x00010005
28 OUTPUT_DIRECTORY = $(WORKSPACE)\Build/Mde
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
40 [PcdsFeatureFlag.common]
41 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE
42 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE
43 PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|FALSE
44 PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|FALSE
45
46 [PcdsFixedAtBuild.common]
47 PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000
48 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
49 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
50 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
51 PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f
52 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
53 PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06
54 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
55 PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0
56 PcdPostCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0
57 PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
58 PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000
59 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
60
61 [PcdsPatchableInModule.common]
62 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
63 PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
64 PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000
65
66
67 [PcdsFixedAtBuild.IPF]
68 PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid|0x0ffffc000000
69
70 ################################################################################
71 #
72 # Components Section - list of all EDK II Modules needed by this Platform
73 #
74 ################################################################################
75
76 [Components.common]
77 ${WORKSPACE}\MdePkg\Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
78 ${WORKSPACE}\MdePkg\Library/BaseDebugLibNull/BaseDebugLibNull.inf
79 ${WORKSPACE}\MdePkg\Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
80 ${WORKSPACE}\MdePkg\Library/BaseLib/BaseLib.inf
81 ${WORKSPACE}\MdePkg\Library/BaseMemoryLib/BaseMemoryLib.inf
82 ${WORKSPACE}\MdePkg\Library/BasePciCf8Lib/BasePciCf8Lib.inf
83 ${WORKSPACE}\MdePkg\Library/BasePciExpressLib/BasePciExpressLib.inf
84 ${WORKSPACE}\MdePkg\Library/BasePciLibCf8/BasePciLibCf8.inf
85 ${WORKSPACE}\MdePkg\Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
86 ${WORKSPACE}\MdePkg\Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
87 ${WORKSPACE}\MdePkg\Library/BasePeCoffLib/BasePeCoffLib.inf
88 ${WORKSPACE}\MdePkg\Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
89 ${WORKSPACE}\MdePkg\Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
90 ${WORKSPACE}\MdePkg\Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
91 ${WORKSPACE}\MdePkg\Library/BasePrintLib/BasePrintLib.inf
92 ${WORKSPACE}\MdePkg\Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
93 ${WORKSPACE}\MdePkg\Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
94 ${WORKSPACE}\MdePkg\Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
95 ${WORKSPACE}\MdePkg\Library/DxeCoreHobLib/DxeCoreHobLib.inf
96 ${WORKSPACE}\MdePkg\Library/DxeHobLib/DxeHobLib.inf
97 ${WORKSPACE}\MdePkg\Library/PeiHobLib/PeiHobLib.inf
98 ${WORKSPACE}\MdePkg\Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
99 ${WORKSPACE}\MdePkg\Library/DxePcdLib/DxePcdLib.inf
100 ${WORKSPACE}\MdePkg\Library/DxeServicesTableLib/DxeServicesTableLib.inf
101 # ${WORKSPACE}\MdePkg\Library/DxeSmbusLib/DxeSmbusLib.inf
102 ${WORKSPACE}\MdePkg\Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
103 # ${WORKSPACE}\MdePkg\Library/PeiHobLib/PeiHobLib.inf
104 ${WORKSPACE}\MdePkg\Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
105 ${WORKSPACE}\MdePkg\Library/PeimEntryPoint/PeimEntryPoint.inf
106 ${WORKSPACE}\MdePkg\Library/PeiPcdLib/PeiPcdLib.inf
107 ${WORKSPACE}\MdePkg\Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
108 ${WORKSPACE}\MdePkg\Library/PeiServicesLib/PeiServicesLib.inf
109 ${WORKSPACE}\MdePkg\Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
110 # ${WORKSPACE}\MdePkg\Library/PeiSmbusLib/PeiSmbusLib.inf
111 ${WORKSPACE}\MdePkg\Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
112 ${WORKSPACE}\MdePkg\Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
113 ${WORKSPACE}\MdePkg\Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
114 ${WORKSPACE}\MdePkg\Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
115 ${WORKSPACE}\MdePkg\Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
116 ${WORKSPACE}\MdePkg\Library/UefiDevicePathLib/UefiDevicePathLib.inf
117 ${WORKSPACE}\MdePkg\Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
118 ${WORKSPACE}\MdePkg\Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
119 ${WORKSPACE}\MdePkg\Library/UefiLib/UefiLib.inf
120 ${WORKSPACE}\MdePkg\Library/UefiRuntimeLib/UefiRuntimeLib.inf
121 ${WORKSPACE}\MdePkg\Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
122 ${WORKSPACE}\MdePkg\Library/UefiScsiLib/UefiScsiLib.inf
123
124 [Components.IA32]
125 ${WORKSPACE}\MdePkg\Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
126 ${WORKSPACE}\MdePkg\Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
127
128 [Components.X64]
129 ${WORKSPACE}\MdePkg\Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
130 ${WORKSPACE}\MdePkg\Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
131
132