]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/UiApp/UiApp.inf
MdeModulePkg:Fix the issue that refresh the question fail in DriverSample
[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
143f0b1d
ED
66\r
67[LibraryClasses]\r
68 DevicePathLib\r
69 BaseLib\r
70 HobLib\r
71 UefiRuntimeServicesTableLib\r
72 ReportStatusCodeLib\r
73 MemoryAllocationLib\r
74 UefiLib\r
75 UefiBootServicesTableLib\r
76 BaseMemoryLib\r
77 DebugLib\r
78 PrintLib\r
79 HiiLib\r
80 UefiApplicationEntryPoint\r
81 PcdLib\r
82 UefiHiiServicesLib\r
83 UefiBootManagerLib\r
84 \r
85[Guids]\r
86 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)\r
87 ## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)\r
88 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)\r
89 ## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)\r
90 ## SOMETIMES_PRODUCES ## Variable:L"KeyXX" (Hotkey option variable)\r
91 ## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)\r
92 ## 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
93 ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate)## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)\r
94 ## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)\r
95 ## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)\r
96 ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)\r
97 ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)\r
98 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)\r
99 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)\r
100 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)\r
101 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)\r
102 gEfiFileInfoGuid ## CONSUMES ## GUID (Indicate the information type is file)\r
103 gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)\r
104 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
105 gEfiHiiDriverHealthFormsetGuid ## CONSUMES ## GUID (Indicate the Driver Health formset class guid to be displayed)\r
106 gEfiIfrBootMaintenanceGuid ## CONSUMES ## GUID\r
107 \r
108[Protocols]\r
109 gEfiSimpleFileSystemProtocolGuid ## PROTOCOL CONSUMES\r
110 gEfiLoadFileProtocolGuid ## PROTOCOL CONSUMES\r
111 gEfiSmbiosProtocolGuid ## PROTOCOL CONSUMES\r
112 gEfiGenericMemTestProtocolGuid ## PROTOCOL CONSUMES\r
143f0b1d
ED
113 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## PROTOCOL SOMETIMES_CONSUMES\r
114 gEfiBlockIoProtocolGuid ## PROTOCOL CONSUMES\r
115 gEfiGraphicsOutputProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES\r
116 gEfiSimpleTextInputExProtocolGuid ## PROTOCOL CONSUMES\r
117 gEfiHiiConfigAccessProtocolGuid ## PROTOCOL CONSUMES\r
118 gEfiFormBrowser2ProtocolGuid ## PROTOCOL CONSUMES\r
119 gEfiSerialIoProtocolGuid ## PROTOCOL CONSUMES\r
120 gEfiDevicePathProtocolGuid ## PROTOCOL CONSUMES\r
121 gEfiPciIoProtocolGuid ## PROTOCOL CONSUMES\r
122 gEfiDevicePathToTextProtocolGuid ## PROTOCOL CONSUMES\r
123 gEfiBootLogoProtocolGuid ## PROTOCOL CONSUMES\r
124\r
125[FeaturePcd]\r
126\r
127[Pcd]\r
128 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes\r
129 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
130 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
131 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
132 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
143f0b1d
ED
133 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution\r
134 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution\r
135 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn\r
136 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow\r
137 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution\r
138 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution\r
139 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r