]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Application/UiApp/UiApp.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Application / UiApp / UiApp.inf
... / ...
CommitLineData
1## @file\r
2# UiApp module is driver for BDS phase.\r
3#\r
4# Copyright (c) 2011 - 2018, 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 MODULE_UNI_FILE = UiApp.uni\r
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 EBC\r
28#\r
29\r
30[Sources]\r
31 FrontPage.h\r
32 String.h\r
33 Ui.h\r
34 FrontPageVfr.Vfr\r
35 FrontPageStrings.uni\r
36 FrontPage.c\r
37 String.c\r
38 FrontPageCustomizedUi.c\r
39 FrontPageCustomizedUiSupport.c\r
40 FrontPageCustomizedUi.h\r
41 FrontPageCustomizedUiSupport.h\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 DevicePathLib\r
49 BaseLib\r
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
63\r
64[Guids]\r
65 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
66 gEfiIfrFrontPageGuid ## CONSUMES ## GUID\r
67\r
68[Protocols]\r
69 gEfiSmbiosProtocolGuid ## CONSUMES\r
70 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
71\r
72[FeaturePcd]\r
73\r
74[Pcd]\r
75 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes ## CONSUMES\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## PRODUCES\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## PRODUCES\r
78 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## PRODUCES\r
79 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## PRODUCES\r
80 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES ## SOMETIMES_PRODUCES\r
81 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES ## SOMETIMES_PRODUCES\r
82 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES\r
83 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES\r
84 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES\r
85 gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## CONSUMES\r
86\r
87[UserExtensions.TianoCore."ExtraFiles"]\r
88 UiAppExtra.uni\r