]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/MdePkg.dsc
Add comments in DSC files to explain the function and design of components section.
[mirror_edk2.git] / MdePkg / MdePkg.dsc
CommitLineData
e053747a 1#/** @file\r
2# EFI/PI MdePkg Package\r
3#\r
373ade0e 4# Copyright (c) 2007 - 2008, Intel Corporation\r
e053747a 5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#**/\r
15\r
e053747a 16[Defines]\r
97a079ed 17 PLATFORM_NAME = Mde\r
e053747a 18 PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642\r
19 PLATFORM_VERSION = 0.1\r
20 DSC_SPECIFICATION = 0x00010005\r
409f6780 21 OUTPUT_DIRECTORY = Build/Mde\r
7a7f7e47 22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC\r
23 BUILD_TARGETS = DEBUG|RELEASE\r
e053747a 24 SKUID_IDENTIFIER = DEFAULT\r
25\r
e053747a 26[PcdsFeatureFlag.common]\r
b3af5df6 27 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
28 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
29 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
30 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
e053747a 31\r
32[PcdsFixedAtBuild.common]\r
b3af5df6 33 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
34 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
35 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
36 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
37 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
38 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
39 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
40 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
41 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r
42 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
43 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
44 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000\r
45 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
18fd8d65 46 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
e053747a 47\r
e053747a 48[PcdsFixedAtBuild.IPF]\r
b3af5df6 49 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
e053747a 50\r
e053747a 51[Components.common]\r
409f6780 52 MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
ad6d2a4a 53 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
409f6780 54 MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
ad6d2a4a 55 MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
409f6780
A
56 MdePkg/Library/BaseLib/BaseLib.inf\r
57 MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
ad6d2a4a 58 MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
409f6780
A
59 MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
60 MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
61 MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
62 MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
63 MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
64 MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
65 MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
66 MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf\r
67 MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf\r
68 MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
ad6d2a4a 69 MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
720d3c5f 70 MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
409f6780
A
71 MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
72 MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
ad6d2a4a 73\r
409f6780
A
74 MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
75 MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
ad6d2a4a 76 MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
409f6780 77 MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
409f6780 78 MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
7612bfec 79 MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
409f6780
A
80 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
81 MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
ad6d2a4a 82\r
298f0688 83 MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf\r
84\r
409f6780
A
85 MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
86 MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf\r
ad6d2a4a 87 MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
88 MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
89 MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
409f6780
A
90 MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
91 MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf\r
92 MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
93 MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
94 MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
95 MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
96 MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
d8b61daa 97 MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf\r
1a3eaf06 98 MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf\r
99 MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf\r
ad6d2a4a 100\r
409f6780
A
101 MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
102 MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
103 MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
104 MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
105 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
106 MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
107 MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
108 MdePkg/Library/UefiLib/UefiLib.inf\r
ad6d2a4a 109 MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
110 MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf\r
409f6780
A
111 MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
112 MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
409f6780 113 MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
9504e2cd 114 MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf\r
115 MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf\r
316172ba 116\r
ad6d2a4a 117[Components.IA32, Components.X64]\r
078bee4e 118 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
409f6780 119 MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf\r
5053cf7f 120 MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
ad6d2a4a 121 MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r
409f6780 122 MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
ad6d2a4a 123 MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf\r
409f6780 124 MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
ad6d2a4a 125 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
126 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
127\r
e053747a 128\r
f1baef62 129[Components.IPF]\r
078bee4e 130 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
7612bfec 131 MdePkg/Library/BasePalLibNull/BasePalLibNull.inf\r
ad6d2a4a 132 MdePkg/Library/PeiPalLib/PeiPalLib.inf\r
133 MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf\r
134 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
1a3eaf06 135 MdePkg/Library/UefiPalLib/UefiPalLib.inf\r
136 MdePkg/Library/UefiSalLib/UefiSalLib.inf\r
ad6d2a4a 137\r
078bee4e 138\r
139[Components.EBC]\r
140 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
ad6d2a4a 141 \r