]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[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 8#\r
b26f0cf9 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c90decb9
LE
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = QemuFwCfgSecLib\r
16 FILE_GUID = 60a910e5-7443-413d-9a30-97e57497cd1b\r
17 MODULE_TYPE = BASE\r
18 VERSION_STRING = 1.0\r
19 LIBRARY_CLASS = QemuFwCfgLib|SEC\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64\r
25#\r
26\r
27[Sources]\r
5297c0bf 28 QemuFwCfgLibInternal.h\r
c90decb9
LE
29 QemuFwCfgLib.c\r
30 QemuFwCfgSec.c\r
31\r
c90decb9
LE
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 OvmfPkg/OvmfPkg.dec\r
35\r
36[LibraryClasses]\r
37 BaseLib\r
38 BaseMemoryLib\r
39 DebugLib\r
40 IoLib\r
41 MemoryAllocationLib\r
42\r