]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf
MdeModulePkg:Create Boot Manager Library
[mirror_edk2.git] / MdeModulePkg / Library / BootManagerLib / BootManagerLib.inf
1 ## @file
2 # Boot Manager Library used by UiApp.
3 #
4 # Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
5 # This software and associated documentation (if any) is furnished
6 # under a license and may only be used or copied in accordance
7 # with the terms of the license. Except as permitted by such
8 # license, no part of this software or documentation may be
9 # reproduced, stored in a retrieval system, or transmitted in any
10 # form or by any means without the express written consent of
11 # Intel Corporation.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = BootManagerLib
18 FILE_GUID = CCB2DCE1-4FC8-41CB-88C5-D349E134C9FC
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
22 CONSTRUCTOR = BootManagerLibConstructor
23 DESTRUCTOR = BootManagerLibDestructor
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 BootManager.h
32 BootManagerVfr.Vfr
33 BootManagerStrings.uni
34 BootManager.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 UefiRuntimeServicesTableLib
42 ReportStatusCodeLib
43 MemoryAllocationLib
44 UefiLib
45 UefiBootServicesTableLib
46 BaseMemoryLib
47 DebugLib
48 PrintLib
49 HiiLib
50 UefiBootManagerLib
51
52 [Guids]
53 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
54 gEfiIfrFrontPageGuid ## CONSUMES ## GUID
55
56 [Protocols]
57 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
58 gEfiDevicePathToTextProtocolGuid ## CONSUMES
59
60 [FeaturePcd]
61
62 [Pcd]
63 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## CONSUMES
64 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## CONSUMES
65 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## CONSUMES
66 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## CONSUMES
67