]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
IntelFrameworkPkg/DxeIoLibCpuIo: Add new Fifo routines in IoLib class
[mirror_edk2.git] / OvmfPkg / Library / QemuFwCfgLib / QemuFwCfgLib.inf
CommitLineData
f1ec65ba 1## @file\r
2#\r
2ce7e221
LE
3# Stateful, implicitly initialized fw_cfg library.\r
4#\r
5# Copyright (C) 2013, Red Hat, Inc.\r
f1ec65ba 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 = QemuFwCfgLib\r
21 FILE_GUID = fdd53716-31e1-4acc-9007-8bd5d877c96f\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
2ce7e221 24 LIBRARY_CLASS = QemuFwCfgLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER\r
f1ec65ba 25\r
26 CONSTRUCTOR = QemuFwCfgInitialize\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources]\r
5297c0bf 35 QemuFwCfgLibInternal.h\r
f1ec65ba 36 QemuFwCfgLib.c\r
2ce7e221 37 QemuFwCfgPeiDxe.c\r
f1ec65ba 38\r
39[Sources.IA32]\r
8a297612 40 Ia32/IoLibExAsm.nasm\r
f1ec65ba 41\r
42[Sources.X64]\r
f0a07173 43 X64/IoLibExAsm.nasm\r
f1ec65ba 44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 OvmfPkg/OvmfPkg.dec\r
48\r
49[LibraryClasses]\r
50 BaseLib\r
51 BaseMemoryLib\r
52 DebugLib\r
53 IoLib\r
54 MemoryAllocationLib\r
f1ec65ba 55\r