80 lines
2.1 KiB
INI
80 lines
2.1 KiB
INI
## @file
|
|
#
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2013 - 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.
|
|
#*
|
|
#******************************************************************************
|
|
#
|
|
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = DynamicHotKeyDxe
|
|
FILE_GUID = bfeee587-ce44-4906-9964-72f4c5ad7cb7
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = DynamicHotKeyEntry
|
|
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
|
#
|
|
|
|
[Sources]
|
|
DynamicHotKeyDxe.c
|
|
DynamicHotKeyDxe.uni
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
InsydeOemServicesPkg/InsydeOemServicesPkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
$(PLATFORMSAMPLE_PACKAGE)/PlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseMemoryLib
|
|
MemoryAllocationLib
|
|
PcdLib
|
|
DebugLib
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
HiiDbLib
|
|
HiiStringLib
|
|
HiiConfigAccessLib
|
|
MultiConfigBaseLib
|
|
FdSupportLib
|
|
FlashDevicesLib
|
|
DxeInsydeChipsetLib
|
|
|
|
[Guids]
|
|
gDynamicHotKeyGuid
|
|
|
|
[Protocols]
|
|
gDynamicHotKeyProtocolGuid # Produce
|
|
gStringTransformProtocolGuid
|
|
gEfiLegacyRegion2ProtocolGuid # always consume
|
|
gEfiLegacyBiosProtocolGuid # always consume
|
|
|
|
[FeaturePcd]
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdFlashNvStorageMultiConfigBase
|
|
gInsydeTokenSpaceGuid.PcdFlashNvStorageMultiConfigSize
|
|
|
|
[BuildOptions]
|
|
*_*_*_CC_FLAGS = /Od
|
|
# DEBUG_*_X64_CC_FLAGS = /Od
|
|
|
|
[Depex]
|
|
gStringTransformProtocolGuid
|