]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
OvmfPkg/QemuBootOrderLib: list "ExtraRootBusMap.h" in the INF file
[mirror_edk2.git] / OvmfPkg / Library / QemuBootOrderLib / QemuBootOrderLib.inf
... / ...
CommitLineData
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 = QemuBootOrderLib\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 ExtraRootBusMap.c\r
35 ExtraRootBusMap.h\r
36 QemuBootOrderLib.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 OvmfPkg/OvmfPkg.dec\r
42\r
43[LibraryClasses]\r
44 QemuFwCfgLib\r
45 DebugLib\r
46 MemoryAllocationLib\r
47 UefiBootManagerLib\r
48 UefiBootServicesTableLib\r
49 UefiRuntimeServicesTableLib\r
50 BaseLib\r
51 PrintLib\r
52 DevicePathLib\r
53 BaseMemoryLib\r
54 OrderedCollectionLib\r
55\r
56[Guids]\r
57 gEfiGlobalVariableGuid\r
58 gVirtioMmioTransportGuid\r
59\r
60[FeaturePcd]\r
61 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation\r
62 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation\r
63\r
64[Pcd]\r
65 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
66\r
67[Protocols]\r
68 gEfiDevicePathProtocolGuid ## CONSUMES\r
69 gEfiPciRootBridgeIoProtocolGuid ## CONSUMES\r