]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
e60c17ece0426a7d22765a7e5a9bbf2f5514c761
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / PeiCryptLib.inf
1 ## @file
2 # Cryptographic Library Instance for PEIM.
3 #
4 # Caution: This module requires additional review when modified.
5 # This library will have external input - signature.
6 # This external input must be validated carefully to avoid security issue like
7 # buffer overflow, integer overflow.
8 #
9 # Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = PeiCryptLib
23 FILE_GUID = 9a2a4375-194c-4e97-9f67-547ec98d96ca
24 MODULE_TYPE = PEIM
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = BaseCryptLib|PEIM PEI_CORE SEC
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64
32 #
33
34 [Sources]
35 Hash/CryptMd5.c
36 Hash/CryptSha1.c
37 Hash/CryptSha256.c
38 Pk/CryptRsa.c
39
40 SysCall/CrtWrapper.c
41 SysCall/BaseMemAllocation.c
42
43 [Sources.Ia32]
44 SysCall/Ia32/MathMultS64x64.c | MSFT
45 SysCall/Ia32/MathDivU64x64.c | MSFT
46 SysCall/Ia32/MathReminderU64x64.c | MSFT
47 SysCall/Ia32/MathLShiftS64.c | MSFT
48 SysCall/Ia32/MathRShiftU64.c | MSFT
49
50 SysCall/Ia32/MathMultS64x64.c | INTEL
51 SysCall/Ia32/MathDivU64x64.c | INTEL
52 SysCall/Ia32/MathReminderU64x64.c | INTEL
53 SysCall/Ia32/MathLShiftS64.c | INTEL
54 SysCall/Ia32/MathRShiftU64.c | INTEL
55
56 SysCall/Ia32/MathMultS64x64.S | GCC
57 SysCall/Ia32/MathDivU64x64.S | GCC
58 SysCall/Ia32/MathReminderU64x64.S | GCC
59 SysCall/Ia32/MathLShiftS64.S | GCC
60 SysCall/Ia32/MathRShiftU64.S | GCC
61
62 [Packages]
63 MdePkg/MdePkg.dec
64 CryptoPkg/CryptoPkg.dec
65
66 [LibraryClasses]
67 BaseLib
68 BaseMemoryLib
69 MemoryAllocationLib
70 DebugLib
71 OpensslLib
72 IntrinsicLib
73
74 #
75 # Remove these [BuildOptions] after this library is cleaned up
76 #
77 [BuildOptions]
78 GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"
79