56 lines
1.5 KiB
INI
56 lines
1.5 KiB
INI
## @file
|
|
# Component description file for AtaLegacy module
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 2021, Insyde Software Corporation. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = AtaLegacySmm
|
|
FILE_GUID = 396E583B-D2DD-45f6-86E8-119885777CDE
|
|
MODULE_TYPE = COMBINED_SMM_DXE
|
|
BINARY_VERSION = 02.10.46.1108.00
|
|
|
|
[Binaries.Ia32]
|
|
PE32|Ia32/AtaLegacySmm.efi|*
|
|
|
|
[Binaries.X64]
|
|
PE32|X64/AtaLegacySmm.efi|*
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiBootServicesTableLib
|
|
UefiRuntimeServicesTableLib
|
|
UefiDriverEntryPoint
|
|
SmmServicesTableLib
|
|
BaseLib
|
|
BaseMemoryLib
|
|
UefiLib
|
|
DevicePathLib
|
|
DebugLib
|
|
PrintLib
|
|
PostCodeLib
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdPortNumberMapTable
|
|
|
|
[Depex]
|
|
<DXE_DEPEX>
|
|
gEfiLegacyBiosProtocolGuid
|
|
|
|
<SMM_DEPEX>
|
|
gEfiLegacyBiosProtocolGuid AND
|
|
gEfiSmmSwDispatch2ProtocolGuid AND
|
|
gH2OAtaLegacyDxeReadyProtocolGuid
|