]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
OvmfPkg/PlatformBootManagerLib: Follow PlatformBootManagerLib interfaces
[mirror_edk2.git] / OvmfPkg / Library / PlatformBootManagerLib / PlatformBootManagerLib.inf
CommitLineData
30541881
RN
1## @file\r
2# Platform BDS customizations library.\r
3#\r
4# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
a7566234 17 BASE_NAME = PlatformBootManagerLib\r
30541881
RN
18 FILE_GUID = FB65006C-AC9F-4992-AD80-184B2BDBBD83\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
a7566234 21 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER\r
30541881
RN
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
27#\r
28\r
29[Sources]\r
30 BdsPlatform.c\r
31 PlatformData.c\r
32 QemuKernel.c\r
33 BdsPlatform.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
39 OvmfPkg/OvmfPkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 MemoryAllocationLib\r
44 UefiBootServicesTableLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 PcdLib\r
48 GenericBdsLib\r
49 PciLib\r
50 NvVarsFileLib\r
51 QemuFwCfgLib\r
52 LoadLinuxLib\r
53 QemuBootOrderLib\r
54 UefiLib\r
55\r
56[Pcd]\r
57 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
58 gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent\r
59 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable\r
60 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r
61\r
62[Pcd.IA32, Pcd.X64]\r
63 gEfiMdePkgTokenSpaceGuid.PcdFSBClock\r
64\r
65[Protocols]\r
66 gEfiDecompressProtocolGuid\r
67 gEfiPciRootBridgeIoProtocolGuid\r
68 gEfiS3SaveStateProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
69 gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
70\r
71[Guids]\r
72 gEfiEndOfDxeEventGroupGuid\r
73 gRootBridgesConnectedEventGroupGuid\r