]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
Fix the checking logic for the boot option enumeration.
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / PeiCryptLib.inf
CommitLineData
97f98500
HT
1## @file\r
2# Cryptographic Library Instance for PEIM.\r
3#\r
4# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
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 = PeiCryptLib\r
18 FILE_GUID = 9a2a4375-194c-4e97-9f67-547ec98d96ca\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = BaseCryptLib|PEIM PEI_CORE SEC\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64\r
27#\r
28\r
29[Sources]\r
30 Hash/CryptMd5.c\r
31 Hash/CryptSha1.c\r
32 Hash/CryptSha256.c\r
33 Pk/CryptRsa.c\r
34\r
35 SysCall/CrtWrapper.c\r
36 SysCall/HelperWrapper.c\r
37 SysCall/BaseMemAllocation.c\r
38\r
39[Sources.Ia32]\r
40 SysCall/Ia32/MathMultS64x64.c | MSFT\r
41 SysCall/Ia32/MathDivU64x64.c | MSFT\r
42 SysCall/Ia32/MathReminderU64x64.c | MSFT\r
43 SysCall/Ia32/MathLShiftS64.c | MSFT\r
44 SysCall/Ia32/MathRShiftU64.c | MSFT\r
45\r
46 SysCall/Ia32/MathMultS64x64.c | INTEL\r
47 SysCall/Ia32/MathDivU64x64.c | INTEL\r
48 SysCall/Ia32/MathReminderU64x64.c | INTEL\r
49 SysCall/Ia32/MathLShiftS64.c | INTEL\r
50 SysCall/Ia32/MathRShiftU64.c | INTEL\r
51\r
52 SysCall/Ia32/MathMultS64x64.S | GCC\r
53 SysCall/Ia32/MathDivU64x64.S | GCC\r
54 SysCall/Ia32/MathReminderU64x64.S | GCC\r
55 SysCall/Ia32/MathLShiftS64.S | GCC\r
56 SysCall/Ia32/MathRShiftU64.S | GCC\r
57\r
97f98500
HT
58[Packages]\r
59 MdePkg/MdePkg.dec\r
60 CryptoPkg/CryptoPkg.dec\r
61\r
62[LibraryClasses]\r
63 BaseLib\r
64 BaseMemoryLib\r
65 MemoryAllocationLib\r
66 DebugLib\r
67 OpensslLib\r
68 IntrinsicLib\r
69\r
70#\r
71# Remove these [BuildOptions] after this library is cleaned up\r
72#\r
73[BuildOptions]\r
74 GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"\r
75 \r