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