Last change
on this file since 106129 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1011 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Virtio FDT client protocol driver for virtio,mmio DT node
|
---|
3 | #
|
---|
4 | # Copyright (c) 2014 - 2016, Linaro Ltd. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = VirtioFdtDxe
|
---|
13 | FILE_GUID = 0049858F-8CA7-4CCD-918B-D952CBF32975
|
---|
14 | MODULE_TYPE = DXE_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 |
|
---|
17 | ENTRY_POINT = InitializeVirtioFdtDxe
|
---|
18 |
|
---|
19 | [Sources]
|
---|
20 | VirtioFdtDxe.c
|
---|
21 |
|
---|
22 | [Packages]
|
---|
23 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
24 | MdePkg/MdePkg.dec
|
---|
25 | OvmfPkg/OvmfPkg.dec
|
---|
26 |
|
---|
27 | [LibraryClasses]
|
---|
28 | BaseLib
|
---|
29 | BaseMemoryLib
|
---|
30 | DebugLib
|
---|
31 | DevicePathLib
|
---|
32 | MemoryAllocationLib
|
---|
33 | UefiBootServicesTableLib
|
---|
34 | UefiDriverEntryPoint
|
---|
35 | VirtioMmioDeviceLib
|
---|
36 |
|
---|
37 | [Guids]
|
---|
38 | gVirtioMmioTransportGuid
|
---|
39 |
|
---|
40 | [Protocols]
|
---|
41 | gEfiDevicePathProtocolGuid ## PRODUCES
|
---|
42 | gFdtClientProtocolGuid ## CONSUMES
|
---|
43 |
|
---|
44 | [Depex]
|
---|
45 | gFdtClientProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.