Last change
on this file since 77599 was 58464, checked in by vboxsync, 9 years ago |
EFI/Firmware: Export new files and directories.
|
-
Property svn:eol-style
set to
native
|
File size:
1.3 KB
|
Line | |
---|
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.asm
|
---|
38 | Ia32/IoLibExAsm.S
|
---|
39 |
|
---|
40 | [Sources.X64]
|
---|
41 | X64/IoLibExAsm.asm
|
---|
42 | X64/IoLibExAsm.S
|
---|
43 |
|
---|
44 | [Packages]
|
---|
45 | MdePkg/MdePkg.dec
|
---|
46 | OvmfPkg/OvmfPkg.dec
|
---|
47 |
|
---|
48 | [LibraryClasses]
|
---|
49 | BaseLib
|
---|
50 | BaseMemoryLib
|
---|
51 | DebugLib
|
---|
52 | IoLib
|
---|
53 | MemoryAllocationLib
|
---|
54 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.