]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/EdkCompatibilityPkg.dsc
edk2: Reformat TianoCore Contribution Agreement 1.1
[mirror_edk2.git] / EdkCompatibilityPkg / EdkCompatibilityPkg.dsc
CommitLineData
6bfbb5f0 1## @file\r
958536ba 2# EDK Compatibility Package Build File\r
3#\r
4#\r
6bd01ebc 5# Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>\r
958536ba 6#\r
8362d12a 7# This program and the accompanying materials\r
958536ba 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
6bfbb5f0 15##\r
958536ba 16\r
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 PLATFORM_NAME = EdkCompatibilityPkg\r
24 PLATFORM_GUID = 6CBD2F63-BCF2-42b0-937E-869C67D2F734\r
3aa1ff61 25 PLATFORM_VERSION = 0.92\r
958536ba 26 DSC_SPECIFICATION = 0x00010005\r
b7771eaa 27 OUTPUT_DIRECTORY = Build/EdkCompatibilityPkg\r
d33ef4e7 28 SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC\r
958536ba 29 BUILD_TARGETS = DEBUG|RELEASE\r
30 SKUID_IDENTIFIER = DEFAULT\r
a40af6b0
LG
31DEFINE MSFT_MACRO = /D EFI_SPECIFICATION_VERSION=0x00020000 /D PI_SPECIFICATION_VERSION=0x00009000 /D TIANO_RELEASE_VERSION=0x00080006 /D PCD_EDKII_GLUE_PciExpressBaseAddress=0xE0000000 /D EFI_DEBUG\r
32DEFINE INTEL_MACRO = /D EFI_SPECIFICATION_VERSION=0x00020000 /D PI_SPECIFICATION_VERSION=0x00009000 /D TIANO_RELEASE_VERSION=0x00080006 /D PCD_EDKII_GLUE_PciExpressBaseAddress=0xE0000000 /D EFI_DEBUG\r
33DEFINE GCC_MACRO = -DEFI_SPECIFICATION_VERSION=0x00020000 -DPI_SPECIFICATION_VERSION=0x00009000 -DTIANO_RELEASE_VERSION=0x00080006 -DPCD_EDKII_GLUE_PciExpressBaseAddress=0xE0000000 -DEFI_DEBUG\r
958536ba 34\r
35################################################################################\r
36#\r
37# SKU Identification section - list of all SKU IDs supported by this\r
38# Platform.\r
39#\r
40################################################################################\r
41[SkuIds]\r
42 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
43\r
6bfbb5f0 44[LibraryClasses]\r
16bdc873 45 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
1831d0e9 46 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
16bdc873 47 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
39e65b35 48 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
d485acdd 49 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
16bdc873 50 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
67ef3cad 51 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
16bdc873 52 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
53 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
6bd01ebc 54 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
16bdc873 55 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
56 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
d33ef4e7 57 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
16bdc873 58 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
16bdc873 59 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
fb03ca1a 60 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
16bdc873 61 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
62 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
63 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
64 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
6535652e 65 LanguageLib|EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.inf\r
768e2a90 66 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
9e620719 67 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
68 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
69 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
8180a7aa 70 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
74f89527 71 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
9166e5f5 72 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf\r
d766b228 73 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
b96fef9f 74 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
dd62310a 75 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
768e2a90 76\r
d33ef4e7 77[LibraryClasses.common.PEIM]\r
d33ef4e7 78 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
a7a0f78b 79 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
d33ef4e7 80\r
75196b0d 81[LibraryClasses.common.DXE_DRIVER,LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
5a6f122d 82 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
16bdc873 83\r
9e620719 84[LibraryClasses.IA32.DXE_SMM_DRIVER,LibraryClasses.X64.DXE_SMM_DRIVER]\r
85 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
86 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf\r
75196b0d 87 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
dd62310a 88 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
9e620719 89\r
78322c85 90[BuildOptions.Common.EDK]\r
7794bacc 91 GCC:*_*_IA32_CC_FLAGS = -DEFI32 $(GCC_MACRO)\r
8a7bae20 92 GCC:*_*_IA32_ASM_FLAGS =\r
7794bacc 93 GCC:*_*_IA32_VFRPP_FLAGS = -DEFI32 $(GCC_MACRO)\r
94 GCC:*_*_IA32_APP_FLAGS = -DEFI32 $(GCC_MACRO)\r
95 GCC:*_*_IA32_PP_FLAGS = -DEFI32 $(GCC_MACRO)\r
96\r
97 GCC:*_*_X64_CC_FLAGS = -DEFIX64 $(GCC_MACRO)\r
8a7bae20 98 GCC:*_*_X64_ASM_FLAGS =\r
7794bacc 99 GCC:*_*_X64_VFRPP_FLAGS = -DEFIX64 $(GCC_MACRO)\r
100 GCC:*_*_X64_APP_FLAGS = -DEFIX64 $(GCC_MACRO)\r
101 GCC:*_*_X64_PP_FLAGS = -DEFIX64 $(GCC_MACRO)\r
102\r
103 GCC:*_*_IPF_CC_FLAGS = -DEFI64 $(GCC_MACRO)\r
6425868f 104 GCC:*_*_IPF_ASM_FLAGS =\r
7794bacc 105 GCC:*_*_IPF_VFRPP_FLAGS = -DEFI64 $(GCC_MACRO)\r
106 GCC:*_*_IPF_APP_FLAGS = -DEFI64 $(GCC_MACRO)\r
107 GCC:*_*_IPF_PP_FLAGS = -DEFI64 $(GCC_MACRO)\r
108\r
958536ba 109\r
d729895f 110 INTEL:*_*_IA32_CC_FLAGS = /D EFI32 $(MSFT_MACRO)\r
111 INTEL:*_*_IA32_ASM_FLAGS = /DEFI32\r
112 INTEL:*_*_IA32_VFRPP_FLAGS = /D EFI32 $(MSFT_MACRO)\r
113 INTEL:*_*_IA32_APP_FLAGS = /D EFI32 $(MSFT_MACRO)\r
114 INTEL:*_*_IA32_PP_FLAGS = /D EFI32 $(MSFT_MACRO)\r
0da6ca45 115\r
d33ef4e7 116 INTEL:*_*_EBC_CC_FLAGS = /D EFI32 $(MSFT_MACRO)\r
117 INTEL:*_*_EBC_PP_FLAGS = /D EFI32 $(MSFT_MACRO)\r
118\r
d729895f 119 INTEL:*_*_X64_CC_FLAGS = /D EFIX64 $(MSFT_MACRO)\r
120 INTEL:*_*_X64_ASM_FLAGS = /DEFIX64\r
121 INTEL:*_*_X64_VFRPP_FLAGS = /D EFIX64 $(MSFT_MACRO)\r
122 INTEL:*_*_X64_APP_FLAGS = /D EFIX64 $(MSFT_MACRO)\r
123 INTEL:*_*_X64_PP_FLAGS = /D EFIX64 $(MSFT_MACRO)\r
0da6ca45 124\r
d729895f 125 INTEL:*_*_IPF_CC_FLAGS = /D EFI64 $(MSFT_MACRO)\r
126 INTEL:*_*_IPF_ASM_FLAGS =\r
127 INTEL:*_*_IPF_VFRPP_FLAGS = /D EFI64 $(MSFT_MACRO)\r
128 INTEL:*_*_IPF_APP_FLAGS = /D EFI64 $(MSFT_MACRO)\r
129 INTEL:*_*_IPF_PP_FLAGS = /D EFI64 $(MSFT_MACRO)\r
0da6ca45 130\r
131\r
132 MSFT:*_*_IA32_CC_FLAGS = /D EFI32 $(MSFT_MACRO)\r
133 MSFT:*_*_IA32_ASM_FLAGS = /DEFI32\r
134 MSFT:*_*_IA32_VFRPP_FLAGS = /D EFI32 $(MSFT_MACRO)\r
135 MSFT:*_*_IA32_APP_FLAGS = /D EFI32 $(MSFT_MACRO)\r
136 MSFT:*_*_IA32_PP_FLAGS = /D EFI32 $(MSFT_MACRO)\r
137\r
138 MSFT:*_*_X64_CC_FLAGS = /D EFIX64 $(MSFT_MACRO)\r
139 MSFT:*_*_X64_ASM_FLAGS = /DEFIX64\r
140 MSFT:*_*_X64_VFRPP_FLAGS = /D EFIX64 $(MSFT_MACRO)\r
141 MSFT:*_*_X64_APP_FLAGS = /D EFIX64 $(MSFT_MACRO)\r
142 MSFT:*_*_X64_PP_FLAGS = /D EFIX64 $(MSFT_MACRO)\r
143\r
152f6a09 144 MSFT:*_*_IPF_CC_FLAGS = /Od /Os /D EFI64 $(MSFT_MACRO)\r
0da6ca45 145 MSFT:*_*_IPF_ASM_FLAGS =\r
146 MSFT:*_*_IPF_VFRPP_FLAGS = /D EFI64 $(MSFT_MACRO)\r
147 MSFT:*_*_IPF_APP_FLAGS = /D EFI64 $(MSFT_MACRO)\r
148 MSFT:*_*_IPF_PP_FLAGS = /D EFI64 $(MSFT_MACRO)\r
149\r
b2ba1c1e 150###################################################################################################\r
151#\r
152# Components Section - list of the modules and components that will be processed by compilation\r
153# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
154#\r
155# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
156# into firmware volume images. This section is just a list of modules to compile from\r
157# source into UEFI-compliant binaries.\r
158# It is the FDF file that contains information on combining binary files into firmware\r
159# volume images, whose concept is beyond UEFI and is described in PI specification.\r
160# Binary modules do not need to be listed in this section, as they should be\r
161# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
162# Logo (Logo.bmp), and etc.\r
163# There may also be modules listed in this section that are not required in the FDF file,\r
164# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
165# generated for it, but the binary will not be put into any firmware volume.\r
166#\r
167###################################################################################################\r
958536ba 168\r
6bfbb5f0 169[Components]\r
958536ba 170\r
171# All Libraries Instances listed in Alphabetic Order\r
e84217e7 172 EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf\r
173 EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf\r
174 EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf\r
175 EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf\r
176 EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf\r
177 EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf\r
178 EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf\r
958536ba 179\r
ba428fb4 180 EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf\r
e84217e7 181 EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf\r
81c56b8d 182 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib_Edk2.inf\r
e84217e7 183 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf\r
184 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf\r
185 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf\r
186 EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf\r
187 EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf\r
188 EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf\r
189 EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf\r
190 EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf\r
191 EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiEfiIfrSupportLib.inf\r
4851f244 192 EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/SmmScriptLib.inf\r
e84217e7 193 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
194 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
e84217e7 195 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/BaseLib.inf\r
196 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/BaseMemoryLib.inf\r
197 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
198 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciExpressLib/BasePciExpressLib.inf\r
199 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciLibCf8/BasePciLibCf8.inf\r
200 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
201 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
202 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/BasePeCoffLib.inf\r
203 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf\r
204 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf\r
205 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/BasePrintLib.inf\r
206 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.inf\r
207 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
208 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeHobLib/DxeHobLib.inf\r
209 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
210 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
958536ba 211\r
e84217e7 212 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
b56111f4 213 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/SmmRuntimeDxeReportStatusCodeLib.inf \r
e84217e7 214 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
215 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeSmbusLib/DxeSmbusLib.inf\r
216 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/EdkDxeRuntimeDriverLib.inf\r
217 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/HiiLib/HiiLib.inf\r
218 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
219 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf\r
220 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiHobLib/PeiHobLib.inf\r
221 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
e84217e7 222 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
223 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
224 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesLib/PeiServicesLib.inf\r
225 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
226 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiSmbusLib/PeiSmbusLib.inf\r
227 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
228 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
229 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDriverModelLib/UefiDriverModelLib.inf\r
230 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/UefiLib.inf\r
231 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
98366116 232 EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib_Edk2.inf\r
e84217e7 233 EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf\r
98366116 234 EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib_Edk2.inf\r
235 EdkCompatibilityPkg/Foundation/Library/Thunk16/Thunk16Lib_Edk2.inf\r
e84217e7 236 EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf\r
237 EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf\r
238 EdkCompatibilityPkg/Sample/Platform/Generic/MonoStatusCode/Library/Pei/MemoryStatusCode/MemoryStatusCode.inf\r
239 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/BsDataHubStatusCode.inf\r
240 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/BsSerialStatusCode.inf\r
241 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtLedStatusCode/RtLedStatusCode.inf\r
242 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtMemoryStatusCode/RtMemoryStatusCode.inf\r
243 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtPlatformStatusCode/Nt32/RtPlatformStatusCode.inf\r
244 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtPort80StatusCode/RtPort80StatusCode.inf\r
245 EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/EdkNt32PpiLib.inf\r
246 EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/EdkNt32ProtocolLib.inf\r
958536ba 247\r
16bdc873 248 #\r
249 # Modules in Compatibility Directory\r
250 #\r
f67cc2c2 251 EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoOnPciRootBridgeIoThunk.inf\r
252 EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf\r
253 EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.inf\r
254 EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/FvOnFv2Thunk.inf\r
255 EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/Fv2OnFvThunk.inf\r
256 EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/PciCfg2OnPciCfgThunk.inf\r
257 EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/PciCfgOnPciCfg2Thunk.inf\r
258 EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/ReadOnlyVariable2OnReadOnlyVariableThunk.inf\r
259 EdkCompatibilityPkg/Compatibility/ReadOnlyVariableOnReadOnlyVariable2Thunk/ReadOnlyVariableOnReadOnlyVariable2Thunk.inf\r
260 EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/Uc2OnUcThunk.inf\r
261 EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.inf\r
4fe3ce8d 262 EdkCompatibilityPkg/Compatibility/PrintThunk/PrintThunk.inf\r
650efd74 263 EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/LegacyRegion2OnLegacyRegionThunk.inf\r
cde64255 264 EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/PiSmbiosRecordOnDataHubSmbiosRecordThunk.inf\r
54bd8079 265 EdkCompatibilityPkg/Compatibility/CpuIo2OnCpuIoThunk/CpuIo2OnCpuIoThunk.inf\r
16bdc873 266\r
092d6a18 267 #\r
268 # User needs to turn on the compatibility switches for VFRC and EDK II build tool for Framework HII modules \r
269 # following the example shown below: \r
270 #\r
271 # $SomePackage/FrameworkHiiModule/FrameworkHiiModule.inf {\r
272 # <BuildOptions>\r
273 # *_*_*_VFR_FLAGS = -c # for VFR files in the module\r
274 # *_*_*_BUILD_FLAGS = -c # for UNI files in the module\r
275 # }\r
276\r
277\r
d33ef4e7 278[Components.IA32,Components.X64,Components.IPF]\r
6d8f3e5d 279 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
98366116 280 EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib_Edk2.inf\r
d33ef4e7 281 \r
3596bdac 282[Components.IA32,Components.X64]\r
98366116 283 EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib_Edk2.inf\r
e84217e7 284 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf\r
68000627 285 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/DxePerformanceLib.inf # Use IA32/X64 specific AsmReadTsc (). \r
286 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiPerformanceLib/PeiPerformanceLib.inf # Use IA32/X64 specific AsmReadTsc ().\r
a7a0f78b 287 EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/AcpiVariableHobOnSmramReserveHobThunk.inf\r
b96fef9f 288 EdkCompatibilityPkg/Compatibility/BootScriptThunkHelper/BootScriptThunkHelper.inf\r
8a1dc102 289 EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.inf\r
9e620719 290 EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/SmmBaseOnSmmBase2Thunk.inf\r
291 EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf\r
292 EdkCompatibilityPkg/Compatibility/SmmAccess2OnSmmAccessThunk/SmmAccess2OnSmmAccessThunk.inf\r
293 EdkCompatibilityPkg/Compatibility/SmmControl2OnSmmControlThunk/SmmControl2OnSmmControlThunk.inf\r
0cf8c209 294 EdkCompatibilityPkg/Compatibility/PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk/PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk.inf\r
2b8999e1 295 EdkCompatibilityPkg/Compatibility/FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk/FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk.inf\r
d766b228 296 EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf\r
caf93abc 297 EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.inf\r
958536ba 298\r
299[Components.IPF]\r
81c56b8d 300 EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf\r
e84217e7 301 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/EdkDxeSalLib.inf\r
302 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibKr1/PeiServicesTablePointerLibKr1.inf\r
958536ba 303\r
6bfbb5f0 304[Libraries]\r
ba428fb4 305 #\r
306 # Libraries common to PEI and DXE\r
307 #\r
308 EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf\r
309 EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf\r
310 EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf\r
311 EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib_Edk2.inf\r
312 EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib_Edk2.inf\r
81c56b8d 313 EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf\r
ba428fb4 314 EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf\r
315 EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf\r
316 EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf\r
317 #\r
318 # PEI libraries\r
319 #\r
320 EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf\r
321 EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf\r
322 EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib_Edk2.inf\r
323 EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf\r
324 #\r
325 # DXE libraries\r
326 #\r
327 EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf\r
328 EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf\r
329 EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf\r
330 EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf\r
81c56b8d 331 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib_Edk2.inf\r
ba428fb4 332 EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib_Edk2.inf\r
333 EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf\r
334 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf\r
335 EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiEfiIfrSupportLib.inf \r
336 EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf\r
337 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf\r
338 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf\r
339 #\r
340 # Print/Graphics Library consume SetupBrowser Print Protocol\r
341 #\r
342 EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf\r
343 EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf\r
344 #\r
345 # GlueLib\r
346 #\r
347 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/BaseLib.inf \r
348 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/BaseMemoryLib.inf \r
349 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/BasePrintLib.inf \r
350 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseDebugLibNull/BaseDebugLibNull.inf \r
351 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf \r
352 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf \r
353 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf \r
354 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf \r
355 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciCf8Lib/BasePciCf8Lib.inf \r
356 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciExpressLib/BasePciExpressLib.inf \r
357 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciLibCf8/BasePciLibCf8.inf \r
358 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf \r
359 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf \r
360 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/BasePeCoffLib.inf \r
361 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.inf \r
362 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf \r
363 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf \r
364 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf \r
365 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf \r
366 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf \r
367 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf \r
368 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesLib/PeiServicesLib.inf \r
369 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiHobLib/PeiHobLib.inf \r
370 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf \r
371 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf \r
372 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiSmbusLib/PeiSmbusLib.inf \r
373 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
374 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf \r
375 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf \r
376 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf \r
377 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/UefiLib.inf \r
378 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeHobLib/DxeHobLib.inf \r
379 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf \r
380 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf \r
b56111f4 381 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/SmmRuntimeDxeReportStatusCodeLib.inf\r
ba428fb4 382 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/HiiLib/HiiLib.inf \r
383 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibKr1/PeiServicesTablePointerLibKr1.inf \r
384 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/UefiDevicePathLib.inf \r
385 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDriverModelLib/UefiDriverModelLib.inf \r
386 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeServicesTableLib/DxeServicesTableLib.inf \r
387 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/EdkDxeSalLib.inf \r
388 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/EdkDxeRuntimeDriverLib.inf \r
389 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeSmbusLib/DxeSmbusLib.inf \r
ba428fb4 390\r
391 EdkCompatibilityPkg/Foundation/Library/Thunk16/Thunk16Lib_Edk2.inf\r
392\r
393[Libraries.IA32,Libraries.X64,Libraries.IPF]\r
394 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
395 EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib_Edk2.inf\r
396 \r
397[Libraries.IA32,Libraries.X64]\r
398 EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib_Edk2.inf\r
399 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf\r
68000627 400 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/DxePerformanceLib.inf # Use IA32/X64 specific AsmReadTsc (). \r
401 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiPerformanceLib/PeiPerformanceLib.inf # Use IA32/X64 specific AsmReadTsc ().\r
ba428fb4 402\r
403[Libraries.IPF]\r
81c56b8d 404 EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf\r
ba428fb4 405 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/EdkDxeSalLib.inf\r
406 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibKr1/PeiServicesTablePointerLibKr1.inf\r
407\r