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