]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Application/UiApp/UiApp.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = UiApp\r
12 MODULE_UNI_FILE = UiApp.uni\r
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
21# VALID_ARCHITECTURES = IA32 X64 EBC\r
22#\r
23\r
24[Sources]\r
25 FrontPage.h\r
26 String.h\r
27 Ui.h\r
28 FrontPageVfr.Vfr\r
29 FrontPageStrings.uni\r
30 FrontPage.c\r
31 String.c\r
32 FrontPageCustomizedUi.c\r
33 FrontPageCustomizedUiSupport.c\r
34 FrontPageCustomizedUi.h\r
35 FrontPageCustomizedUiSupport.h\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 DevicePathLib\r
43 BaseLib\r
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
57\r
58[Guids]\r
59 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
60 gEfiIfrFrontPageGuid ## CONSUMES ## GUID\r
61\r
62[Protocols]\r
63 gEfiSmbiosProtocolGuid ## CONSUMES\r
64 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
65\r
66[FeaturePcd]\r
67\r
68[Pcd]\r
69 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes ## CONSUMES\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## PRODUCES\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## PRODUCES\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## PRODUCES\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## PRODUCES\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES ## SOMETIMES_PRODUCES\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES ## SOMETIMES_PRODUCES\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES\r
78 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES\r
79 gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## CONSUMES\r
80\r
81[UserExtensions.TianoCore."ExtraFiles"]\r
82 UiAppExtra.uni\r