]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[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 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = PlatformBootManagerLib
19 FILE_GUID = F0D9063A-DADB-4185-85E2-D7ACDA93F7A6
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER
23
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 EBC
29 #
30
31 [Sources]
32 PlatformData.c
33 PlatformBootManager.c
34 PlatformBootManager.h
35 MemoryTest.c
36 Strings.uni
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
42 Nt32Pkg/Nt32Pkg.dec
43
44 [LibraryClasses]
45 BaseLib
46 UefiBootServicesTableLib
47 UefiRuntimeServicesTableLib
48 UefiLib
49 UefiBootManagerLib
50 PcdLib
51 DxeServicesLib
52 MemoryAllocationLib
53 DevicePathLib
54 HiiLib
55 PrintLib
56 BootLogoLib
57
58 [Guids]
59 gEfiWinNtSystemConfigGuid
60 gEfiEndOfDxeEventGroupGuid
61
62 [Protocols]
63 gEfiGenericMemTestProtocolGuid ## CONSUMES
64 gEfiGraphicsOutputProtocolGuid ## CONSUMES
65 gEfiUgaDrawProtocolGuid ## CONSUMES
66 gEfiBootLogoProtocolGuid ## CONSUMES
67 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES
68
69 [Pcd]
70 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
71 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
72 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
73 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
74 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand
75 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootlogoOnlyEnable