]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
Add new interfaces to support PKCS7#7 signed data and authenticode signature. Update...
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / BaseCryptLib.inf
CommitLineData
97f98500
HT
1## @file\r
2# Cryptographic Library Instance for DXE_DRIVER.\r
3#\r
b7d320f8 4# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
97f98500
HT
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# \r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12# \r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = BaseCryptLib\r
18 FILE_GUID = be3bb803-91b6-4da0-bd91-a8b21c18ca5d\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = BaseCryptLib\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
b7d320f8 26# VALID_ARCHITECTURES = IA32 X64 IPF ARM\r
97f98500
HT
27#\r
28\r
29[Sources]\r
a8c44645 30 InternalCryptLib.h\r
4a567c96 31 Hash/CryptMd4.c\r
97f98500
HT
32 Hash/CryptMd5.c\r
33 Hash/CryptSha1.c\r
34 Hash/CryptSha256.c\r
a8c44645 35 Hmac/CryptHmacMd5.c\r
36 Hmac/CryptHmacSha1.c\r
37 Cipher/CryptAes.c\r
38 Cipher/CryptTdes.c\r
39 Cipher/CryptArc4.c\r
40 Rand/CryptRand.c\r
97f98500
HT
41 Pk/CryptRsa.c\r
42 Pk/CryptPkcs7.c\r
a8c44645 43 Pk/CryptDh.c\r
4a567c96 44 Pk/CryptX509.c\r
b7d320f8 45 Pk/CryptAuthenticode.c\r
4a567c96 46 Pem/CryptPem.c\r
97f98500
HT
47\r
48 SysCall/CrtWrapper.c\r
49 SysCall/TimerWrapper.c\r
50 SysCall/BaseMemAllocation.c\r
51\r
52[Sources.Ia32]\r
97f98500
HT
53 SysCall/Ia32/MathMultS64x64.c | MSFT\r
54 SysCall/Ia32/MathDivU64x64.c | MSFT\r
55 SysCall/Ia32/MathReminderU64x64.c | MSFT\r
56 SysCall/Ia32/MathLShiftS64.c | MSFT\r
57 SysCall/Ia32/MathRShiftU64.c | MSFT\r
58\r
59 SysCall/Ia32/MathMultS64x64.c | INTEL\r
60 SysCall/Ia32/MathDivU64x64.c | INTEL\r
61 SysCall/Ia32/MathReminderU64x64.c | INTEL\r
62 SysCall/Ia32/MathLShiftS64.c | INTEL\r
63 SysCall/Ia32/MathRShiftU64.c | INTEL\r
64\r
65 SysCall/Ia32/MathMultS64x64.S | GCC\r
66 SysCall/Ia32/MathDivU64x64.S | GCC\r
67 SysCall/Ia32/MathReminderU64x64.S | GCC\r
68 SysCall/Ia32/MathLShiftS64.S | GCC\r
69 SysCall/Ia32/MathRShiftU64.S | GCC\r
70\r
97f98500
HT
71[Packages]\r
72 MdePkg/MdePkg.dec\r
73 CryptoPkg/CryptoPkg.dec\r
74\r
75[LibraryClasses]\r
76 BaseLib\r
77 BaseMemoryLib\r
78 MemoryAllocationLib\r
79 DebugLib\r
80 OpensslLib\r
81 IntrinsicLib\r
82\r
83#\r
84# Remove these [BuildOptions] after this library is cleaned up\r
85#\r
86[BuildOptions]\r
87 GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"\r