]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/UiApp/UiApp.inf
UiApp code split from IntelFrameworkModulePkg/Universal/BdsDxe driver.
[mirror_edk2.git] / MdeModulePkg / Application / UiApp / UiApp.inf
CommitLineData
143f0b1d
ED
1## @file\r
2# UiApp module is driver for BDS phase.\r
3#\r
4# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# \r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12# \r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = UiApp\r
18 FILE_GUID = 462CAA21-7614-4503-836E-8AB6F4662331\r
19 MODULE_TYPE = UEFI_APPLICATION\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = InitializeUserInterface\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
27#\r
28\r
29[Sources]\r
30 FrontPage.h\r
31 Ui.h\r
32 BootMngr/BootManager.h\r
33 BootMaint/BootMaint.h\r
34 BootMaint/FormGuid.h\r
35\r
36 DeviceMngr/DeviceManager.h\r
37 DeviceMngr/DeviceManagerVfr.Vfr\r
38 DeviceMngr/DeviceManagerStrings.uni\r
39 DeviceMngr/DeviceManager.c\r
40 BootMngr/BootManagerVfr.Vfr\r
41 BootMngr/BootManagerStrings.uni\r
42 BootMngr/BootManager.c\r
43 BootMaint/FE.vfr\r
44 BootMaint/FileExplorer.c\r
45 BootMaint/BootMaint.c\r
46 BootMaint/UpdatePage.c\r
47 BootMaint/Variable.c\r
48 BootMaint/Data.c\r
49 BootMaint/ConsoleOption.c\r
50 BootMaint/BootOption.c\r
51 BootMaint/BmLib.c\r
52 BootMaint/Bm.vfr\r
53 BootMaint/Bmstring.uni\r
54 FrontPageVfr.Vfr\r
55 FrontPageStrings.uni\r
56 Strings.uni\r
57 FrontPage.c\r
58 String.c\r
59 String.h\r
60 Language.c\r
61 Language.h\r
62\r
63[Packages]\r
64 MdePkg/MdePkg.dec\r
65 MdeModulePkg/MdeModulePkg.dec\r
66 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
67 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
68\r
69[LibraryClasses]\r
70 DevicePathLib\r
71 BaseLib\r
72 HobLib\r
73 UefiRuntimeServicesTableLib\r
74 ReportStatusCodeLib\r
75 MemoryAllocationLib\r
76 UefiLib\r
77 UefiBootServicesTableLib\r
78 BaseMemoryLib\r
79 DebugLib\r
80 PrintLib\r
81 HiiLib\r
82 UefiApplicationEntryPoint\r
83 PcdLib\r
84 UefiHiiServicesLib\r
85 UefiBootManagerLib\r
86 \r
87[Guids]\r
88 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)\r
89 ## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)\r
90 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)\r
91 ## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)\r
92 ## SOMETIMES_PRODUCES ## Variable:L"KeyXX" (Hotkey option variable)\r
93 ## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)\r
94 ## 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\r
95 ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate)## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)\r
96 ## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)\r
97 ## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)\r
98 ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)\r
99 ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)\r
100 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)\r
101 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)\r
102 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)\r
103 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)\r
104 gEfiFileInfoGuid ## CONSUMES ## GUID (Indicate the information type is file)\r
105 gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)\r
106 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
107 gEfiHiiDriverHealthFormsetGuid ## CONSUMES ## GUID (Indicate the Driver Health formset class guid to be displayed)\r
108 gEfiIfrBootMaintenanceGuid ## CONSUMES ## GUID\r
109 \r
110[Protocols]\r
111 gEfiSimpleFileSystemProtocolGuid ## PROTOCOL CONSUMES\r
112 gEfiLoadFileProtocolGuid ## PROTOCOL CONSUMES\r
113 gEfiSmbiosProtocolGuid ## PROTOCOL CONSUMES\r
114 gEfiGenericMemTestProtocolGuid ## PROTOCOL CONSUMES\r
115 gEfiLegacyBiosProtocolGuid ## PROTOCOL CONSUMES\r
116 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## PROTOCOL SOMETIMES_CONSUMES\r
117 gEfiBlockIoProtocolGuid ## PROTOCOL CONSUMES\r
118 gEfiGraphicsOutputProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES\r
119 gEfiSimpleTextInputExProtocolGuid ## PROTOCOL CONSUMES\r
120 gEfiHiiConfigAccessProtocolGuid ## PROTOCOL CONSUMES\r
121 gEfiFormBrowser2ProtocolGuid ## PROTOCOL CONSUMES\r
122 gEfiSerialIoProtocolGuid ## PROTOCOL CONSUMES\r
123 gEfiDevicePathProtocolGuid ## PROTOCOL CONSUMES\r
124 gEfiPciIoProtocolGuid ## PROTOCOL CONSUMES\r
125 gEfiDevicePathToTextProtocolGuid ## PROTOCOL CONSUMES\r
126 gEfiBootLogoProtocolGuid ## PROTOCOL CONSUMES\r
127\r
128[FeaturePcd]\r
129\r
130[Pcd]\r
131 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes\r
132 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
133 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
134 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
135 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
136 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r
137 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution\r
138 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution\r
139 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn\r
140 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow\r
141 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution\r
142 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution\r
143 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r