update the file header comment
[edk2.git] / MdePkg / MdePkg.dsc
blobfd9a6e702021ac481742bb890c3d1e8564822128
1 #/** @file\r
2 # EFI/PI MdePkg Package\r
3 #\r
4 # Copyright (c) 2007 - 2008, Intel Corporation\r
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
16 [Defines]\r
17   PLATFORM_NAME                  = Mde\r
18   PLATFORM_GUID                  = 082F8BFC-0455-4859-AE3C-ECD64FB81642\r
19   PLATFORM_VERSION               = 0.1\r
20   DSC_SPECIFICATION              = 0x00010005\r
21   OUTPUT_DIRECTORY               = Build/Mde\r
22   SUPPORTED_ARCHITECTURES        = IA32|IPF|X64|EBC\r
23   BUILD_TARGETS                  = DEBUG|RELEASE\r
24   SKUID_IDENTIFIER               = DEFAULT\r
26 [PcdsFeatureFlag.common]\r
27   gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
28   gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
29   gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
30   gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
31   gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE\r
33 [PcdsFixedAtBuild.common]\r
34   gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
35   gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
36   gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
37   gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
38   gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
39   gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
40   gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
41   gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
42   gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r
43   gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
44   gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
45   gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000\r
46   gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
47   gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
48   gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue|3000\r
50 [PcdsFixedAtBuild.IPF]\r
51   gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
53 ###################################################################################################\r
54 #\r
55 # Components Section - list of the modules and components that will be processed by compilation\r
56 #                      tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
57 #\r
58 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
59 #       into firmware volume images. This section is just a list of modules to compile from\r
60 #       source into UEFI-compliant binaries.\r
61 #       It is the FDF file that contains information on combining binary files into firmware\r
62 #       volume images, whose concept is beyond UEFI and is described in PI specification.\r
63 #       Binary modules do not need to be listed in this section, as they should be\r
64 #       specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
65 #       Logo (Logo.bmp), and etc.\r
66 #       There may also be modules listed in this section that are not required in the FDF file,\r
67 #       When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
68 #       generated for it, but the binary will not be put into any firmware volume.\r
69 #\r
70 ###################################################################################################\r
72 [Components.common]\r
73   MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
74   MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
75   MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
76   MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
77   MdePkg/Library/BaseLib/BaseLib.inf\r
78   MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
79   MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
80   MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
81   MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
82   MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
83   MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
84   MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
85   MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
86   MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
87   MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
88   MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf\r
89   MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf\r
90   MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
91   MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
92   MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
93   MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
94   MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
95   MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
97   MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
98   MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
99   MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
100   MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
101   MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
102   MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
103   MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
104   MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
106   MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf\r
108   MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
109   MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf\r
110   MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
111   MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
112   MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
113   MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
114   MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf\r
115   MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
116   MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
117   MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
118   MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
119   MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
120   MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf\r
121   MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf\r
122   MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf\r
124   MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
125   MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
126   MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
127   MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
128   MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
129   MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
130   MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
131   MdePkg/Library/UefiLib/UefiLib.inf\r
132   MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
133   MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf\r
134   MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
135   MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
136   MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
137   MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf\r
138   MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf\r
140 [Components.IA32, Components.X64]\r
141   MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
142   MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf\r
143   MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
144   MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r
145   MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
146   MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf\r
147   MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
148   MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
149   MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
152 [Components.IPF]\r
153   MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
154   MdePkg/Library/BasePalLibNull/BasePalLibNull.inf\r
155   MdePkg/Library/PeiPalLib/PeiPalLib.inf\r
156   MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf\r
157   MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
158   MdePkg/Library/UefiPalLib/UefiPalLib.inf\r
159   MdePkg/Library/UefiSalLib/UefiSalLib.inf\r
162 [Components.EBC]\r
163   MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
164   \r