39 lines
1.2 KiB
INI
39 lines
1.2 KiB
INI
## @file
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 2013, 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 = FocalCapsuleTPDxe
|
|
FILE_GUID = 7BA8F73E-1A46-E4D3-02C4-E8282AD00715
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
LfcPkg/LfcPkg.dec
|
|
|
|
#[Binaries.Ia32]
|
|
# PE32|Ia32/FmpUpdateDxe.efi|*
|
|
|
|
[Binaries.X64]
|
|
PE32|X64/FocalTpFmpDxe.efi|*
|
|
|
|
[Depex]
|
|
gEfiVariableArchProtocolGuid AND
|
|
gEfiMpServiceProtocolGuid AND
|
|
gEfiI2cIoProtocolGuid AND
|
|
gLfcProjectTouchPadFocalProtocolGuid
|
|
|