]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/UiApp/UiApp.inf
MdeModulePkg:Refine the UiApp
[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
ce7690e2
DB
32 Language.h\r
33 String.h\r
143f0b1d 34 Ui.h\r
143f0b1d
ED
35 FrontPageVfr.Vfr\r
36 FrontPageStrings.uni\r
143f0b1d
ED
37 FrontPage.c\r
38 String.c\r
143f0b1d 39 Language.c\r
143f0b1d
ED
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
143f0b1d
ED
44\r
45[LibraryClasses]\r
46 DevicePathLib\r
47 BaseLib\r
143f0b1d
ED
48 UefiRuntimeServicesTableLib\r
49 ReportStatusCodeLib\r
50 MemoryAllocationLib\r
51 UefiLib\r
52 UefiBootServicesTableLib\r
53 BaseMemoryLib\r
54 DebugLib\r
55 PrintLib\r
56 HiiLib\r
57 UefiApplicationEntryPoint\r
58 PcdLib\r
59 UefiHiiServicesLib\r
60 UefiBootManagerLib\r
61 \r
62[Guids]\r
143f0b1d 63 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
ce7690e2
DB
64 gEfiIfrFrontPageGuid ## CONSUMES ## GUID\r
65\r
143f0b1d 66[Protocols]\r
3194d76f 67 gEfiSmbiosProtocolGuid ## CONSUMES\r
3194d76f 68 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
143f0b1d
ED
69\r
70[FeaturePcd]\r
71\r
72[Pcd]\r
3194d76f 73 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes ## CONSUMES\r
3194d76f
DB
74 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## PRODUCES\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## PRODUCES\r
3194d76f
DB
76 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## PRODUCES\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## PRODUCES\r
ce7690e2
DB
78 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES ## SOMETIMES_PRODUCES\r
79 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES ## SOMETIMES_PRODUCES\r
3194d76f
DB
80 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES\r
81 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES\r
d6a55a12
LG
82 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES\r
83\r
84[UserExtensions.TianoCore."ExtraFiles"]\r
ce7690e2 85 UiFrontPageAppExtra.uni\r