]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/QemuNewBootOrderLib/QemuBootOrderLib.inf
OvmfPkg, ArmVirtPkg: clean up SetBootOrderFromQemu() parameter list
[mirror_edk2.git] / OvmfPkg / Library / QemuNewBootOrderLib / QemuBootOrderLib.inf
CommitLineData
6b40e66a
RN
1## @file\r
2# Rewrite the BootOrder NvVar based on QEMU's "bootorder" fw_cfg file.\r
3#\r
4# Copyright (C) 2012 - 2014, Red Hat, Inc.\r
5# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials are licensed and made available\r
8# under the terms and conditions of the BSD License which accompanies this\r
9# distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\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\r
14# IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = QemuNewBootOrderLib\r
21 FILE_GUID = 1D677A58-C753-4AF1-B552-EFE142DF8F57\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = QemuBootOrderLib|DXE_DRIVER\r
25\r
26#\r
27# The following information is for reference only and not required by the build\r
28# tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64\r
31#\r
32\r
33[Sources]\r
34 QemuBootOrderLib.c\r
35 ExtraRootBusMap.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
d27ec22d 39 MdeModulePkg/MdeModulePkg.dec\r
6b40e66a
RN
40 OvmfPkg/OvmfPkg.dec\r
41\r
42[LibraryClasses]\r
43 QemuFwCfgLib\r
44 DebugLib\r
45 MemoryAllocationLib\r
d27ec22d 46 UefiBootManagerLib\r
6b40e66a
RN
47 UefiBootServicesTableLib\r
48 UefiRuntimeServicesTableLib\r
49 BaseLib\r
50 PrintLib\r
51 DevicePathLib\r
52 BaseMemoryLib\r
53 OrderedCollectionLib\r
54\r
55[Guids]\r
56 gEfiGlobalVariableGuid\r
57 gVirtioMmioTransportGuid\r
58\r
59[FeaturePcd]\r
60 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation\r
61 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation\r
62\r
63[Pcd]\r
64 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
65\r
66[Protocols]\r
67 gEfiDevicePathProtocolGuid ## CONSUMES\r
68 gEfiPciRootBridgeIoProtocolGuid ## CONSUMES\r