]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
343bd7864b481e6f86e56a9d162a0fb9db798b7c
[mirror_edk2.git] / Nt32Pkg / Library / PlatformBootManagerLib / PlatformBootManagerLib.inf
1 ## @file
2 # Include all platform action which can be customized by IBV/OEM.
3 #
4 # Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = PlatformBootManagerLib
13 FILE_GUID = F0D9063A-DADB-4185-85E2-D7ACDA93F7A6
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER
17
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 PlatformData.c
27 PlatformBootManager.c
28 PlatformBootManager.h
29 MemoryTest.c
30 Strings.uni
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
36 Nt32Pkg/Nt32Pkg.dec
37
38 [LibraryClasses]
39 BaseLib
40 UefiBootServicesTableLib
41 UefiRuntimeServicesTableLib
42 UefiLib
43 UefiBootManagerLib
44 PcdLib
45 DxeServicesLib
46 MemoryAllocationLib
47 DevicePathLib
48 HiiLib
49 PrintLib
50 BootLogoLib
51
52 [Guids]
53 gEfiWinNtSystemConfigGuid
54 gEfiEndOfDxeEventGroupGuid
55
56 [Protocols]
57 gEfiGenericMemTestProtocolGuid ## CONSUMES
58 gEfiGraphicsOutputProtocolGuid ## CONSUMES
59 gEfiUgaDrawProtocolGuid ## CONSUMES
60 gEfiBootLogoProtocolGuid ## CONSUMES
61 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES
62
63 [Pcd]
64 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
65 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
66 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
67 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
68 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand
69 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootlogoOnlyEnable