74 lines
2.0 KiB
INI
74 lines
2.0 KiB
INI
## @file
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2018, 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 = BiosPostLogoDiyDxe
|
|
FILE_GUID = 2E58E381-3D7C-43d4-9A89-8D331362A2C0
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = L05BiosPostLogoDiyDxeEntry
|
|
|
|
[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
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[Sources]
|
|
BiosPostLogoDiyDxe.c
|
|
BiosPostLogoDiyDxe.h
|
|
|
|
[LibraryClasses]
|
|
UefiLib
|
|
UefiDriverEntryPoint
|
|
UefiRuntimeServicesTableLib
|
|
UefiBootServicesTableLib
|
|
BaseMemoryLib
|
|
MemoryAllocationLib
|
|
PrintLib
|
|
DebugLib
|
|
H2OCpLib
|
|
OemGraphicsLib
|
|
DxeOemSvcFeatureLibDefault
|
|
|
|
[Protocols]
|
|
gEfiEdidDiscoveredProtocolGuid
|
|
gEfiSimpleFileSystemProtocolGuid
|
|
gL05EndOfBdsConnectProtocolGuid
|
|
#[-start-220104-BAIN000084-add]#
|
|
gL05EndOfHdpConnectProtocolGuid
|
|
#[-end-220104-BAIN000084-add]#
|
|
|
|
[Guids]
|
|
gEfiPartTypeSystemPartGuid
|
|
gH2OBdsCpConOutConnectAfterGuid
|
|
gEfiL05EspCustomizePostLogoInfoVariableGuid
|
|
gEfiL05EspCustomizePostLogoVcmVariableGuid
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdH2OHddPasswordSupported
|
|
gInsydeTokenSpaceGuid.PcdH2OHddPasswordUefiOsFastBootSupport
|
|
gL05ServicesTokenSpaceGuid.PcdL05CustomizeLogoFromEspFlag
|
|
|
|
[FixedPcd]
|
|
|
|
[Depex]
|
|
TRUE
|
|
|
|
[BuildOptions]
|
|
!if $(INSYDE_DEBUGGER) == YES
|
|
MSFT:*_*_*_CC_FLAGS = /Od
|
|
!endif
|