]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Application / BootManagerMenuApp / BootManagerMenuApp.inf
CommitLineData
a382952f
RN
1## @file\r
2# The application to show the Boot Manager Menu.\r
7b3f471f
RN
3#\r
4# The application pops up a menu showing all the boot options referenced by\r
5# BootOrder NV variable and user can choose to boot from one of them.\r
d1102dba 6#\r
31f70606 7# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d1102dba 9#\r
a382952f
RN
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = BootManagerMenuApp\r
7b3f471f 15 MODULE_UNI_FILE = BootManagerMenuApp.uni\r
a382952f
RN
16 FILE_GUID = EEC25BDC-67F2-4D95-B1D5-F81B2039D11D\r
17 MODULE_TYPE = UEFI_APPLICATION\r
d1102dba 18 VERSION_STRING = 1.0\r
a382952f
RN
19 ENTRY_POINT = BootManagerMenuEntry\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
de005223 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
a382952f
RN
25#\r
26\r
27[Sources]\r
28 BootManagerMenu.c\r
29 BootManagerMenu.h\r
30 BootManagerMenuStrings.uni\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35\r
36[LibraryClasses]\r
37 HiiLib\r
38 DebugLib\r
39 UefiLib\r
40 MemoryAllocationLib\r
41 UefiBootServicesTableLib\r
42 UefiApplicationEntryPoint\r
43 UefiBootManagerLib\r
d1102dba 44\r
a382952f
RN
45[Guids]\r
46\r
47[Protocols]\r
31f70606 48 gEfiBootLogoProtocolGuid ## SOMETIMES_CONSUMES\r
26da0b64 49 gEfiLoadedImageDevicePathProtocolGuid ## CONSUMES\r
a382952f
RN
50\r
51[Pcd]\r
52 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## PRODUCES\r
53 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## PRODUCES\r
54 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## PRODUCES\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## PRODUCES\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## SOMETIMES_CONSUMES\r
57 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## SOMETIMES_CONSUMES\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## SOMETIMES_CONSUMES\r
7b3f471f
RN
59 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## SOMETIMES_CONSUMES\r
60\r
61[UserExtensions.TianoCore."ExtraFiles"]\r
62 BootManagerMenuAppExtra.uni\r