mirror of https://github.com/acidanthera/audk.git
140 lines
6.6 KiB
INI
140 lines
6.6 KiB
INI
|
## @file
|
||
|
# UiApp module is driver for BDS phase.
|
||
|
#
|
||
|
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
||
|
# This program and the accompanying materials
|
||
|
# are licensed and made available under the terms and conditions of the BSD License
|
||
|
# which accompanies this distribution. The full text of the license may be found at
|
||
|
# http://opensource.org/licenses/bsd-license.php
|
||
|
#
|
||
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||
|
#
|
||
|
##
|
||
|
|
||
|
[Defines]
|
||
|
INF_VERSION = 0x00010005
|
||
|
BASE_NAME = UiApp
|
||
|
FILE_GUID = 462CAA21-7614-4503-836E-8AB6F4662331
|
||
|
MODULE_TYPE = UEFI_APPLICATION
|
||
|
VERSION_STRING = 1.0
|
||
|
ENTRY_POINT = InitializeUserInterface
|
||
|
|
||
|
#
|
||
|
# The following information is for reference only and not required by the build tools.
|
||
|
#
|
||
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||
|
#
|
||
|
|
||
|
[Sources]
|
||
|
FrontPage.h
|
||
|
Ui.h
|
||
|
BootMngr/BootManager.h
|
||
|
BootMaint/BootMaint.h
|
||
|
BootMaint/FormGuid.h
|
||
|
|
||
|
DeviceMngr/DeviceManager.h
|
||
|
DeviceMngr/DeviceManagerVfr.Vfr
|
||
|
DeviceMngr/DeviceManagerStrings.uni
|
||
|
DeviceMngr/DeviceManager.c
|
||
|
BootMngr/BootManagerVfr.Vfr
|
||
|
BootMngr/BootManagerStrings.uni
|
||
|
BootMngr/BootManager.c
|
||
|
BootMaint/FE.vfr
|
||
|
BootMaint/FileExplorer.c
|
||
|
BootMaint/BootMaint.c
|
||
|
BootMaint/UpdatePage.c
|
||
|
BootMaint/Variable.c
|
||
|
BootMaint/Data.c
|
||
|
BootMaint/ConsoleOption.c
|
||
|
BootMaint/BootOption.c
|
||
|
BootMaint/BmLib.c
|
||
|
BootMaint/Bm.vfr
|
||
|
BootMaint/Bmstring.uni
|
||
|
FrontPageVfr.Vfr
|
||
|
FrontPageStrings.uni
|
||
|
Strings.uni
|
||
|
FrontPage.c
|
||
|
String.c
|
||
|
String.h
|
||
|
Language.c
|
||
|
Language.h
|
||
|
|
||
|
[Packages]
|
||
|
MdePkg/MdePkg.dec
|
||
|
MdeModulePkg/MdeModulePkg.dec
|
||
|
|
||
|
[LibraryClasses]
|
||
|
DevicePathLib
|
||
|
BaseLib
|
||
|
HobLib
|
||
|
UefiRuntimeServicesTableLib
|
||
|
ReportStatusCodeLib
|
||
|
MemoryAllocationLib
|
||
|
UefiLib
|
||
|
UefiBootServicesTableLib
|
||
|
BaseMemoryLib
|
||
|
DebugLib
|
||
|
PrintLib
|
||
|
HiiLib
|
||
|
UefiApplicationEntryPoint
|
||
|
PcdLib
|
||
|
UefiHiiServicesLib
|
||
|
UefiBootManagerLib
|
||
|
|
||
|
[Guids]
|
||
|
gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)
|
||
|
## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)
|
||
|
## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)
|
||
|
## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)
|
||
|
## SOMETIMES_PRODUCES ## Variable:L"KeyXX" (Hotkey option variable)
|
||
|
## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)
|
||
|
## SOMETIMES_PRODUCES ## Variable:L"BootOptionSupport" (The feature supported in boot option menu, value could be: EFI_BOOT_OPTION_SUPPORT_KEY, EFI_BOOT_OPTION_SUPPORT_APP
|
||
|
## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate)## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)
|
||
|
## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)
|
||
|
## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
|
||
|
## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)
|
||
|
## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)
|
||
|
## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
|
||
|
## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
|
||
|
## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
|
||
|
gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
|
||
|
gEfiFileInfoGuid ## CONSUMES ## GUID (Indicate the information type is file)
|
||
|
gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)
|
||
|
gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
|
||
|
gEfiHiiDriverHealthFormsetGuid ## CONSUMES ## GUID (Indicate the Driver Health formset class guid to be displayed)
|
||
|
gEfiIfrBootMaintenanceGuid ## CONSUMES ## GUID
|
||
|
|
||
|
[Protocols]
|
||
|
gEfiSimpleFileSystemProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiLoadFileProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiSmbiosProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiGenericMemTestProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## PROTOCOL SOMETIMES_CONSUMES
|
||
|
gEfiBlockIoProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiGraphicsOutputProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES
|
||
|
gEfiSimpleTextInputExProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiHiiConfigAccessProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiFormBrowser2ProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiSerialIoProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiDevicePathProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiPciIoProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiDevicePathToTextProtocolGuid ## PROTOCOL CONSUMES
|
||
|
gEfiBootLogoProtocolGuid ## PROTOCOL CONSUMES
|
||
|
|
||
|
[FeaturePcd]
|
||
|
|
||
|
[Pcd]
|
||
|
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes
|
||
|
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
|
||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
|
||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
|
||
|
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
|
||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
|
||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
|
||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn
|
||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow
|
||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution
|
||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution
|
||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString
|