]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
ArmPkg/PlatformBootManagerLib: load platform boot options
[mirror_edk2.git] / ArmPkg / Library / PlatformBootManagerLib / PlatformBootManagerLib.inf
... / ...
CommitLineData
1## @file\r
2# Implementation for PlatformBootManagerLib library class interfaces.\r
3#\r
4# Copyright (C) 2015-2016, Red Hat, Inc.\r
5# Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>\r
6# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
7# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials are licensed and made available\r
10# under the terms and conditions of the BSD License which accompanies this\r
11# distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
16# IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = PlatformBootManagerLib\r
23 FILE_GUID = 92FD2DE3-B9CB-4B35-8141-42AD34D73C9F\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = ARM AARCH64\r
32#\r
33\r
34[Sources]\r
35 PlatformBm.c\r
36\r
37[Packages]\r
38 EmbeddedPkg/EmbeddedPkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 MdePkg/MdePkg.dec\r
41 ShellPkg/ShellPkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 BaseMemoryLib\r
46 BootLogoLib\r
47 CapsuleLib\r
48 DebugLib\r
49 DevicePathLib\r
50 DxeServicesLib\r
51 HobLib\r
52 MemoryAllocationLib\r
53 PcdLib\r
54 PrintLib\r
55 UefiBootManagerLib\r
56 UefiBootServicesTableLib\r
57 UefiLib\r
58\r
59[FeaturePcd]\r
60 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
61\r
62[FixedPcd]\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
64 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate\r
65 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits\r
66 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity\r
67 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits\r
68 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType\r
69\r
70[Pcd]\r
71 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
72\r
73[Guids]\r
74 gEfiFileInfoGuid\r
75 gEfiFileSystemInfoGuid\r
76 gEfiFileSystemVolumeLabelInfoIdGuid\r
77 gEfiEndOfDxeEventGroupGuid\r
78 gEfiTtyTermGuid\r
79 gUefiShellFileGuid\r
80\r
81[Protocols]\r
82 gEfiDevicePathProtocolGuid\r
83 gEfiGraphicsOutputProtocolGuid\r
84 gEfiLoadedImageProtocolGuid\r
85 gEfiPciRootBridgeIoProtocolGuid\r
86 gEfiSimpleFileSystemProtocolGuid\r
87 gEsrtManagementProtocolGuid\r
88 gPlatformBootManagerProtocolGuid\r