blob: 016e9adeedf395bae18a9ed89a22ad3bcbeaebb1 [file] [log] [blame]
lgao46bfbb5f2010-02-24 00:21:16 +00001## @file
qwang12958536b2008-01-24 07:32:23 +00002# EDK Compatibility Package Build File
3#
4#
mdkinney6bd01eb2011-03-10 22:32:53 +00005# Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>
qwang12958536b2008-01-24 07:32:23 +00006#
hhtian8362d122010-04-24 09:52:28 +00007# This program and the accompanying materials
qwang12958536b2008-01-24 07:32:23 +00008# are licensed and made available under the terms and conditions of the BSD License
9# which accompanies this distribution. The full text of the license may be found at
10# http://opensource.org/licenses/bsd-license.php
11#
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14#
lgao46bfbb5f2010-02-24 00:21:16 +000015##
qwang12958536b2008-01-24 07:32:23 +000016
17################################################################################
18#
19# Defines Section - statements that will be processed to create a Makefile.
20#
21################################################################################
22[Defines]
23 PLATFORM_NAME = EdkCompatibilityPkg
24 PLATFORM_GUID = 6CBD2F63-BCF2-42b0-937E-869C67D2F734
lgao43aa1ff62011-12-13 08:59:23 +000025 PLATFORM_VERSION = 0.92
qwang12958536b2008-01-24 07:32:23 +000026 DSC_SPECIFICATION = 0x00010005
qwang12b7771ea2009-01-04 09:12:47 +000027 OUTPUT_DIRECTORY = Build/EdkCompatibilityPkg
qwang12d33ef4e2008-06-19 07:05:44 +000028 SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC
qwang12958536b2008-01-24 07:32:23 +000029 BUILD_TARGETS = DEBUG|RELEASE
30 SKUID_IDENTIFIER = DEFAULT
lgao4a40af6b2011-10-28 08:18:57 +000031DEFINE 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
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
33DEFINE GCC_MACRO = -DEFI_SPECIFICATION_VERSION=0x00020000 -DPI_SPECIFICATION_VERSION=0x00009000 -DTIANO_RELEASE_VERSION=0x00080006 -DPCD_EDKII_GLUE_PciExpressBaseAddress=0xE0000000 -DEFI_DEBUG
qwang12958536b2008-01-24 07:32:23 +000034
35################################################################################
36#
37# SKU Identification section - list of all SKU IDs supported by this
38# Platform.
39#
40################################################################################
41[SkuIds]
42 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
43
lgao46bfbb5f2010-02-24 00:21:16 +000044[LibraryClasses]
qwang1216bdc872008-05-21 07:58:18 +000045 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
mdkinney1831d0e2009-01-30 00:38:37 +000046 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
qwang1216bdc872008-05-21 07:58:18 +000047 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
lgao439e65b32009-04-13 06:12:27 +000048 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
qhuang8d485acd2008-11-13 09:36:05 +000049 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
qwang1216bdc872008-05-21 07:58:18 +000050 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
qwang1267ef3ca2008-05-29 07:12:06 +000051 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
qwang1216bdc872008-05-21 07:58:18 +000052 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
53 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
mdkinney6bd01eb2011-03-10 22:32:53 +000054 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
qwang1216bdc872008-05-21 07:58:18 +000055 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
56 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
qwang12d33ef4e2008-06-19 07:05:44 +000057 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
qwang1216bdc872008-05-21 07:58:18 +000058 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
qwang1216bdc872008-05-21 07:58:18 +000059 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
rsun3fb03ca12010-02-10 08:30:51 +000060 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
qwang1216bdc872008-05-21 07:58:18 +000061 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
62 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
63 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
64 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
lgao465356522009-06-01 06:46:03 +000065 LanguageLib|EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.inf
xli24768e2a92009-12-15 03:00:49 +000066 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
rsun39e620712009-12-31 08:42:28 +000067 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
68 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
69 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
lgao48180a7a2010-04-06 02:37:53 +000070 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
vanjeff74f89522010-07-27 07:40:20 +000071 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
rsun39166e5f2010-08-23 06:55:48 +000072 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
jyao1d766b222010-12-22 04:26:08 +000073 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
jljustenb96fef92011-08-31 18:58:35 +000074 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
xli24768e2a92009-12-15 03:00:49 +000075
qwang12d33ef4e2008-06-19 07:05:44 +000076[LibraryClasses.common.PEIM]
qwang12d33ef4e2008-06-19 07:05:44 +000077 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
jljustena7a0f782011-06-27 23:32:02 +000078 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
qwang12d33ef4e2008-06-19 07:05:44 +000079
mdkinney75196b02010-02-14 06:29:47 +000080[LibraryClasses.common.DXE_DRIVER,LibraryClasses.common.DXE_RUNTIME_DRIVER]
xli245a6f1222008-10-25 16:31:23 +000081 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
qwang1216bdc872008-05-21 07:58:18 +000082
rsun39e620712009-12-31 08:42:28 +000083[LibraryClasses.IA32.DXE_SMM_DRIVER,LibraryClasses.X64.DXE_SMM_DRIVER]
84 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
85 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
mdkinney75196b02010-02-14 06:29:47 +000086 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
rsun39e620712009-12-31 08:42:28 +000087
Shumin Qiu78322c82013-11-26 07:36:29 +000088[BuildOptions.Common.EDK]
qhuang87794bac2008-03-28 11:50:37 +000089 GCC:*_*_IA32_CC_FLAGS = -DEFI32 $(GCC_MACRO)
qhuang88a7bae22009-09-22 09:55:30 +000090 GCC:*_*_IA32_ASM_FLAGS =
qhuang87794bac2008-03-28 11:50:37 +000091 GCC:*_*_IA32_VFRPP_FLAGS = -DEFI32 $(GCC_MACRO)
92 GCC:*_*_IA32_APP_FLAGS = -DEFI32 $(GCC_MACRO)
93 GCC:*_*_IA32_PP_FLAGS = -DEFI32 $(GCC_MACRO)
94
95 GCC:*_*_X64_CC_FLAGS = -DEFIX64 $(GCC_MACRO)
qhuang88a7bae22009-09-22 09:55:30 +000096 GCC:*_*_X64_ASM_FLAGS =
qhuang87794bac2008-03-28 11:50:37 +000097 GCC:*_*_X64_VFRPP_FLAGS = -DEFIX64 $(GCC_MACRO)
98 GCC:*_*_X64_APP_FLAGS = -DEFIX64 $(GCC_MACRO)
99 GCC:*_*_X64_PP_FLAGS = -DEFIX64 $(GCC_MACRO)
100
101 GCC:*_*_IPF_CC_FLAGS = -DEFI64 $(GCC_MACRO)
qhuang864258682008-03-28 12:28:06 +0000102 GCC:*_*_IPF_ASM_FLAGS =
qhuang87794bac2008-03-28 11:50:37 +0000103 GCC:*_*_IPF_VFRPP_FLAGS = -DEFI64 $(GCC_MACRO)
104 GCC:*_*_IPF_APP_FLAGS = -DEFI64 $(GCC_MACRO)
105 GCC:*_*_IPF_PP_FLAGS = -DEFI64 $(GCC_MACRO)
106
qwang12958536b2008-01-24 07:32:23 +0000107
jljustend7298952008-04-05 00:08:21 +0000108 INTEL:*_*_IA32_CC_FLAGS = /D EFI32 $(MSFT_MACRO)
109 INTEL:*_*_IA32_ASM_FLAGS = /DEFI32
110 INTEL:*_*_IA32_VFRPP_FLAGS = /D EFI32 $(MSFT_MACRO)
111 INTEL:*_*_IA32_APP_FLAGS = /D EFI32 $(MSFT_MACRO)
112 INTEL:*_*_IA32_PP_FLAGS = /D EFI32 $(MSFT_MACRO)
jljusten0da6ca42008-04-04 23:39:06 +0000113
qwang12d33ef4e2008-06-19 07:05:44 +0000114 INTEL:*_*_EBC_CC_FLAGS = /D EFI32 $(MSFT_MACRO)
115 INTEL:*_*_EBC_PP_FLAGS = /D EFI32 $(MSFT_MACRO)
116
jljustend7298952008-04-05 00:08:21 +0000117 INTEL:*_*_X64_CC_FLAGS = /D EFIX64 $(MSFT_MACRO)
118 INTEL:*_*_X64_ASM_FLAGS = /DEFIX64
119 INTEL:*_*_X64_VFRPP_FLAGS = /D EFIX64 $(MSFT_MACRO)
120 INTEL:*_*_X64_APP_FLAGS = /D EFIX64 $(MSFT_MACRO)
121 INTEL:*_*_X64_PP_FLAGS = /D EFIX64 $(MSFT_MACRO)
jljusten0da6ca42008-04-04 23:39:06 +0000122
jljustend7298952008-04-05 00:08:21 +0000123 INTEL:*_*_IPF_CC_FLAGS = /D EFI64 $(MSFT_MACRO)
124 INTEL:*_*_IPF_ASM_FLAGS =
125 INTEL:*_*_IPF_VFRPP_FLAGS = /D EFI64 $(MSFT_MACRO)
126 INTEL:*_*_IPF_APP_FLAGS = /D EFI64 $(MSFT_MACRO)
127 INTEL:*_*_IPF_PP_FLAGS = /D EFI64 $(MSFT_MACRO)
jljusten0da6ca42008-04-04 23:39:06 +0000128
129
130 MSFT:*_*_IA32_CC_FLAGS = /D EFI32 $(MSFT_MACRO)
131 MSFT:*_*_IA32_ASM_FLAGS = /DEFI32
132 MSFT:*_*_IA32_VFRPP_FLAGS = /D EFI32 $(MSFT_MACRO)
133 MSFT:*_*_IA32_APP_FLAGS = /D EFI32 $(MSFT_MACRO)
134 MSFT:*_*_IA32_PP_FLAGS = /D EFI32 $(MSFT_MACRO)
135
136 MSFT:*_*_X64_CC_FLAGS = /D EFIX64 $(MSFT_MACRO)
137 MSFT:*_*_X64_ASM_FLAGS = /DEFIX64
138 MSFT:*_*_X64_VFRPP_FLAGS = /D EFIX64 $(MSFT_MACRO)
139 MSFT:*_*_X64_APP_FLAGS = /D EFIX64 $(MSFT_MACRO)
140 MSFT:*_*_X64_PP_FLAGS = /D EFIX64 $(MSFT_MACRO)
141
lgao4152f6a02010-01-09 07:37:42 +0000142 MSFT:*_*_IPF_CC_FLAGS = /Od /Os /D EFI64 $(MSFT_MACRO)
jljusten0da6ca42008-04-04 23:39:06 +0000143 MSFT:*_*_IPF_ASM_FLAGS =
144 MSFT:*_*_IPF_VFRPP_FLAGS = /D EFI64 $(MSFT_MACRO)
145 MSFT:*_*_IPF_APP_FLAGS = /D EFI64 $(MSFT_MACRO)
146 MSFT:*_*_IPF_PP_FLAGS = /D EFI64 $(MSFT_MACRO)
147
xli24b2ba1c12009-02-10 08:55:56 +0000148###################################################################################################
149#
150# Components Section - list of the modules and components that will be processed by compilation
151# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
152#
153# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
154# into firmware volume images. This section is just a list of modules to compile from
155# source into UEFI-compliant binaries.
156# It is the FDF file that contains information on combining binary files into firmware
157# volume images, whose concept is beyond UEFI and is described in PI specification.
158# Binary modules do not need to be listed in this section, as they should be
159# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
160# Logo (Logo.bmp), and etc.
161# There may also be modules listed in this section that are not required in the FDF file,
162# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
163# generated for it, but the binary will not be put into any firmware volume.
164#
165###################################################################################################
qwang12958536b2008-01-24 07:32:23 +0000166
lgao46bfbb5f2010-02-24 00:21:16 +0000167[Components]
qwang12958536b2008-01-24 07:32:23 +0000168
169# All Libraries Instances listed in Alphabetic Order
jljustene84217e2008-03-17 22:01:12 +0000170 EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
171 EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
172 EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
173 EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
174 EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
175 EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
176 EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
qwang12958536b2008-01-24 07:32:23 +0000177
qwang12ba428fb2008-11-29 07:38:29 +0000178 EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf
jljustene84217e2008-03-17 22:01:12 +0000179 EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
qwang1281c56b82008-12-03 13:50:50 +0000180 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib_Edk2.inf
jljustene84217e2008-03-17 22:01:12 +0000181 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
182 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
183 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
184 EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
185 EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
186 EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
187 EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
188 EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
189 EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiEfiIfrSupportLib.inf
jljusten4851f242011-07-19 20:48:30 +0000190 EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/SmmScriptLib.inf
jljustene84217e2008-03-17 22:01:12 +0000191 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
192 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseDebugLibNull/BaseDebugLibNull.inf
jljustene84217e2008-03-17 22:01:12 +0000193 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/BaseLib.inf
194 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/BaseMemoryLib.inf
195 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciCf8Lib/BasePciCf8Lib.inf
196 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciExpressLib/BasePciExpressLib.inf
197 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciLibCf8/BasePciLibCf8.inf
198 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
199 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
200 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/BasePeCoffLib.inf
201 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
202 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
203 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/BasePrintLib.inf
204 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.inf
205 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
206 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeHobLib/DxeHobLib.inf
207 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
208 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
qwang12958536b2008-01-24 07:32:23 +0000209
jljustene84217e2008-03-17 22:01:12 +0000210 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
lgao4b56111f2010-03-15 09:24:26 +0000211 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/SmmRuntimeDxeReportStatusCodeLib.inf
jljustene84217e2008-03-17 22:01:12 +0000212 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeServicesTableLib/DxeServicesTableLib.inf
213 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeSmbusLib/DxeSmbusLib.inf
214 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/EdkDxeRuntimeDriverLib.inf
215 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/HiiLib/HiiLib.inf
216 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
217 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
218 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiHobLib/PeiHobLib.inf
219 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
jljustene84217e2008-03-17 22:01:12 +0000220 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
221 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
222 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesLib/PeiServicesLib.inf
223 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
224 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiSmbusLib/PeiSmbusLib.inf
225 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
226 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/UefiDevicePathLib.inf
227 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDriverModelLib/UefiDriverModelLib.inf
228 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/UefiLib.inf
229 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
qwang1298366112008-11-18 10:03:39 +0000230 EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib_Edk2.inf
jljustene84217e2008-03-17 22:01:12 +0000231 EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
qwang1298366112008-11-18 10:03:39 +0000232 EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib_Edk2.inf
233 EdkCompatibilityPkg/Foundation/Library/Thunk16/Thunk16Lib_Edk2.inf
jljustene84217e2008-03-17 22:01:12 +0000234 EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
235 EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
236 EdkCompatibilityPkg/Sample/Platform/Generic/MonoStatusCode/Library/Pei/MemoryStatusCode/MemoryStatusCode.inf
237 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/BsDataHubStatusCode.inf
238 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/BsSerialStatusCode.inf
239 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtLedStatusCode/RtLedStatusCode.inf
240 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtMemoryStatusCode/RtMemoryStatusCode.inf
241 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtPlatformStatusCode/Nt32/RtPlatformStatusCode.inf
242 EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtPort80StatusCode/RtPort80StatusCode.inf
243 EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/EdkNt32PpiLib.inf
244 EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/EdkNt32ProtocolLib.inf
qwang12958536b2008-01-24 07:32:23 +0000245
qwang1216bdc872008-05-21 07:58:18 +0000246 #
247 # Modules in Compatibility Directory
248 #
qwang12f67cc2c2009-01-21 10:21:50 +0000249 EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoOnPciRootBridgeIoThunk.inf
250 EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
251 EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.inf
252 EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/FvOnFv2Thunk.inf
253 EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/Fv2OnFvThunk.inf
254 EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/PciCfg2OnPciCfgThunk.inf
255 EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/PciCfgOnPciCfg2Thunk.inf
256 EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/ReadOnlyVariable2OnReadOnlyVariableThunk.inf
257 EdkCompatibilityPkg/Compatibility/ReadOnlyVariableOnReadOnlyVariable2Thunk/ReadOnlyVariableOnReadOnlyVariable2Thunk.inf
258 EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/Uc2OnUcThunk.inf
259 EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.inf
qhuang84fe3ce82009-02-23 03:26:37 +0000260 EdkCompatibilityPkg/Compatibility/PrintThunk/PrintThunk.inf
xli24650efd72009-11-25 08:33:31 +0000261 EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/LegacyRegion2OnLegacyRegionThunk.inf
klu2cde64252009-12-30 06:42:12 +0000262 EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/PiSmbiosRecordOnDataHubSmbiosRecordThunk.inf
xli2454bd8072009-12-07 03:12:13 +0000263 EdkCompatibilityPkg/Compatibility/CpuIo2OnCpuIoThunk/CpuIo2OnCpuIoThunk.inf
qwang1216bdc872008-05-21 07:58:18 +0000264
qwang12092d6a12009-02-01 09:39:43 +0000265 #
266 # User needs to turn on the compatibility switches for VFRC and EDK II build tool for Framework HII modules
267 # following the example shown below:
268 #
269 # $SomePackage/FrameworkHiiModule/FrameworkHiiModule.inf {
270 # <BuildOptions>
271 # *_*_*_VFR_FLAGS = -c # for VFR files in the module
272 # *_*_*_BUILD_FLAGS = -c # for UNI files in the module
273 # }
274
275
qwang12d33ef4e2008-06-19 07:05:44 +0000276[Components.IA32,Components.X64,Components.IPF]
qwang126d8f3e52008-11-18 13:55:17 +0000277 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
qwang1298366112008-11-18 10:03:39 +0000278 EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib_Edk2.inf
qwang12d33ef4e2008-06-19 07:05:44 +0000279
jljusten3596bda2008-03-17 20:45:19 +0000280[Components.IA32,Components.X64]
qwang1298366112008-11-18 10:03:39 +0000281 EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib_Edk2.inf
jljustene84217e2008-03-17 22:01:12 +0000282 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf
qwang1268000622008-11-29 09:09:03 +0000283 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/DxePerformanceLib.inf # Use IA32/X64 specific AsmReadTsc ().
284 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiPerformanceLib/PeiPerformanceLib.inf # Use IA32/X64 specific AsmReadTsc ().
jljustena7a0f782011-06-27 23:32:02 +0000285 EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/AcpiVariableHobOnSmramReserveHobThunk.inf
jljustenb96fef92011-08-31 18:58:35 +0000286 EdkCompatibilityPkg/Compatibility/BootScriptThunkHelper/BootScriptThunkHelper.inf
xli248a1dc102009-12-16 02:51:09 +0000287 EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.inf
rsun39e620712009-12-31 08:42:28 +0000288 EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/SmmBaseOnSmmBase2Thunk.inf
289 EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
290 EdkCompatibilityPkg/Compatibility/SmmAccess2OnSmmAccessThunk/SmmAccess2OnSmmAccessThunk.inf
291 EdkCompatibilityPkg/Compatibility/SmmControl2OnSmmControlThunk/SmmControl2OnSmmControlThunk.inf
lgao40cf8c202010-03-27 05:21:43 +0000292 EdkCompatibilityPkg/Compatibility/PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk/PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk.inf
rsun32b8999e2010-10-12 04:01:18 +0000293 EdkCompatibilityPkg/Compatibility/FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk/FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk.inf
jyao1d766b222010-12-22 04:26:08 +0000294 EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf
jljustencaf93ab2011-07-19 20:48:04 +0000295 EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.inf
qwang12958536b2008-01-24 07:32:23 +0000296
297[Components.IPF]
qwang1281c56b82008-12-03 13:50:50 +0000298 EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
jljustene84217e2008-03-17 22:01:12 +0000299 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/EdkDxeSalLib.inf
300 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibKr1/PeiServicesTablePointerLibKr1.inf
qwang12958536b2008-01-24 07:32:23 +0000301
lgao46bfbb5f2010-02-24 00:21:16 +0000302[Libraries]
qwang12ba428fb2008-11-29 07:38:29 +0000303 #
304 # Libraries common to PEI and DXE
305 #
306 EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
307 EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
308 EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
309 EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib_Edk2.inf
310 EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib_Edk2.inf
qwang1281c56b82008-12-03 13:50:50 +0000311 EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
qwang12ba428fb2008-11-29 07:38:29 +0000312 EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf
313 EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
314 EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
315 #
316 # PEI libraries
317 #
318 EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
319 EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
320 EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib_Edk2.inf
321 EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
322 #
323 # DXE libraries
324 #
325 EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
326 EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
327 EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
328 EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
qwang1281c56b82008-12-03 13:50:50 +0000329 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib_Edk2.inf
qwang12ba428fb2008-11-29 07:38:29 +0000330 EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib_Edk2.inf
331 EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
332 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
333 EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiEfiIfrSupportLib.inf
334 EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
335 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
336 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
337 #
338 # Print/Graphics Library consume SetupBrowser Print Protocol
339 #
340 EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
341 EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
342 #
343 # GlueLib
344 #
345 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/BaseLib.inf
346 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/BaseMemoryLib.inf
347 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/BasePrintLib.inf
348 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseDebugLibNull/BaseDebugLibNull.inf
349 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
350 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
351 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
352 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
353 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciCf8Lib/BasePciCf8Lib.inf
354 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciExpressLib/BasePciExpressLib.inf
355 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciLibCf8/BasePciLibCf8.inf
356 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
357 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
358 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/BasePeCoffLib.inf
359 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.inf
360 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
361 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
362 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
363 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf
364 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
365 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
366 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesLib/PeiServicesLib.inf
367 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiHobLib/PeiHobLib.inf
368 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
369 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
370 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiSmbusLib/PeiSmbusLib.inf
371 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiPerformanceLib/PeiPerformanceLib.inf
372 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
373 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
374 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
375 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/UefiLib.inf
376 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeHobLib/DxeHobLib.inf
377 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
378 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
lgao4b56111f2010-03-15 09:24:26 +0000379 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/SmmRuntimeDxeReportStatusCodeLib.inf
qwang12ba428fb2008-11-29 07:38:29 +0000380 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/HiiLib/HiiLib.inf
381 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibKr1/PeiServicesTablePointerLibKr1.inf
382 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/UefiDevicePathLib.inf
383 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDriverModelLib/UefiDriverModelLib.inf
384 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeServicesTableLib/DxeServicesTableLib.inf
385 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/EdkDxeSalLib.inf
386 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/EdkDxeRuntimeDriverLib.inf
387 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeSmbusLib/DxeSmbusLib.inf
qwang12ba428fb2008-11-29 07:38:29 +0000388
389 EdkCompatibilityPkg/Foundation/Library/Thunk16/Thunk16Lib_Edk2.inf
390
391[Libraries.IA32,Libraries.X64,Libraries.IPF]
392 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
393 EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib_Edk2.inf
394
395[Libraries.IA32,Libraries.X64]
396 EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib_Edk2.inf
397 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf
qwang1268000622008-11-29 09:09:03 +0000398 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/DxePerformanceLib.inf # Use IA32/X64 specific AsmReadTsc ().
399 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiPerformanceLib/PeiPerformanceLib.inf # Use IA32/X64 specific AsmReadTsc ().
qwang12ba428fb2008-11-29 07:38:29 +0000400
401[Libraries.IPF]
qwang1281c56b82008-12-03 13:50:50 +0000402 EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
qwang12ba428fb2008-11-29 07:38:29 +0000403 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/EdkDxeSalLib.inf
404 EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibKr1/PeiServicesTablePointerLibKr1.inf
405