]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/MdePkg.dsc
MdePkg: Add UefiFileHandleLib to DSC file
[mirror_edk2.git] / MdePkg / MdePkg.dsc
1 ## @file
2 # EFI/PI MdePkg Package
3 #
4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 PLATFORM_NAME = Mde
13 PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642
14 PLATFORM_VERSION = 1.08
15 DSC_SPECIFICATION = 0x00010005
16 OUTPUT_DIRECTORY = Build/Mde
17 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64
18 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
19 SKUID_IDENTIFIER = DEFAULT
20
21 [PcdsFeatureFlag]
22 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE
23
24 [PcdsFixedAtBuild]
25 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
26 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
27 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
28
29 [Components]
30 MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
31 MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
32 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
33 MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
34 MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
35 MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
36 MdePkg/Library/BaseLib/BaseLib.inf
37 MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
38 MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
39 MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
40 MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
41 MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
42 MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
43 MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
44 MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
45 MdePkg/Library/BasePciSegmentInfoLibNull/BasePciSegmentInfoLibNull.inf
46 MdePkg/Library/PciSegmentLibSegmentInfo/BasePciSegmentLibSegmentInfo.inf
47 MdePkg/Library/PciSegmentLibSegmentInfo/DxeRuntimePciSegmentLibSegmentInfo.inf
48 MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf
49 MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
50 MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
51 MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
52 MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
53 MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
54 MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
55 MdePkg/Library/BasePrintLib/BasePrintLib.inf
56 MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
57 MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
58 MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
59 MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
60 MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
61 MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.inf
62 MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
63 MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
64
65 MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
66 MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
67 MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
68 MdePkg/Library/DxeHobLib/DxeHobLib.inf
69 MdePkg/Library/DxePcdLib/DxePcdLib.inf
70 MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
71 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
72 MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
73 MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf
74 MdePkg/Library/DxeHstiLib/DxeHstiLib.inf
75 MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
76 MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
77
78 MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
79 MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
80 MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
81 MdePkg/Library/PeiHobLib/PeiHobLib.inf
82 MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
83 MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
84 MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
85 MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
86 MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
87 MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
88 MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
89 MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
90 MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
91 MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf
92 MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
93
94 MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
95 MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
96 MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
97 MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
98 MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
99 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
100 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf
101 MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
102 MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
103 MdePkg/Library/UefiLib/UefiLib.inf
104 MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
105 MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
106 MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
107 MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
108 MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
109 MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf
110 MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf
111 MdePkg/Library/SmmLibNull/SmmLibNull.inf
112 MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
113
114 MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
115 MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
116
117 [Components.IA32, Components.X64]
118 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
119 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
120 MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
121 MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
122 MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
123 MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
124 MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
125 MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
126 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
127 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
128 MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf
129 MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf
130 MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
131 MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
132 MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.inf
133 MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.inf
134 MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf
135 MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf
136 MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.inf
137 MdePkg/Library/BaseS3StallLib/BaseS3StallLib.inf
138 MdePkg/Library/SmmMemLib/SmmMemLib.inf
139 MdePkg/Library/SmmIoLib/SmmIoLib.inf
140 MdePkg/Library/BaseRngLib/BaseRngLib.inf
141 MdePkg/Library/SmmPciExpressLib/SmmPciExpressLib.inf
142 MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf
143 MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
144
145 [Components.EBC]
146 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
147 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
148
149 [Components.ARM, Components.AARCH64]
150 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicArmVirt.inf
151 MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
152
153 [BuildOptions]
154 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES