]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
IntelSiliconPkg: 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
a382952f
RN
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
d1102dba 12#\r
a382952f
RN
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
d1102dba 15#\r
a382952f
RN
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = BootManagerMenuApp\r
7b3f471f 21 MODULE_UNI_FILE = BootManagerMenuApp.uni\r
a382952f
RN
22 FILE_GUID = EEC25BDC-67F2-4D95-B1D5-F81B2039D11D\r
23 MODULE_TYPE = UEFI_APPLICATION\r
d1102dba 24 VERSION_STRING = 1.0\r
a382952f
RN
25 ENTRY_POINT = BootManagerMenuEntry\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
de005223 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
a382952f
RN
31#\r
32\r
33[Sources]\r
34 BootManagerMenu.c\r
35 BootManagerMenu.h\r
36 BootManagerMenuStrings.uni\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 HiiLib\r
44 DebugLib\r
45 UefiLib\r
46 MemoryAllocationLib\r
47 UefiBootServicesTableLib\r
48 UefiApplicationEntryPoint\r
49 UefiBootManagerLib\r
d1102dba 50\r
a382952f
RN
51[Guids]\r
52\r
53[Protocols]\r
31f70606 54 gEfiBootLogoProtocolGuid ## SOMETIMES_CONSUMES\r
26da0b64 55 gEfiLoadedImageDevicePathProtocolGuid ## CONSUMES\r
a382952f
RN
56\r
57[Pcd]\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## PRODUCES\r
59 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## PRODUCES\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## PRODUCES\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## PRODUCES\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## SOMETIMES_CONSUMES\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## SOMETIMES_CONSUMES\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## SOMETIMES_CONSUMES\r
7b3f471f
RN
65 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## SOMETIMES_CONSUMES\r
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 BootManagerMenuAppExtra.uni\r