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