102 lines
2.7 KiB
INI
102 lines
2.7 KiB
INI
## @file
|
|
# Front Page driver
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2015, 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 = FrontPageDxe
|
|
FILE_GUID = FF189B79-F558-4b6a-8A78-6FCD2B4B0E3C
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = FrontPageEntry
|
|
|
|
[Sources]
|
|
Images/Animation.ani
|
|
Images/GraphicsContinue.gif
|
|
Images/GraphicsSCU.gif
|
|
Images/GraphicsBootManager.gif
|
|
Images/GraphicsDeviceManagement.gif
|
|
Images/GraphicsBootFromFile.gif
|
|
Images/GraphicsBackground.gif
|
|
Images/GraphicsSecureBootOption.gif
|
|
Images/Continue.gif
|
|
Images/SCU.gif
|
|
Images/BootManager.gif
|
|
Images/DeviceManagement.gif
|
|
Images/BootFromFile.gif
|
|
Images/SecureBootOption.gif
|
|
Images/MEBx.gif
|
|
Images/PlatformAnimation.ani
|
|
Images/Image.idf
|
|
Images/PlatformImage.idf
|
|
|
|
FrontPage.c
|
|
FrontPage.h
|
|
FrontPageVfr.vfr
|
|
FrontPageStrings.uni
|
|
|
|
[Packages]
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
UefiLib
|
|
BaseLib
|
|
MemoryAllocationLib
|
|
BaseMemoryLib
|
|
DebugLib
|
|
HiiLib
|
|
PcdLib
|
|
GenericBdsLib
|
|
GenericUtilityLib
|
|
PlatformBdsLib
|
|
HobLib
|
|
BdsCpLib
|
|
|
|
[Guids]
|
|
gEfiIfrTianoGuid
|
|
gH2OBdsCpInitProtocolGuid
|
|
gMeBiosPayloadHobGuid
|
|
|
|
[Protocols]
|
|
gEfiHiiConfigAccessProtocolGuid
|
|
gEfiLoadFileProtocolGuid
|
|
gEfiDevicePathProtocolGuid
|
|
gEfiFormBrowser2ProtocolGuid
|
|
gEfiSmbiosProtocolGuid
|
|
gEfiConsoleControlProtocolGuid
|
|
gEfiBootLogoProtocolGuid
|
|
gHeciProtocolGuid
|
|
|
|
[FeaturePcd]
|
|
gInsydeTokenSpaceGuid.PcdBootLogoOnlyEnable
|
|
gInsydeTokenSpaceGuid.PcdH2OFormBrowserLocalMetroDESupported
|
|
gInsydeTokenSpaceGuid.PcdH2OSecureBootSupported
|
|
gChipsetPkgTokenSpaceGuid.PcdMe5MbSupported
|
|
|
|
[Pcd]
|
|
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes
|
|
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
|
|
|
|
[Depex]
|
|
TRUE
|
|
|
|
[BuildOptions]
|
|
MSFT:*_*_*_VFRPP_FLAGS = /FI$(MODULE_NAME)IdfDefs.h /FI$(MODULE_NAME)AniDefs.h
|
|
GCC:*_*_*_VFRPP_FLAGS = --include $(DEST_DIR_DEBUG)/$(MODULE_NAME)IdfDefs.h --include $(DEST_DIR_DEBUG)/$(MODULE_NAME)AniDefs.h
|