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