Last change
on this file since 85788 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:
767 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | #
|
---|
3 | # Null implementation of the fw_cfg library.
|
---|
4 | #
|
---|
5 | # Copyright (C) 2020, Rebecca Cran <[email protected]>
|
---|
6 | # Copyright (C) 2013, Red Hat, Inc.
|
---|
7 | # Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>
|
---|
8 | # Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
|
---|
9 | #
|
---|
10 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
11 | #
|
---|
12 | ##
|
---|
13 |
|
---|
14 | [Defines]
|
---|
15 | INF_VERSION = 0x00010005
|
---|
16 | BASE_NAME = QemuFwCfgLibNull
|
---|
17 | FILE_GUID = B9D1A1F2-01E2-4732-982D-C7F9ED51AC6B
|
---|
18 | MODULE_TYPE = BASE
|
---|
19 | VERSION_STRING = 1.0
|
---|
20 | LIBRARY_CLASS = QemuFwCfgLib
|
---|
21 |
|
---|
22 | [Sources]
|
---|
23 | QemuFwCfgNull.c
|
---|
24 |
|
---|
25 | [Packages]
|
---|
26 | MdePkg/MdePkg.dec
|
---|
27 | OvmfPkg/OvmfPkg.dec
|
---|
28 |
|
---|
29 | [LibraryClasses]
|
---|
30 | DebugLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.