]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Application/RngTest/RngTest.inf
CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0g
[mirror_edk2.git] / SecurityPkg / Application / RngTest / RngTest.inf
CommitLineData
3aa8dc6c
LQ
1## @file\r
2# UEFI RNG (Random Number Generator) Protocol test application.\r
60c944c7
DG
3# \r
4# This application can print out the supported RNG algorithm in UEFI RNG Protocol. \r
5# And then it will do a generation test on the supported RNG algorithm. \r
3aa8dc6c 6#\r
60c944c7 7# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
3aa8dc6c
LQ
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = RngTest\r
21 FILE_GUID = B8AC7FB2-4211-4c2b-B62F-504421666C87\r
22 MODULE_TYPE = UEFI_APPLICATION\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = UefiMain\r
60c944c7 25 MODULE_UNI_FILE = RngTest.uni\r
3aa8dc6c
LQ
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
10cd747d 30# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
3aa8dc6c
LQ
31#\r
32\r
33[Sources]\r
34 RngTest.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 SecurityPkg/SecurityPkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiApplicationEntryPoint\r
43 UefiLib\r
44\r
45[Protocols]\r
60c944c7 46 gEfiRngProtocolGuid ## CONSUMES\r
3aa8dc6c
LQ
47\r
48[Guids]\r
60c944c7
DG
49 gEfiRngAlgorithmSp80090Hash256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG\r
50 gEfiRngAlgorithmSp80090Hmac256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG\r
51 gEfiRngAlgorithmSp80090Ctr256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG\r
52 gEfiRngAlgorithmX9313DesGuid ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG\r
53 gEfiRngAlgorithmX931AesGuid ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG\r
54 gEfiRngAlgorithmRaw ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG\r
55 \r
56 [UserExtensions.TianoCore."ExtraFiles"]\r
57 RngTestExtra.uni