]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Application/Cryptest/Cryptest.inf
CryptoPkg Updates to support RFC3161 timestamp signature verification.
[mirror_edk2.git] / CryptoPkg / Application / Cryptest / Cryptest.inf
CommitLineData
97f98500 1## @file\r
dda856b3 2# Shell application that will test the crypto library.\r
97f98500 3#\r
dda856b3
DG
4# UEFI Application for the Validation of cryptography library (based on OpenSSL 0.9.8zb).\r
5#\r
6# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
97f98500
HT
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# \r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14# \r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = Cryptest\r
dda856b3 20 MODULE_UNI_FILE = Cryptest.uni\r
97f98500
HT
21 FILE_GUID = fb925ac7-192a-9567-8586-7c6f5f710607\r
22 MODULE_TYPE = UEFI_APPLICATION\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = CryptestMain\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF\r
30#\r
31\r
32[Sources]\r
a8c44645 33 Cryptest.h\r
97f98500 34 Cryptest.c\r
a8c44645 35 HashVerify.c\r
36 HmacVerify.c\r
37 BlockCipherVerify.c\r
38 RsaVerify.c\r
4a567c96 39 RsaVerify2.c\r
97f98500 40 AuthenticodeVerify.c\r
2ac68e8b 41 TSVerify.c\r
a8c44645 42 DhVerify.c\r
43 RandVerify.c\r
44 \r
97f98500
HT
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 CryptoPkg/CryptoPkg.dec\r
48\r
49[LibraryClasses]\r
50 UefiApplicationEntryPoint\r
51 UefiLib\r
52 BaseLib\r
53 UefiBootServicesTableLib\r
54 BaseMemoryLib\r
55 DebugLib\r
56 MemoryAllocationLib\r
57 BaseCryptLib\r
dda856b3
DG
58\r
59[UserExtensions.TianoCore."ExtraFiles"]\r
60 CryptestExtra.uni\r
2ac68e8b 61 \r