103 lines
3.2 KiB
INI
103 lines
3.2 KiB
INI
## @file
|
|
# Component description file for FvbServicesRuntimeDxe module
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 2020, 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 = FvbServicesRuntimeDxe
|
|
FILE_GUID = BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9
|
|
MODULE_TYPE = COMBINED_SMM_DXE
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = FvbEntryPoint
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32
|
|
#
|
|
|
|
[Sources]
|
|
FvbInfo.c
|
|
FvbServicesRuntimeDxe.h
|
|
FvbServicesRuntimeDxe.c
|
|
RuntimeFunctions.h
|
|
RuntimeFunctions.c
|
|
CommonFunctions.h
|
|
CommonFunctions.c
|
|
SmmFunctions.h
|
|
SmmFunctions.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiBootServicesTableLib
|
|
MemoryAllocationLib
|
|
BaseMemoryLib
|
|
HobLib
|
|
DebugLib
|
|
DxeServicesTableLib
|
|
UefiRuntimeServicesTableLib
|
|
BaseLib
|
|
UefiDriverEntryPoint
|
|
UefiLib
|
|
PcdLib
|
|
FlashDevicesLib
|
|
ImageRelocationLib
|
|
FlashRegionLib
|
|
|
|
[Guids]
|
|
gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID
|
|
gEfiAlternateFvBlockGuid
|
|
gEfiEventExitBootServicesGuid
|
|
gFvbAccessThroughSmiGuid
|
|
gH2OFlashMapRegionFtwStateGuid
|
|
gH2OFlashMapRegionFtwBackupGuid
|
|
gH2OFlashMapRegionVarDefaultGuid
|
|
|
|
[Protocols]
|
|
gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
|
gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
|
|
gEfiSmmBase2ProtocolGuid
|
|
gEfiSmmFwBlockServiceProtocolGuid
|
|
gEfiSmmCpuProtocolGuid
|
|
gEfiSmmSwDispatch2ProtocolGuid
|
|
gEfiSmmCommunicationProtocolGuid
|
|
gH2OIhisiProtocolGuid
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdFlashFvMainBase
|
|
gInsydeTokenSpaceGuid.PcdFlashFvMainSize
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
|
|
gInsydeTokenSpaceGuid.PcdFlashNvStorageFactoryCopySize
|
|
gInsydeTokenSpaceGuid.PcdFirmwareBlockSize
|
|
gInsydeTokenSpaceGuid.PcdFvbAccessThroughSmi
|
|
gInsydeTokenSpaceGuid.PcdSoftwareSmiPort
|
|
|
|
[Depex]
|
|
|
|
<SMM_DEPEX>
|
|
gFvbAccessThroughSmiGuid AND
|
|
gEfiSmmFwBlockServiceProtocolGuid AND
|
|
gEfiSmmSwDispatch2ProtocolGuid
|
|
|
|
[BuildOptions]
|
|
MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096
|
|
GCC:*_*_*_DLINK_FLAGS = --script=$(WORKSPACE)/BaseTools/Bin/Linux/gcc-4K-align-ld-script |