sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
|
sl@0
|
3 |
* Redistribution and use in source and binary forms, with or without
|
sl@0
|
4 |
* modification, are permitted provided that the following conditions are met:
|
sl@0
|
5 |
**Redistributions of source code must retain the above copyright notice, this
|
sl@0
|
6 |
* list of conditions and the following disclaimer.
|
sl@0
|
7 |
** Redistributions in binary form must reproduce the above copyright notice,
|
sl@0
|
8 |
* this list of conditions and the following disclaimer in the documentation
|
sl@0
|
9 |
* and/or other materials provided with the distribution.
|
sl@0
|
10 |
** Neither the name of Nokia Corporation nor the names of its contributors
|
sl@0
|
11 |
* may be used to endorse or promote products derived from this software
|
sl@0
|
12 |
* without specific prior written permission.
|
sl@0
|
13 |
*
|
sl@0
|
14 |
*THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
sl@0
|
15 |
*AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
sl@0
|
16 |
*IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
sl@0
|
17 |
*DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
sl@0
|
18 |
*FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
sl@0
|
19 |
*DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
sl@0
|
20 |
*SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
sl@0
|
21 |
*CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
sl@0
|
22 |
*OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
sl@0
|
23 |
*OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
sl@0
|
24 |
*
|
sl@0
|
25 |
* Description:
|
sl@0
|
26 |
*
|
sl@0
|
27 |
*/
|
sl@0
|
28 |
|
sl@0
|
29 |
#include <platform_paths.hrh>
|
sl@0
|
30 |
|
sl@0
|
31 |
/**
|
sl@0
|
32 |
@file
|
sl@0
|
33 |
|
sl@0
|
34 |
@SYMPurpose libcrypto C standard library
|
sl@0
|
35 |
*/
|
sl@0
|
36 |
|
sl@0
|
37 |
// using relative paths for sourcepath and user includes
|
sl@0
|
38 |
// exports are unfrozen
|
sl@0
|
39 |
|
sl@0
|
40 |
OPTION CW -w off
|
sl@0
|
41 |
OPTION MSVC /W0
|
sl@0
|
42 |
OPTION GCC -w
|
sl@0
|
43 |
|
sl@0
|
44 |
// Insignificant warnings in this FreeBSD library code are suppressed
|
sl@0
|
45 |
OPTION ARMCC -O0
|
sl@0
|
46 |
OPTION ARMCC --diag_suppress 68
|
sl@0
|
47 |
OPTION ARMCC --diag_suppress 111
|
sl@0
|
48 |
OPTION ARMCC --diag_suppress 175
|
sl@0
|
49 |
OPTION ARMCC --diag_suppress 223
|
sl@0
|
50 |
OPTION ARMCC --diag_suppress 1293
|
sl@0
|
51 |
|
sl@0
|
52 |
#ifdef WINSCW
|
sl@0
|
53 |
OPTION CW -stdinc
|
sl@0
|
54 |
#else
|
sl@0
|
55 |
EPOCALLOWDLLDATA
|
sl@0
|
56 |
#endif //WINSCW
|
sl@0
|
57 |
|
sl@0
|
58 |
TARGET libcrypto.dll
|
sl@0
|
59 |
|
sl@0
|
60 |
CAPABILITY All -Tcb
|
sl@0
|
61 |
VENDORID 0x101FB657
|
sl@0
|
62 |
VERSION 0.10
|
sl@0
|
63 |
|
sl@0
|
64 |
|
sl@0
|
65 |
TARGETTYPE dll
|
sl@0
|
66 |
|
sl@0
|
67 |
UID 0x1000008d 0x10281F35
|
sl@0
|
68 |
|
sl@0
|
69 |
|
sl@0
|
70 |
#ifdef EKA2
|
sl@0
|
71 |
DEFFILE libcrypto.def
|
sl@0
|
72 |
#else
|
sl@0
|
73 |
DEFFILE libcrypto.def
|
sl@0
|
74 |
#endif
|
sl@0
|
75 |
//START WINS
|
sl@0
|
76 |
//WIN32_LIBRARY kernel32.lib
|
sl@0
|
77 |
//END //
|
sl@0
|
78 |
#ifdef WINSCW
|
sl@0
|
79 |
start wins
|
sl@0
|
80 |
win32_headers
|
sl@0
|
81 |
end
|
sl@0
|
82 |
#endif
|
sl@0
|
83 |
|
sl@0
|
84 |
MACRO SYMBIAN
|
sl@0
|
85 |
MACRO OPENSSL_THREADS
|
sl@0
|
86 |
MACRO _REENTRANT
|
sl@0
|
87 |
MACRO DSO_DLFCN
|
sl@0
|
88 |
MACRO HAVE_DLFCN_H
|
sl@0
|
89 |
MACRO NO_SYSLOG
|
sl@0
|
90 |
MACRO ZLIB_SHARED
|
sl@0
|
91 |
MACRO ZLIB
|
sl@0
|
92 |
MACRO LIBDL_ONLY_ORDINALS
|
sl@0
|
93 |
|
sl@0
|
94 |
|
sl@0
|
95 |
|
sl@0
|
96 |
USERINCLUDE ..
|
sl@0
|
97 |
USERINCLUDE ../inc/include/openssl
|
sl@0
|
98 |
USERINCLUDE ../inc/include/certretriever
|
sl@0
|
99 |
USERINCLUDE ../src/crypto
|
sl@0
|
100 |
USERINCLUDE ../src/crypto/engine
|
sl@0
|
101 |
USERINCLUDE ../src/crypto/rand
|
sl@0
|
102 |
USERINCLUDE ../src/crypto/objects
|
sl@0
|
103 |
USERINCLUDE ../src/crypto/ui
|
sl@0
|
104 |
USERINCLUDE ../src/crypto/store
|
sl@0
|
105 |
USERINCLUDE ../src/crypto/x509v3
|
sl@0
|
106 |
//USERINCLUDE ../../../stdlibs/ewsd/inc
|
sl@0
|
107 |
|
sl@0
|
108 |
|
sl@0
|
109 |
SYSTEMINCLUDE ..
|
sl@0
|
110 |
SYSTEMINCLUDE ../src/crypto
|
sl@0
|
111 |
SYSTEMINCLUDE ../inc/include/openssl
|
sl@0
|
112 |
SYSTEMINCLUDE ../../include\
|
sl@0
|
113 |
|
sl@0
|
114 |
OS_LAYER_SYSTEMINCLUDE
|
sl@0
|
115 |
OS_LAYER_LIBC_SYSTEMINCLUDE
|
sl@0
|
116 |
OS_LAYER_SSL_SYSTEMINCLUDE
|
sl@0
|
117 |
|
sl@0
|
118 |
SOURCEPATH ../src\
|
sl@0
|
119 |
|
sl@0
|
120 |
#ifdef WINSCW
|
sl@0
|
121 |
SOURCE crypto/libcrypto_wsd.cpp
|
sl@0
|
122 |
#endif /*WINSCW*/
|
sl@0
|
123 |
|
sl@0
|
124 |
SOURCE crypto/cryptlib.c
|
sl@0
|
125 |
SOURCE crypto/mem.c
|
sl@0
|
126 |
SOURCE crypto/mem_clr.c
|
sl@0
|
127 |
SOURCE crypto/mem_dbg.c
|
sl@0
|
128 |
SOURCE crypto/cversion.c
|
sl@0
|
129 |
SOURCE crypto/ex_data.c
|
sl@0
|
130 |
SOURCE crypto/tmdiff.c
|
sl@0
|
131 |
SOURCE crypto/ebcdic.c
|
sl@0
|
132 |
SOURCE crypto/o_time.c
|
sl@0
|
133 |
SOURCE crypto/o_dir.c
|
sl@0
|
134 |
SOURCE crypto/o_str.c
|
sl@0
|
135 |
SOURCE crypto/uid.c
|
sl@0
|
136 |
SOURCE crypto/cpt_err.c
|
sl@0
|
137 |
|
sl@0
|
138 |
// include all mmpi files
|
sl@0
|
139 |
SOURCEPATH ../src\
|
sl@0
|
140 |
|
sl@0
|
141 |
#include "aes.mmpi"
|
sl@0
|
142 |
#include "asn1.mmpi"
|
sl@0
|
143 |
#include "bio.mmpi"
|
sl@0
|
144 |
#include "bn.mmpi"
|
sl@0
|
145 |
#include "buffer.mmpi"
|
sl@0
|
146 |
#include "comp.mmpi"
|
sl@0
|
147 |
#include "conf.mmpi"
|
sl@0
|
148 |
#include "des.mmpi"
|
sl@0
|
149 |
#include "dh.mmpi"
|
sl@0
|
150 |
#include "dsa.mmpi"
|
sl@0
|
151 |
#include "dso.mmpi"
|
sl@0
|
152 |
#include "engine.mmpi"
|
sl@0
|
153 |
#include "err.mmpi"
|
sl@0
|
154 |
#include "evp.mmpi"
|
sl@0
|
155 |
#include "hmac.mmpi"
|
sl@0
|
156 |
#include "lhash.mmpi"
|
sl@0
|
157 |
#include "md2.mmpi"
|
sl@0
|
158 |
#include "md5.mmpi"
|
sl@0
|
159 |
#include "objects.mmpi"
|
sl@0
|
160 |
#include "ocsp.mmpi"
|
sl@0
|
161 |
#include "pem.mmpi"
|
sl@0
|
162 |
#include "pkcs7.mmpi"
|
sl@0
|
163 |
#include "pkcs12.mmpi"
|
sl@0
|
164 |
#include "pqueue.mmpi"
|
sl@0
|
165 |
#include "rand.mmpi"
|
sl@0
|
166 |
#include "rc2.mmpi"
|
sl@0
|
167 |
#include "rc4.mmpi"
|
sl@0
|
168 |
#include "rsa.mmpi"
|
sl@0
|
169 |
#include "sha.mmpi"
|
sl@0
|
170 |
#include "stack.mmpi"
|
sl@0
|
171 |
#include "store.mmpi"
|
sl@0
|
172 |
#include "txt_db.mmpi"
|
sl@0
|
173 |
#include "ui.mmpi"
|
sl@0
|
174 |
#include "x509.mmpi"
|
sl@0
|
175 |
#include "x509v3.mmpi"
|
sl@0
|
176 |
#include "certretriever.mmpi"
|
sl@0
|
177 |
|
sl@0
|
178 |
|
sl@0
|
179 |
LIBRARY libc.lib libdl.lib euser.lib efsrv.lib certstore.lib ctframework.lib x509.lib crypto.lib x500.lib asn1.lib
|
sl@0
|
180 |
#ifdef WINSCW
|
sl@0
|
181 |
LIBRARY ewsd.lib
|
sl@0
|
182 |
#endif
|
sl@0
|
183 |
START MARM
|
sl@0
|
184 |
END
|
sl@0
|
185 |
|
sl@0
|
186 |
SMPSAFE
|
sl@0
|
187 |
PAGED
|