]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
OvmfPkg: QemuBootOrderLib: expose QEMU's "-boot menu=on[,splash-time=N]"
[mirror_edk2.git] / OvmfPkg / Library / QemuBootOrderLib / QemuBootOrderLib.inf
CommitLineData
cca7475b
LE
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 - 2010, 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 = 4FFFA9E1-103D-4CF2-9C06-563BDD03050E\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\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
39 OvmfPkg/OvmfPkg.dec\r
40\r
41[LibraryClasses]\r
42 QemuFwCfgLib\r
43 DebugLib\r
44 MemoryAllocationLib\r
45 GenericBdsLib\r
46 UefiBootServicesTableLib\r
47 UefiRuntimeServicesTableLib\r
48 BaseLib\r
49 PrintLib\r
50 DevicePathLib\r
43336916 51 BaseMemoryLib\r
cca7475b
LE
52\r
53[Guids]\r
54 gEfiGlobalVariableGuid\r
43336916 55 gVirtioMmioTransportGuid\r
2f9c55cc
LE
56\r
57[FeaturePcd]\r
58 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation\r
43336916 59 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation\r
9253c14d
LE
60\r
61[Pcd]\r
62 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r