59 lines
1.7 KiB
INI
59 lines
1.7 KiB
INI
## @file
|
|
# Component description file for CsmInt15HookSmm module
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2018, 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 = CsmInt15HookSmm
|
|
FILE_GUID = F7A1EEC5-7DA5-4D80-8EDA-C28347276328
|
|
MODULE_TYPE = DXE_SMM_DRIVER
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = CsmInt15HookSmmEntry
|
|
|
|
[Sources]
|
|
CsmInt15HookSmm.c
|
|
|
|
[Packages]
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
MdePkg/MdePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
AlderLakeBoardPkg/BoardPkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
DebugLib
|
|
SmmServicesTableLib
|
|
ResetSystemLib
|
|
|
|
[Protocols]
|
|
gEfiSmmInt15ServiceProtocolGuid
|
|
gEfiSmmBase2ProtocolGuid
|
|
|
|
[Guids]
|
|
|
|
[Pcd]
|
|
|
|
[Depex]
|
|
gEfiSmmInt15ServiceProtocolGuid AND
|
|
gEfiSmmInt15ServiceProtocol2Guid # This is installed by PlatformSmm.inf to make sure gEfiSmmInt15ServiceProtocolGuid is ready on SMM
|
|
|
|
[BuildOptions]
|
|
GCC:*_*_*_CC_FLAGS = -O0
|
|
INTEL:*_*_*_CC_FLAGS = /Od
|
|
MSFT:*_*_*_CC_FLAGS = /Od
|
|
|