]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/UiApp/UiApp.inf
MdeModulePkg: Add the missing module UNI files.
[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
afc244a5 4# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
143f0b1d
ED
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
d6a55a12 18 MODULE_UNI_FILE = UiApp.uni\r
143f0b1d
ED
19 FILE_GUID = 462CAA21-7614-4503-836E-8AB6F4662331\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = InitializeUserInterface\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 FrontPage.h\r
32 Ui.h\r
33 BootMngr/BootManager.h\r
34 BootMaint/BootMaint.h\r
35 BootMaint/FormGuid.h\r
36\r
37 DeviceMngr/DeviceManager.h\r
38 DeviceMngr/DeviceManagerVfr.Vfr\r
39 DeviceMngr/DeviceManagerStrings.uni\r
40 DeviceMngr/DeviceManager.c\r
41 BootMngr/BootManagerVfr.Vfr\r
42 BootMngr/BootManagerStrings.uni\r
43 BootMngr/BootManager.c\r
44 BootMaint/FE.vfr\r
45 BootMaint/FileExplorer.c\r
46 BootMaint/BootMaint.c\r
47 BootMaint/UpdatePage.c\r
48 BootMaint/Variable.c\r
49 BootMaint/Data.c\r
50 BootMaint/ConsoleOption.c\r
51 BootMaint/BootOption.c\r
52 BootMaint/BmLib.c\r
53 BootMaint/Bm.vfr\r
54 BootMaint/Bmstring.uni\r
55 FrontPageVfr.Vfr\r
56 FrontPageStrings.uni\r
57 Strings.uni\r
58 FrontPage.c\r
59 String.c\r
60 String.h\r
61 Language.c\r
62 Language.h\r
3194d76f 63 FormsetGuid.h\r
143f0b1d
ED
64\r
65[Packages]\r
66 MdePkg/MdePkg.dec\r
67 MdeModulePkg/MdeModulePkg.dec\r
143f0b1d
ED
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
3194d76f
DB
111 gEfiSimpleFileSystemProtocolGuid ## CONSUMES\r
112 gEfiLoadFileProtocolGuid ## CONSUMES\r
113 gEfiSmbiosProtocolGuid ## CONSUMES\r
114 gEfiGenericMemTestProtocolGuid ## CONSUMES\r
115 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## SOMETIMES_CONSUMES\r
116 gEfiBlockIoProtocolGuid ## CONSUMES\r
117 gEfiGraphicsOutputProtocolGuid ## SOMETIMES_CONSUMES\r
118 gEfiSimpleTextInputExProtocolGuid ## CONSUMES\r
119 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
120 gEfiFormBrowser2ProtocolGuid ## CONSUMES\r
121 gEfiSerialIoProtocolGuid ## CONSUMES\r
122 gEfiDevicePathProtocolGuid ## CONSUMES\r
123 gEfiPciIoProtocolGuid ## CONSUMES\r
124 gEfiDevicePathToTextProtocolGuid ## CONSUMES\r
125 gEfiBootLogoProtocolGuid ## CONSUMES\r
143f0b1d
ED
126\r
127[FeaturePcd]\r
128\r
129[Pcd]\r
3194d76f
DB
130 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes ## CONSUMES\r
131 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang ## SOMETIMES_CONSUMES\r
132 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## PRODUCES\r
133 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## PRODUCES\r
134 ## CONSUMES\r
135 ## PRODUCES\r
143f0b1d 136 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
3194d76f
DB
137 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## PRODUCES\r
138 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## PRODUCES\r
139 ## CONSUMES\r
140 ## SOMETIMES_PRODUCES\r
143f0b1d 141 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn\r
3194d76f
DB
142 ## CONSUMES\r
143 ## SOMETIMES_PRODUCES\r
143f0b1d 144 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow\r
3194d76f
DB
145 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES\r
146 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES\r
d6a55a12
LG
147 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES\r
148\r
149[UserExtensions.TianoCore."ExtraFiles"]\r
150 UiAppExtra.uni\r