]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / Library / QemuBootOrderLib / 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
dbf9cc87 5# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
6b40e66a 6#\r
b26f0cf9 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6b40e66a
RN
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
d85c5e31 13 BASE_NAME = QemuBootOrderLib\r
6b40e66a
RN
14 FILE_GUID = 1D677A58-C753-4AF1-B552-EFE142DF8F57\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = QemuBootOrderLib|DXE_DRIVER\r
18\r
19#\r
20# The following information is for reference only and not required by the build\r
21# tools.\r
22#\r
dbf9cc87 23# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
6b40e66a
RN
24#\r
25\r
26[Sources]\r
6b40e66a 27 ExtraRootBusMap.c\r
2d94e8f7 28 ExtraRootBusMap.h\r
1dd46be3 29 QemuBootOrderLib.c\r
6b40e66a
RN
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
d27ec22d 33 MdeModulePkg/MdeModulePkg.dec\r
6b40e66a
RN
34 OvmfPkg/OvmfPkg.dec\r
35\r
36[LibraryClasses]\r
37 QemuFwCfgLib\r
38 DebugLib\r
39 MemoryAllocationLib\r
d27ec22d 40 UefiBootManagerLib\r
6b40e66a
RN
41 UefiBootServicesTableLib\r
42 UefiRuntimeServicesTableLib\r
43 BaseLib\r
44 PrintLib\r
45 DevicePathLib\r
46 BaseMemoryLib\r
47 OrderedCollectionLib\r
48\r
49[Guids]\r
50 gEfiGlobalVariableGuid\r
51 gVirtioMmioTransportGuid\r
52\r
53[FeaturePcd]\r
54 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation\r
55 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation\r
56\r
57[Pcd]\r
58 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
59\r
60[Protocols]\r
61 gEfiDevicePathProtocolGuid ## CONSUMES\r
62 gEfiPciRootBridgeIoProtocolGuid ## CONSUMES\r