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