]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/UiApp/UiApp.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d1102dba 6#\r
143f0b1d
ED
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = UiApp\r
d6a55a12 12 MODULE_UNI_FILE = UiApp.uni\r
143f0b1d
ED
13 FILE_GUID = 462CAA21-7614-4503-836E-8AB6F4662331\r
14 MODULE_TYPE = UEFI_APPLICATION\r
15 VERSION_STRING = 1.0\r
16 ENTRY_POINT = InitializeUserInterface\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
de005223 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
143f0b1d
ED
22#\r
23\r
24[Sources]\r
25 FrontPage.h\r
ce7690e2 26 String.h\r
143f0b1d 27 Ui.h\r
143f0b1d
ED
28 FrontPageVfr.Vfr\r
29 FrontPageStrings.uni\r
143f0b1d
ED
30 FrontPage.c\r
31 String.c\r
c9802c45
ED
32 FrontPageCustomizedUi.c\r
33 FrontPageCustomizedUiSupport.c\r
34 FrontPageCustomizedUi.h\r
35 FrontPageCustomizedUiSupport.h\r
143f0b1d
ED
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
143f0b1d
ED
40\r
41[LibraryClasses]\r
42 DevicePathLib\r
43 BaseLib\r
143f0b1d
ED
44 UefiRuntimeServicesTableLib\r
45 ReportStatusCodeLib\r
46 MemoryAllocationLib\r
47 UefiLib\r
48 UefiBootServicesTableLib\r
49 BaseMemoryLib\r
50 DebugLib\r
51 PrintLib\r
52 HiiLib\r
53 UefiApplicationEntryPoint\r
54 PcdLib\r
55 UefiHiiServicesLib\r
56 UefiBootManagerLib\r
d1102dba 57\r
143f0b1d 58[Guids]\r
143f0b1d 59 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
ce7690e2
DB
60 gEfiIfrFrontPageGuid ## CONSUMES ## GUID\r
61\r
143f0b1d 62[Protocols]\r
3194d76f 63 gEfiSmbiosProtocolGuid ## CONSUMES\r
3194d76f 64 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
143f0b1d
ED
65\r
66[FeaturePcd]\r
67\r
68[Pcd]\r
3194d76f 69 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes ## CONSUMES\r
3194d76f
DB
70 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## PRODUCES\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## PRODUCES\r
3194d76f
DB
72 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## PRODUCES\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## PRODUCES\r
ce7690e2
DB
74 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES ## SOMETIMES_PRODUCES\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES ## SOMETIMES_PRODUCES\r
3194d76f
DB
76 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES\r
d6a55a12 78 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES\r
15b52294 79 gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## CONSUMES\r
d6a55a12
LG
80\r
81[UserExtensions.TianoCore."ExtraFiles"]\r
989edf16 82 UiAppExtra.uni\r