• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.nasm
41
42[Packages]
43  MdePkg/MdePkg.dec
44  OvmfPkg/OvmfPkg.dec
45
46[LibraryClasses]
47  BaseLib
48  BaseMemoryLib
49  DebugLib
50  IoLib
51  MemoryAllocationLib
52
53