]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Application/Cryptest/Cryptest.inf
Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports.
[mirror_edk2.git] / CryptoPkg / Application / Cryptest / Cryptest.inf
CommitLineData
97f98500
HT
1## @file\r
2# UEFI Application for the Validation of cryptography library \r
3# (based on OpenSSL 0.9.8l).\r
4# This is a shell application that will test the crypto library.\r
5#\r
6# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
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
20 FILE_GUID = fb925ac7-192a-9567-8586-7c6f5f710607\r
21 MODULE_TYPE = UEFI_APPLICATION\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = CryptestMain\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF\r
29#\r
30\r
31[Sources]\r
a8c44645 32 Cryptest.h\r
97f98500 33 Cryptest.c\r
a8c44645 34 HashVerify.c\r
35 HmacVerify.c\r
36 BlockCipherVerify.c\r
37 RsaVerify.c\r
97f98500 38 AuthenticodeVerify.c\r
a8c44645 39 DhVerify.c\r
40 RandVerify.c\r
41 \r
97f98500
HT
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 CryptoPkg/CryptoPkg.dec\r
45\r
46[LibraryClasses]\r
47 UefiApplicationEntryPoint\r
48 UefiLib\r
49 BaseLib\r
50 UefiBootServicesTableLib\r
51 BaseMemoryLib\r
52 DebugLib\r
53 MemoryAllocationLib\r
54 BaseCryptLib\r