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