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