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