]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
OvmfPkg: extract QemuBootOrderLib
[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 - 2010, 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 = 4FFFA9E1-103D-4CF2-9C06-563BDD03050E
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 QemuBootOrderLib.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
39 OvmfPkg/OvmfPkg.dec
40
41 [LibraryClasses]
42 QemuFwCfgLib
43 DebugLib
44 MemoryAllocationLib
45 GenericBdsLib
46 UefiBootServicesTableLib
47 UefiRuntimeServicesTableLib
48 BaseLib
49 PrintLib
50 DevicePathLib
51
52 [Guids]
53 gEfiGlobalVariableGuid