Last change
on this file since 109019 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
690 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Parse the contents of named fw_cfg files as simple (scalar) data types.
|
---|
3 | #
|
---|
4 | # Copyright (C) 2020, Red Hat, Inc.
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 1.29
|
---|
11 | BASE_NAME = QemuFwCfgSimpleParserLib
|
---|
12 | FILE_GUID = a9a1211d-061e-4b64-af30-5dd0cac9dc99
|
---|
13 | MODULE_TYPE = BASE
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = QemuFwCfgSimpleParserLib
|
---|
16 | CONSTRUCTOR = QemuFwCfgSimpleParserInit
|
---|
17 |
|
---|
18 | [Sources]
|
---|
19 | QemuFwCfgSimpleParser.c
|
---|
20 |
|
---|
21 | [Packages]
|
---|
22 | MdePkg/MdePkg.dec
|
---|
23 | OvmfPkg/OvmfPkg.dec
|
---|
24 |
|
---|
25 | [LibraryClasses]
|
---|
26 | BaseLib
|
---|
27 | QemuFwCfgLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.