]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/PlatformBmLib/PlatformBmLib.inf
416815ce0a546d891a266f9fb0bd07a787b34280
[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 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = PlatformBmLib
21 FILE_GUID = 59569181-CBF8-2E44-9C3E-C2AB2F5608E1
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER
25
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64
31 #
32
33 [Sources]
34 PlatformBm.c
35 PlatformBm.h
36 PlatformBmData.c
37 PlatformBmMemoryTest.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42 EmulatorPkg/EmulatorPkg.dec
43
44 [LibraryClasses]
45 BaseLib
46 MemoryAllocationLib
47 UefiBootServicesTableLib
48 UefiRuntimeServicesTableLib
49 BaseMemoryLib
50 DebugLib
51 PcdLib
52 UefiBootManagerLib
53 DevicePathLib
54 UefiLib
55 BootLogoLib
56 HobLib
57 HiiLib
58
59 [Guids]
60 gEmuSystemConfigGuid
61 gEfiEndOfDxeEventGroupGuid
62
63 [Protocols]
64 gEfiGenericMemTestProtocolGuid
65
66 [Pcd]
67 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
68 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
69 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
70 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand
71
72 [Depex]
73 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid