]>
Commit | Line | Data |
---|---|---|
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 | |
33 | QemuFwCfgLib.c\r | |
34 | QemuFwCfgSec.c\r | |
35 | \r | |
36 | [Sources.IA32]\r | |
8a297612 | 37 | Ia32/IoLibExAsm.nasm\r |
c90decb9 LE |
38 | \r |
39 | [Sources.X64]\r | |
f0a07173 | 40 | X64/IoLibExAsm.nasm\r |
c90decb9 LE |
41 | \r |
42 | [Packages]\r | |
43 | MdePkg/MdePkg.dec\r | |
44 | OvmfPkg/OvmfPkg.dec\r | |
45 | \r | |
46 | [LibraryClasses]\r | |
47 | BaseLib\r | |
48 | BaseMemoryLib\r | |
49 | DebugLib\r | |
50 | IoLib\r | |
51 | MemoryAllocationLib\r | |
52 | \r |