41 lines
1.2 KiB
INI
41 lines
1.2 KiB
INI
#;******************************************************************************
|
|
#;* Copyright (c) 2012 - 2020, 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.
|
|
#;*
|
|
#;******************************************************************************
|
|
#;
|
|
#; Module Name:
|
|
#;
|
|
#; SdLegacySmm.inf
|
|
#;
|
|
#; Abstract:
|
|
#;
|
|
#; Component description file for SdLegacySmm module
|
|
#;
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
BASE_NAME = SdLegacySmm
|
|
FILE_GUID = 61A72ECF-F7BF-444e-BE85-221339D0F00B
|
|
MODULE_TYPE = DXE_SMM_DRIVER
|
|
BINARY_VERSION = 02.18.26.0624.00
|
|
|
|
[Binaries.Ia32]
|
|
PE32|Ia32/SdLegacySmm.efi|*
|
|
|
|
[Binaries.X64]
|
|
PE32|X64/SdLegacySmm.efi|*
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[Depex]
|
|
gEfiSmmSwDispatch2ProtocolGuid AND
|
|
gEfiLegacyBiosProtocolGuid
|