77 lines
2.1 KiB
INI
77 lines
2.1 KiB
INI
## @file
|
|
# SPEC : Computrace implement requirement v1.2.doc
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 2016, 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 = L05Computrace
|
|
FILE_GUID = 5FE18A7A-9C7B-4CAF-AAC0-595136C2032C
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = L05ComputraceEntry
|
|
|
|
[Sources]
|
|
L05Computrace.c
|
|
L05Computrace.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
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec ## ChipsetSetupConfig.h
|
|
!if $(L05_CHIPSET_VENDOR) == INTEL
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec ## PchLimits.h
|
|
!endif
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiLib
|
|
UefiBootServicesTableLib
|
|
UefiRuntimeServicesTableLib
|
|
UefiDriverEntryPoint
|
|
OemGraphicsLib
|
|
DevicePathLib
|
|
PcdLib
|
|
FlashRegionLib
|
|
DxeOemSvcFeatureLibDefault
|
|
|
|
[Guids]
|
|
gSystemConfigurationGuid
|
|
gL05H2OFlashMapRegionComputraceGuid
|
|
gL05H2OFlashMapRegionEepromGuid
|
|
gH2OFlashMapRegionFvGuid
|
|
gL05H2OFlashMapRegionComputraceFvGuid
|
|
gL05ComputraceEraseFlagGuid
|
|
|
|
[Protocols]
|
|
gEfiBlockIoProtocolGuid
|
|
gEfiDiskInfoProtocolGuid
|
|
gEfiSmmFwBlockServiceProtocolGuid
|
|
gEfiL05VariableProtocolGuid
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdSoftwareSmiPort
|
|
|
|
[FixedPcd]
|
|
gL05ServicesTokenSpaceGuid.PcdL05ChipsetName
|
|
|
|
[Depex]
|
|
gEfiVariableWriteArchProtocolGuid AND
|
|
gEfiSmmFwBlockServiceProtocolGuid AND
|
|
gEfiL05VariableProtocolGuid
|
|
|
|
[BuildOptions]
|
|
!if $(INSYDE_DEBUGGER) == YES
|
|
MSFT:*_*_*_CC_FLAGS = /Od
|
|
!endif
|