48 lines
1.4 KiB
INI
48 lines
1.4 KiB
INI
## @file
|
|
# Component description file for UsbLegacyControl module
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014 - 2017, 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 = UsbLegacyControlSmm
|
|
MODULE_TYPE = COMBINED_SMM_DXE
|
|
FILE_GUID = 88EA1FCB-3A5D-4acf-A0B3-AACB36D4E90F
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = UsbLegacyControlDriverEntryPoint
|
|
|
|
[Sources]
|
|
UsbLegacyControl.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
IoLib
|
|
PciLib
|
|
|
|
[Protocols]
|
|
gEfiSmmBase2ProtocolGuid
|
|
gEfiSmmUsbDispatch2ProtocolGuid
|
|
|
|
[Depex]
|
|
<DXE_DEPEX>
|
|
gEfiLegacyBiosProtocolGuid
|
|
|
|
<SMM_DEPEX>
|
|
gEfiSmmUsbDispatch2ProtocolGuid AND
|
|
gEfiSmmBase2ProtocolGuid
|
|
|