]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
OvmfPkg: Modify QemuFwCfgLib to use new IoLib class library
[mirror_edk2.git] / OvmfPkg / Library / QemuFwCfgLib / QemuFwCfgSecLib.inf
CommitLineData
c90decb9
LE
1## @file\r
2#\r
3# Stateless fw_cfg library that must be queried before use.\r
4#\r
5# Copyright (C) 2013, Red Hat, Inc.\r
6# Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>\r
2b631390 7# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
c90decb9
LE
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = QemuFwCfgSecLib\r
22 FILE_GUID = 60a910e5-7443-413d-9a30-97e57497cd1b\r
23 MODULE_TYPE = BASE\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = QemuFwCfgLib|SEC\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
33[Sources]\r
5297c0bf 34 QemuFwCfgLibInternal.h\r
c90decb9
LE
35 QemuFwCfgLib.c\r
36 QemuFwCfgSec.c\r
37\r
c90decb9
LE
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 OvmfPkg/OvmfPkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 BaseMemoryLib\r
45 DebugLib\r
46 IoLib\r
47 MemoryAllocationLib\r
48\r