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