]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
MdeModulePkg: Add BootManagerMenuApp.
[mirror_edk2.git] / MdeModulePkg / Application / BootManagerMenuApp / BootManagerMenuApp.inf
1 ## @file
2 # The application to show the Boot Manager Menu.
3 #
4 # Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = BootManagerMenuApp
18 FILE_GUID = EEC25BDC-67F2-4D95-B1D5-F81B2039D11D
19 MODULE_TYPE = UEFI_APPLICATION
20 VERSION_STRING = 1.0
21 ENTRY_POINT = BootManagerMenuEntry
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
27 #
28
29 [Sources]
30 BootManagerMenu.c
31 BootManagerMenu.h
32 BootManagerMenuStrings.uni
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37
38 [LibraryClasses]
39 HiiLib
40 DebugLib
41 UefiLib
42 MemoryAllocationLib
43 UefiBootServicesTableLib
44 UefiApplicationEntryPoint
45 UefiBootManagerLib
46
47 [Guids]
48
49 [Protocols]
50 gEfiBootLogoProtocolGuid ## CONSUMES
51
52 [Pcd]
53 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## PRODUCES
54 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## PRODUCES
55 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## PRODUCES
56 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## PRODUCES
57 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## SOMETIMES_CONSUMES
58 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## SOMETIMES_CONSUMES
59 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## SOMETIMES_CONSUMES
60 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## SOMETIMES_CONSUMES