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