]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/PlatformBmLib/PlatformBmLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / PlatformBmLib / PlatformBmLib.inf
1 ## @file
2 # Platfrom Boot Manager library
3 #
4 # Do platform action customized by IBV/OEM.
5 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = PlatformBmLib
16 FILE_GUID = 59569181-CBF8-2E44-9C3E-C2AB2F5608E1
17 MODULE_TYPE = DXE_DRIVER
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER
20
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64
26 #
27
28 [Sources]
29 PlatformBm.c
30 PlatformBm.h
31 PlatformBmData.c
32 PlatformBmMemoryTest.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 EmulatorPkg/EmulatorPkg.dec
38
39 [LibraryClasses]
40 BaseLib
41 MemoryAllocationLib
42 UefiBootServicesTableLib
43 UefiRuntimeServicesTableLib
44 BaseMemoryLib
45 DebugLib
46 PcdLib
47 UefiBootManagerLib
48 DevicePathLib
49 UefiLib
50 BootLogoLib
51 HobLib
52 HiiLib
53
54 [Guids]
55 gEmuSystemConfigGuid
56 gEfiEndOfDxeEventGroupGuid
57
58 [Protocols]
59 gEfiGenericMemTestProtocolGuid
60
61 [Pcd]
62 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
63 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
64 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
65 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand
66
67 [Depex]
68 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid