]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/UiApp/UiApp.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[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
d1102dba 4# Copyright (c) 2011 - 2018, 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
d1102dba 9#\r
143f0b1d
ED
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
d1102dba 12#\r
143f0b1d
ED
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
de005223 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
143f0b1d
ED
28#\r
29\r
30[Sources]\r
31 FrontPage.h\r
ce7690e2 32 String.h\r
143f0b1d 33 Ui.h\r
143f0b1d
ED
34 FrontPageVfr.Vfr\r
35 FrontPageStrings.uni\r
143f0b1d
ED
36 FrontPage.c\r
37 String.c\r
c9802c45
ED
38 FrontPageCustomizedUi.c\r
39 FrontPageCustomizedUiSupport.c\r
40 FrontPageCustomizedUi.h\r
41 FrontPageCustomizedUiSupport.h\r
143f0b1d
ED
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
143f0b1d
ED
46\r
47[LibraryClasses]\r
48 DevicePathLib\r
49 BaseLib\r
143f0b1d
ED
50 UefiRuntimeServicesTableLib\r
51 ReportStatusCodeLib\r
52 MemoryAllocationLib\r
53 UefiLib\r
54 UefiBootServicesTableLib\r
55 BaseMemoryLib\r
56 DebugLib\r
57 PrintLib\r
58 HiiLib\r
59 UefiApplicationEntryPoint\r
60 PcdLib\r
61 UefiHiiServicesLib\r
62 UefiBootManagerLib\r
d1102dba 63\r
143f0b1d 64[Guids]\r
143f0b1d 65 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
ce7690e2
DB
66 gEfiIfrFrontPageGuid ## CONSUMES ## GUID\r
67\r
143f0b1d 68[Protocols]\r
3194d76f 69 gEfiSmbiosProtocolGuid ## CONSUMES\r
3194d76f 70 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
143f0b1d
ED
71\r
72[FeaturePcd]\r
73\r
74[Pcd]\r
3194d76f 75 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes ## CONSUMES\r
3194d76f
DB
76 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## PRODUCES\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## PRODUCES\r
3194d76f
DB
78 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## PRODUCES\r
79 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## PRODUCES\r
ce7690e2
DB
80 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES ## SOMETIMES_PRODUCES\r
81 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES ## SOMETIMES_PRODUCES\r
3194d76f
DB
82 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES\r
83 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES\r
d6a55a12 84 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES\r
15b52294 85 gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## CONSUMES\r
d6a55a12
LG
86\r
87[UserExtensions.TianoCore."ExtraFiles"]\r
989edf16 88 UiAppExtra.uni\r