]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
Use current time value as default random seed in BaseCryptLib.
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / SmmCryptLib.inf
CommitLineData
a8c44645 1## @file\r
2# Cryptographic Library Instance for SMM driver.\r
3#\r
e8b4eb04 4# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
a8c44645 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 = SmmCryptLib\r
18 FILE_GUID = 028080a3-8958-4a62-a1a8-0fa1da162007\r
19 MODULE_TYPE = DXE_SMM_DRIVER\r
20 VERSION_STRING = 1.0\r
b7d320f8 21 PI_SPECIFICATION_VERSION = 0x0001000A\r
a8c44645 22 LIBRARY_CLASS = BaseCryptLib|DXE_SMM_DRIVER SMM_CORE\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources]\r
31 Hash/CryptMd5.c\r
32 Hash/CryptSha1.c\r
33 Hash/CryptSha256.c\r
34 Pk/CryptRsa.c\r
35 Pk/CryptPkcs7.c\r
e8b4eb04 36 Pk/CryptX509.c\r
b7d320f8 37 Pem/CryptPem.c\r
a8c44645 38\r
39 SysCall/CrtWrapper.c\r
40 SysCall/RealTimeClock.c\r
41 SysCall/BaseMemAllocation.c\r
42\r
43[Sources.Ia32]\r
a8c44645 44 SysCall/Ia32/MathMultS64x64.c | MSFT\r
45 SysCall/Ia32/MathDivU64x64.c | MSFT\r
46 SysCall/Ia32/MathReminderU64x64.c | MSFT\r
47 SysCall/Ia32/MathLShiftS64.c | MSFT\r
48 SysCall/Ia32/MathRShiftU64.c | MSFT\r
49\r
50 SysCall/Ia32/MathMultS64x64.c | INTEL\r
51 SysCall/Ia32/MathDivU64x64.c | INTEL\r
52 SysCall/Ia32/MathReminderU64x64.c | INTEL\r
53 SysCall/Ia32/MathLShiftS64.c | INTEL\r
54 SysCall/Ia32/MathRShiftU64.c | INTEL\r
55\r
56 SysCall/Ia32/MathMultS64x64.S | GCC\r
57 SysCall/Ia32/MathDivU64x64.S | GCC\r
58 SysCall/Ia32/MathReminderU64x64.S | GCC\r
59 SysCall/Ia32/MathLShiftS64.S | GCC\r
60 SysCall/Ia32/MathRShiftU64.S | GCC\r
61\r
7ce960e7 62 Rand/CryptRandTsc.c\r
63\r
64[Sources.X64]\r
65 Rand/CryptRandTsc.c\r
66\r
67[Sources.IPF]\r
68 Rand/CryptRandItc.c\r
69\r
70[Sources.ARM]\r
71 Rand/CryptRand.c\r
72\r
a8c44645 73[Packages]\r
74 MdePkg/MdePkg.dec\r
75 CryptoPkg/CryptoPkg.dec\r
76\r
77[LibraryClasses]\r
78 BaseLib\r
79 IoLib\r
80 BaseMemoryLib\r
81 MemoryAllocationLib\r
82 OpensslLib\r
83 IntrinsicLib\r
7ce960e7 84 PrintLib\r
a8c44645 85\r
86#\r
87# Remove these [BuildOptions] after this library is cleaned up\r
88#\r
89[BuildOptions]\r
90 GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"\r
91 \r