Last change
on this file was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
965 bytes
|
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 | # Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | #
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | INF_VERSION = 0x00010005
|
---|
15 | BASE_NAME = QemuFwCfgSecLib
|
---|
16 | FILE_GUID = 60a910e5-7443-413d-9a30-97e57497cd1b
|
---|
17 | MODULE_TYPE = BASE
|
---|
18 | VERSION_STRING = 1.0
|
---|
19 | LIBRARY_CLASS = QemuFwCfgLib|SEC
|
---|
20 |
|
---|
21 | #
|
---|
22 | # The following information is for reference only and not required by the build tools.
|
---|
23 | #
|
---|
24 | # VALID_ARCHITECTURES = IA32 X64
|
---|
25 | #
|
---|
26 |
|
---|
27 | [Sources]
|
---|
28 | QemuFwCfgLibInternal.h
|
---|
29 | QemuFwCfgLib.c
|
---|
30 | QemuFwCfgSec.c
|
---|
31 |
|
---|
32 | [Packages]
|
---|
33 | MdePkg/MdePkg.dec
|
---|
34 | OvmfPkg/OvmfPkg.dec
|
---|
35 |
|
---|
36 | [LibraryClasses]
|
---|
37 | BaseLib
|
---|
38 | BaseMemoryLib
|
---|
39 | DebugLib
|
---|
40 | IoLib
|
---|
41 | MemoryAllocationLib
|
---|
42 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.