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