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