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