]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / Library / QemuFwCfgLib / QemuFwCfgSecLib.inf
... / ...
CommitLineData
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
7# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
8#\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
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
28 QemuFwCfgLibInternal.h\r
29 QemuFwCfgLib.c\r
30 QemuFwCfgSec.c\r
31\r
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