]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
IntelFrameworkPkg/DxeIoLibCpuIo: Add new Fifo routines in IoLib class
[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
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = QemuFwCfgSecLib\r
21 FILE_GUID = 60a910e5-7443-413d-9a30-97e57497cd1b\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = QemuFwCfgLib|SEC\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources]\r
5297c0bf 33 QemuFwCfgLibInternal.h\r
c90decb9
LE
34 QemuFwCfgLib.c\r
35 QemuFwCfgSec.c\r
36\r
37[Sources.IA32]\r
8a297612 38 Ia32/IoLibExAsm.nasm\r
c90decb9
LE
39\r
40[Sources.X64]\r
f0a07173 41 X64/IoLibExAsm.nasm\r
c90decb9
LE
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 OvmfPkg/OvmfPkg.dec\r
46\r
47[LibraryClasses]\r
48 BaseLib\r
49 BaseMemoryLib\r
50 DebugLib\r
51 IoLib\r
52 MemoryAllocationLib\r
53\r