]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/VirtioRngDxe/VirtioRng.inf
OvmfPkg/VirtioRngDxe: list "VirtioRng.h" in the INF file
[mirror_edk2.git] / OvmfPkg / VirtioRngDxe / VirtioRng.inf
1 ## @file
2 # This driver produces EFI_RNG_PROTOCOL instances for virtio-rng devices.
3 #
4 # Copyright (C) 2016, Linaro Ltd.
5 #
6 # This program and the accompanying materials are licensed and made available
7 # under the terms and conditions of the BSD License which accompanies this
8 # distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
12 # WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = VirtioRngDxe
19 FILE_GUID = 58E26F0D-CBAC-4BBA-B70F-18221415665A
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = VirtioRngEntryPoint
23
24 [Sources]
25 VirtioRng.c
26 VirtioRng.h
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 OvmfPkg/OvmfPkg.dec
31
32 [LibraryClasses]
33 BaseMemoryLib
34 DebugLib
35 MemoryAllocationLib
36 UefiBootServicesTableLib
37 UefiDriverEntryPoint
38 UefiLib
39 VirtioLib
40
41 [Protocols]
42 gEfiRngProtocolGuid ## BY_START
43 gVirtioDeviceProtocolGuid ## TO_START
44
45 [Guids]
46 gEfiRngAlgorithmRaw