Last change
on this file since 98412 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:
859 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Generic implementation of QemuLoadImageLib library class interface.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2020, ARM Ltd. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 1.27
|
---|
12 | BASE_NAME = GenericQemuLoadImageLib
|
---|
13 | FILE_GUID = 9e3e28da-c7b5-4f85-841a-84e6a9a1f1a0
|
---|
14 | MODULE_TYPE = BASE
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = QemuLoadImageLib|DXE_DRIVER
|
---|
17 |
|
---|
18 | [Sources]
|
---|
19 | GenericQemuLoadImageLib.c
|
---|
20 |
|
---|
21 | [Packages]
|
---|
22 | MdeModulePkg/MdeModulePkg.dec
|
---|
23 | MdePkg/MdePkg.dec
|
---|
24 | OvmfPkg/OvmfPkg.dec
|
---|
25 |
|
---|
26 | [LibraryClasses]
|
---|
27 | DebugLib
|
---|
28 | MemoryAllocationLib
|
---|
29 | PrintLib
|
---|
30 | QemuFwCfgLib
|
---|
31 | UefiBootServicesTableLib
|
---|
32 |
|
---|
33 | [Protocols]
|
---|
34 | gEfiDevicePathProtocolGuid
|
---|
35 | gEfiLoadedImageProtocolGuid
|
---|
36 |
|
---|
37 | [Guids]
|
---|
38 | gQemuKernelLoaderFsMediaGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.