]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
BaseTools: Fix a cleanall issue.
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / SmmCryptLib.inf
CommitLineData
a8c44645 1## @file\r
2# Cryptographic Library Instance for SMM driver.\r
3#\r
dc204d5a
JY
4# Caution: This module requires additional review when modified.\r
5# This library will have external input - signature.\r
dda856b3
DG
6# This external input must be validated carefully to avoid security issues such as \r
7# buffer overflow or integer overflow.\r
dc204d5a 8#\r
532616bb 9# Note: MD4 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions, AES/\r
10# TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign functions,\r
dda856b3 11# Diffie-Hellman functions, and authenticode signature verification functions are\r
532616bb 12# not supported in this instance.\r
13#\r
dda856b3 14# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
a8c44645 15# This program and the accompanying materials\r
16# are licensed and made available under the terms and conditions of the BSD License\r
17# which accompanies this distribution. The full text of the license may be found at\r
18# http://opensource.org/licenses/bsd-license.php\r
19# \r
20# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22# \r
23##\r
24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = SmmCryptLib\r
dda856b3 28 MODULE_UNI_FILE = SmmCryptLib.uni\r
a8c44645 29 FILE_GUID = 028080a3-8958-4a62-a1a8-0fa1da162007\r
30 MODULE_TYPE = DXE_SMM_DRIVER\r
31 VERSION_STRING = 1.0\r
b7d320f8 32 PI_SPECIFICATION_VERSION = 0x0001000A\r
a8c44645 33 LIBRARY_CLASS = BaseCryptLib|DXE_SMM_DRIVER SMM_CORE\r
34\r
35#\r
36# The following information is for reference only and not required by the build tools.\r
37#\r
d1984abc 38# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
a8c44645 39#\r
40\r
41[Sources]\r
532616bb 42 Hash/CryptMd4Null.c\r
a8c44645 43 Hash/CryptMd5.c\r
44 Hash/CryptSha1.c\r
45 Hash/CryptSha256.c\r
532616bb 46 Hmac/CryptHmacMd5Null.c\r
47 Hmac/CryptHmacSha1Null.c\r
48 Cipher/CryptAesNull.c\r
49 Cipher/CryptTdesNull.c\r
50 Cipher/CryptArc4Null.c\r
51 Pk/CryptRsaBasic.c\r
52 Pk/CryptRsaExtNull.c\r
53 Pk/CryptPkcs7SignNull.c\r
54 Pk/CryptPkcs7Verify.c\r
55 Pk/CryptDhNull.c\r
e8b4eb04 56 Pk/CryptX509.c\r
532616bb 57 Pk/CryptAuthenticodeNull.c\r
b7d320f8 58 Pem/CryptPem.c\r
a8c44645 59\r
60 SysCall/CrtWrapper.c\r
38fcd027 61 SysCall/ConstantTimeClock.c\r
a8c44645 62 SysCall/BaseMemAllocation.c\r
63\r
64[Sources.Ia32]\r
a8c44645 65 SysCall/Ia32/MathMultS64x64.c | MSFT\r
66 SysCall/Ia32/MathDivU64x64.c | MSFT\r
67 SysCall/Ia32/MathReminderU64x64.c | MSFT\r
68 SysCall/Ia32/MathLShiftS64.c | MSFT\r
69 SysCall/Ia32/MathRShiftU64.c | MSFT\r
70\r
71 SysCall/Ia32/MathMultS64x64.c | INTEL\r
72 SysCall/Ia32/MathDivU64x64.c | INTEL\r
73 SysCall/Ia32/MathReminderU64x64.c | INTEL\r
74 SysCall/Ia32/MathLShiftS64.c | INTEL\r
75 SysCall/Ia32/MathRShiftU64.c | INTEL\r
76\r
77 SysCall/Ia32/MathMultS64x64.S | GCC\r
78 SysCall/Ia32/MathDivU64x64.S | GCC\r
79 SysCall/Ia32/MathReminderU64x64.S | GCC\r
80 SysCall/Ia32/MathLShiftS64.S | GCC\r
81 SysCall/Ia32/MathRShiftU64.S | GCC\r
82\r
7ce960e7 83 Rand/CryptRandTsc.c\r
84\r
85[Sources.X64]\r
86 Rand/CryptRandTsc.c\r
87\r
88[Sources.IPF]\r
89 Rand/CryptRandItc.c\r
90\r
91[Sources.ARM]\r
92 Rand/CryptRand.c\r
93\r
d1984abc
RC
94[Sources.AARCH64]\r
95 Rand/CryptRand.c\r
96\r
a8c44645 97[Packages]\r
98 MdePkg/MdePkg.dec\r
99 CryptoPkg/CryptoPkg.dec\r
100\r
101[LibraryClasses]\r
102 BaseLib\r
103 IoLib\r
104 BaseMemoryLib\r
105 MemoryAllocationLib\r
106 OpensslLib\r
107 IntrinsicLib\r
7ce960e7 108 PrintLib\r
a8c44645 109\r
110#\r
111# Remove these [BuildOptions] after this library is cleaned up\r
112#\r
113[BuildOptions]\r
114 GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"\r
7bf3ce9f 115 XCODE:*_*_*_CC_FLAGS = -mmmx -msse\r