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