]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
OvmfPkg: Modify QemuFwCfgLib to use new IoLib class library
[mirror_edk2.git] / OvmfPkg / Library / QemuFwCfgLib / QemuFwCfgSecLib.inf
1 ## @file
2 #
3 # Stateless fw_cfg library that must be queried before use.
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 = QemuFwCfgSecLib
22 FILE_GUID = 60a910e5-7443-413d-9a30-97e57497cd1b
23 MODULE_TYPE = BASE
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = QemuFwCfgLib|SEC
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64
31 #
32
33 [Sources]
34 QemuFwCfgLibInternal.h
35 QemuFwCfgLib.c
36 QemuFwCfgSec.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 OvmfPkg/OvmfPkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 BaseMemoryLib
45 DebugLib
46 IoLib
47 MemoryAllocationLib
48