]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Test/UnitTest/Library/BaseCryptLib/TestBaseCryptLibShell.inf
CryptoPkg: BaseCryptLib: Add unit tests (Host and Shell based)
[mirror_edk2.git] / CryptoPkg / Test / UnitTest / Library / BaseCryptLib / TestBaseCryptLibShell.inf
1 ## @file
2 # BaseCryptLib UnitTest built for execution in UEFI Shell.
3 #
4 # Copyright (c) Microsoft Corporation.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7
8 [Defines]
9 INF_VERSION = 0x00010006
10 BASE_NAME = BaseCryptLibUnitTestShell
11 FILE_GUID = ed54ee8c-ef7a-41f2-83d5-0e0d4cd88c21
12 MODULE_TYPE = UEFI_APPLICATION
13 VERSION_STRING = 1.0
14 ENTRY_POINT = DxeEntryPoint
15
16 #
17 # The following information is for reference only and not required by the build tools.
18 #
19 # VALID_ARCHITECTURES = IA32 X64
20 #
21
22 [Sources]
23 UnitTestMain.c
24 BaseCryptLibUnitTests.c
25 TestBaseCryptLib.h
26 HashTests.c
27 HmacTests.c
28 BlockCipherTests.c
29 RsaTests.c
30 RsaPkcs7Tests.c
31 Pkcs5Pbkdf2Tests.c
32 AuthenticodeTests.c
33 TSTests.c
34 DhTests.c
35 RandTests.c
36 Pkcs7EkuTests.c
37 OaepEncryptTests.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 CryptoPkg/CryptoPkg.dec
42
43 [LibraryClasses]
44 UefiApplicationEntryPoint
45 BaseLib
46 DebugLib
47 UnitTestLib
48 PrintLib
49 BaseCryptLib