First public contribution.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
3 * Redistribution and use in source and binary forms, with or without
4 * modification, are permitted provided that the following conditions are met:
5 **Redistributions of source code must retain the above copyright notice, this
6 * list of conditions and the following disclaimer.
7 ** Redistributions in binary form must reproduce the above copyright notice,
8 * this list of conditions and the following disclaimer in the documentation
9 * and/or other materials provided with the distribution.
10 ** Neither the name of Nokia Corporation nor the names of its contributors
11 * may be used to endorse or promote products derived from this software
12 * without specific prior written permission.
14 *THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
15 *AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 *IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17 *DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
18 *FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 *DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20 *SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
21 *CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
22 *OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23 *OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 #include <platform_paths.hrh>
34 @SYMPurpose libcrypto C standard library
37 // using relative paths for sourcepath and user includes
38 // exports are unfrozen
44 // Insignificant warnings in this FreeBSD library code are suppressed
46 OPTION ARMCC --diag_suppress 68
47 OPTION ARMCC --diag_suppress 111
48 OPTION ARMCC --diag_suppress 175
49 OPTION ARMCC --diag_suppress 223
50 OPTION ARMCC --diag_suppress 1293
67 UID 0x1000008d 0x10281F35
76 //WIN32_LIBRARY kernel32.lib
92 MACRO LIBDL_ONLY_ORDINALS
97 USERINCLUDE ../inc/include/openssl
98 USERINCLUDE ../inc/include/certretriever
99 USERINCLUDE ../src/crypto
100 USERINCLUDE ../src/crypto/engine
101 USERINCLUDE ../src/crypto/rand
102 USERINCLUDE ../src/crypto/objects
103 USERINCLUDE ../src/crypto/ui
104 USERINCLUDE ../src/crypto/store
105 USERINCLUDE ../src/crypto/x509v3
106 //USERINCLUDE ../../../stdlibs/ewsd/inc
110 SYSTEMINCLUDE ../src/crypto
111 SYSTEMINCLUDE ../inc/include/openssl
112 SYSTEMINCLUDE ../../include\
114 OS_LAYER_SYSTEMINCLUDE
115 OS_LAYER_LIBC_SYSTEMINCLUDE
116 OS_LAYER_SSL_SYSTEMINCLUDE
121 SOURCE crypto/libcrypto_wsd.cpp
124 SOURCE crypto/cryptlib.c
126 SOURCE crypto/mem_clr.c
127 SOURCE crypto/mem_dbg.c
128 SOURCE crypto/cversion.c
129 SOURCE crypto/ex_data.c
130 SOURCE crypto/tmdiff.c
131 SOURCE crypto/ebcdic.c
132 SOURCE crypto/o_time.c
133 SOURCE crypto/o_dir.c
134 SOURCE crypto/o_str.c
136 SOURCE crypto/cpt_err.c
138 // include all mmpi files
145 #include "buffer.mmpi"
152 #include "engine.mmpi"
156 #include "lhash.mmpi"
159 #include "objects.mmpi"
162 #include "pkcs7.mmpi"
163 #include "pkcs12.mmpi"
164 #include "pqueue.mmpi"
170 #include "stack.mmpi"
171 #include "store.mmpi"
172 #include "txt_db.mmpi"
175 #include "x509v3.mmpi"
176 #include "certretriever.mmpi"
179 LIBRARY libc.lib libdl.lib euser.lib efsrv.lib certstore.lib ctframework.lib x509.lib crypto.lib x500.lib asn1.lib