67 lines
1.9 KiB
INI
67 lines
1.9 KiB
INI
## @file
|
|
# SPEC : Computrace implement requirement v1.2.doc
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 2019, Insyde Software Corp. 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 = L05SmmComputrace
|
|
FILE_GUID = 456D4A38-454C-49C4-85BD-B3656BCA065A
|
|
MODULE_TYPE = DXE_SMM_DRIVER
|
|
VERSION_STRING = $(OEM_BINARY_VERSION)
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
ENTRY_POINT = L05SmmComputraceEntryPoint
|
|
|
|
[Sources]
|
|
L05SmmComputrace.c
|
|
L05SmmComputrace.h
|
|
|
|
[Packages]
|
|
$(PROJECT_PKG)/Project.dec
|
|
$(OEM_FEATURE_OVERRIDE_CORE_CODE)/$(OEM_FEATURE_OVERRIDE_CORE_CODE).dec
|
|
$(OEM_FEATURE_COMMON_PATH)/$(OEM_FEATURE_COMMON_PATH).dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
SmmServicesTableLib
|
|
DebugLib
|
|
BaseLib
|
|
PcdLib
|
|
BaseMemoryLib
|
|
SmmOemSvcFeatureLibDefault
|
|
FlashRegionLib
|
|
|
|
[Guids]
|
|
gL05H2OFlashMapRegionComputraceGuid
|
|
|
|
[Protocols]
|
|
gEfiSmmFwBlockServiceProtocolGuid
|
|
gEfiSmmCpuProtocolGuid
|
|
gEfiL05SmmSwSmiInterfaceProtocolGuid
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdSoftwareSmiPort
|
|
|
|
[Depex]
|
|
gEfiSmmBase2ProtocolGuid AND
|
|
gEfiSmmCpuProtocolGuid AND
|
|
gEfiSmmFwBlockServiceProtocolGuid AND
|
|
gEfiL05SmmSwSmiInterfaceProtocolGuid
|
|
|
|
[BuildOptions]
|
|
!if $(INSYDE_DEBUGGER) == YES
|
|
MSFT:*_*_*_CC_FLAGS = /Od
|
|
!endif
|