]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf
d7e368e5435d80ce4a0b1af3797487a4d48a10f1
[mirror_edk2.git] / OvmfPkg / Library / QemuFwCfgLib / QemuFwCfgDxeLib.inf
1 ## @file
2 #
3 # Stateful, implicitly initialized fw_cfg library.
4 #
5 # Copyright (C) 2013, Red Hat, Inc.
6 # Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>
7 # Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = QemuFwCfgDxeLib
22 FILE_GUID = 80474090-55e7-4c28-b25c-9f236ba41f28
23 MODULE_TYPE = BASE
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = QemuFwCfgLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER
26
27 CONSTRUCTOR = QemuFwCfgInitialize
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64
33 #
34
35 [Sources]
36 QemuFwCfgLibInternal.h
37 QemuFwCfgLib.c
38 QemuFwCfgDxe.c
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 OvmfPkg/OvmfPkg.dec
43
44 [LibraryClasses]
45 BaseLib
46 BaseMemoryLib
47 DebugLib
48 IoLib
49 MemoryAllocationLib
50