1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ssl/libcrypto/group/libcrypto.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,187 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
1.6 +* Redistribution and use in source and binary forms, with or without
1.7 +* modification, are permitted provided that the following conditions are met:
1.8 +**Redistributions of source code must retain the above copyright notice, this
1.9 +* list of conditions and the following disclaimer.
1.10 +** Redistributions in binary form must reproduce the above copyright notice,
1.11 +* this list of conditions and the following disclaimer in the documentation
1.12 +* and/or other materials provided with the distribution.
1.13 +** Neither the name of Nokia Corporation nor the names of its contributors
1.14 +* may be used to endorse or promote products derived from this software
1.15 +* without specific prior written permission.
1.16 +*
1.17 +*THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1.18 +*AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1.19 +*IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1.20 +*DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1.21 +*FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1.22 +*DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1.23 +*SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1.24 +*CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1.25 +*OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1.26 +*OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1.27 +*
1.28 +* Description:
1.29 +*
1.30 +*/
1.31 +
1.32 +#include <platform_paths.hrh>
1.33 +
1.34 +/**
1.35 +@file
1.36 +
1.37 +@SYMPurpose libcrypto C standard library
1.38 +*/
1.39 +
1.40 +// using relative paths for sourcepath and user includes
1.41 +// exports are unfrozen
1.42 +
1.43 +OPTION CW -w off
1.44 +OPTION MSVC /W0
1.45 +OPTION GCC -w
1.46 +
1.47 +// Insignificant warnings in this FreeBSD library code are suppressed
1.48 +OPTION ARMCC -O0
1.49 +OPTION ARMCC --diag_suppress 68
1.50 +OPTION ARMCC --diag_suppress 111
1.51 +OPTION ARMCC --diag_suppress 175
1.52 +OPTION ARMCC --diag_suppress 223
1.53 +OPTION ARMCC --diag_suppress 1293
1.54 +
1.55 +#ifdef WINSCW
1.56 +OPTION CW -stdinc
1.57 +#else
1.58 +EPOCALLOWDLLDATA
1.59 +#endif //WINSCW
1.60 +
1.61 +TARGET libcrypto.dll
1.62 +
1.63 +CAPABILITY All -Tcb
1.64 +VENDORID 0x101FB657
1.65 +VERSION 0.10
1.66 +
1.67 +
1.68 +TARGETTYPE dll
1.69 +
1.70 +UID 0x1000008d 0x10281F35
1.71 +
1.72 +
1.73 +#ifdef EKA2
1.74 +DEFFILE libcrypto.def
1.75 +#else
1.76 +DEFFILE libcrypto.def
1.77 +#endif
1.78 +//START WINS
1.79 +//WIN32_LIBRARY kernel32.lib
1.80 +//END //
1.81 +#ifdef WINSCW
1.82 +start wins
1.83 +win32_headers
1.84 +end
1.85 +#endif
1.86 +
1.87 +MACRO SYMBIAN
1.88 +MACRO OPENSSL_THREADS
1.89 +MACRO _REENTRANT
1.90 +MACRO DSO_DLFCN
1.91 +MACRO HAVE_DLFCN_H
1.92 +MACRO NO_SYSLOG
1.93 +MACRO ZLIB_SHARED
1.94 +MACRO ZLIB
1.95 +MACRO LIBDL_ONLY_ORDINALS
1.96 +
1.97 +
1.98 +
1.99 +USERINCLUDE ..
1.100 +USERINCLUDE ../inc/include/openssl
1.101 +USERINCLUDE ../inc/include/certretriever
1.102 +USERINCLUDE ../src/crypto
1.103 +USERINCLUDE ../src/crypto/engine
1.104 +USERINCLUDE ../src/crypto/rand
1.105 +USERINCLUDE ../src/crypto/objects
1.106 +USERINCLUDE ../src/crypto/ui
1.107 +USERINCLUDE ../src/crypto/store
1.108 +USERINCLUDE ../src/crypto/x509v3
1.109 +//USERINCLUDE ../../../stdlibs/ewsd/inc
1.110 +
1.111 +
1.112 +SYSTEMINCLUDE ..
1.113 +SYSTEMINCLUDE ../src/crypto
1.114 +SYSTEMINCLUDE ../inc/include/openssl
1.115 +SYSTEMINCLUDE ../../include\
1.116 +
1.117 +OS_LAYER_SYSTEMINCLUDE
1.118 +OS_LAYER_LIBC_SYSTEMINCLUDE
1.119 +OS_LAYER_SSL_SYSTEMINCLUDE
1.120 +
1.121 +SOURCEPATH ../src\
1.122 +
1.123 +#ifdef WINSCW
1.124 +SOURCE crypto/libcrypto_wsd.cpp
1.125 +#endif /*WINSCW*/
1.126 +
1.127 +SOURCE crypto/cryptlib.c
1.128 +SOURCE crypto/mem.c
1.129 +SOURCE crypto/mem_clr.c
1.130 +SOURCE crypto/mem_dbg.c
1.131 +SOURCE crypto/cversion.c
1.132 +SOURCE crypto/ex_data.c
1.133 +SOURCE crypto/tmdiff.c
1.134 +SOURCE crypto/ebcdic.c
1.135 +SOURCE crypto/o_time.c
1.136 +SOURCE crypto/o_dir.c
1.137 +SOURCE crypto/o_str.c
1.138 +SOURCE crypto/uid.c
1.139 +SOURCE crypto/cpt_err.c
1.140 +
1.141 +// include all mmpi files
1.142 +SOURCEPATH ../src\
1.143 +
1.144 +#include "aes.mmpi"
1.145 +#include "asn1.mmpi"
1.146 +#include "bio.mmpi"
1.147 +#include "bn.mmpi"
1.148 +#include "buffer.mmpi"
1.149 +#include "comp.mmpi"
1.150 +#include "conf.mmpi"
1.151 +#include "des.mmpi"
1.152 +#include "dh.mmpi"
1.153 +#include "dsa.mmpi"
1.154 +#include "dso.mmpi"
1.155 +#include "engine.mmpi"
1.156 +#include "err.mmpi"
1.157 +#include "evp.mmpi"
1.158 +#include "hmac.mmpi"
1.159 +#include "lhash.mmpi"
1.160 +#include "md2.mmpi"
1.161 +#include "md5.mmpi"
1.162 +#include "objects.mmpi"
1.163 +#include "ocsp.mmpi"
1.164 +#include "pem.mmpi"
1.165 +#include "pkcs7.mmpi"
1.166 +#include "pkcs12.mmpi"
1.167 +#include "pqueue.mmpi"
1.168 +#include "rand.mmpi"
1.169 +#include "rc2.mmpi"
1.170 +#include "rc4.mmpi"
1.171 +#include "rsa.mmpi"
1.172 +#include "sha.mmpi"
1.173 +#include "stack.mmpi"
1.174 +#include "store.mmpi"
1.175 +#include "txt_db.mmpi"
1.176 +#include "ui.mmpi"
1.177 +#include "x509.mmpi"
1.178 +#include "x509v3.mmpi"
1.179 +#include "certretriever.mmpi"
1.180 +
1.181 +
1.182 +LIBRARY libc.lib libdl.lib euser.lib efsrv.lib certstore.lib ctframework.lib x509.lib crypto.lib x500.lib asn1.lib
1.183 +#ifdef WINSCW
1.184 +LIBRARY ewsd.lib
1.185 +#endif
1.186 +START MARM
1.187 +END
1.188 +
1.189 +SMPSAFE
1.190 +PAGED