os/ossrv/ssl/libssl/group/libssl.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ssl/libssl/group/libssl.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,151 @@
     1.4 +/*
     1.5 +Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
     1.6 +
     1.7 +Redistribution and use in source and binary forms, with or without 
     1.8 +modification, are permitted provided that the following conditions are met:
     1.9 +
    1.10 +* Redistributions of source code must retain the above copyright notice, this 
    1.11 +  list of conditions and the following disclaimer.
    1.12 +* Redistributions in binary form must reproduce the above copyright notice, 
    1.13 +  this list of conditions and the following disclaimer in the documentation 
    1.14 +  and/or other materials provided with the distribution.
    1.15 +* Neither the name of Nokia Corporation nor the names of its contributors 
    1.16 +  may be used to endorse or promote products derived from this software 
    1.17 +  without specific prior written permission.
    1.18 +
    1.19 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
    1.20 +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
    1.21 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
    1.22 +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
    1.23 +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
    1.24 +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
    1.25 +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
    1.26 +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
    1.27 +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
    1.28 +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    1.29 +
    1.30 +Description:  
    1.31 +*/
    1.32 +
    1.33 +#include <platform_paths.hrh>
    1.34 +
    1.35 +
    1.36 +/**
    1.37 +@file
    1.38 +
    1.39 +@SYMPurpose libssl C standard library
    1.40 +*/
    1.41 +
    1.42 +// using relative paths for sourcepath and user includes
    1.43 +// exports are unfrozen
    1.44 +
    1.45 +OPTION CW   -w off
    1.46 +OPTION MSVC /W0
    1.47 +OPTION GCC  -w
    1.48 +
    1.49 +// Insignificant warnings in this FreeBSD library code are suppressed
    1.50 +OPTION ARMCC --diag_suppress 111
    1.51 +OPTION ARMCC --diag_suppress 1293
    1.52 +
    1.53 +
    1.54 +TARGET        libssl.dll
    1.55 +
    1.56 +CAPABILITY   All -Tcb
    1.57 +VENDORID 	0x101FB657
    1.58 +VERSION 				0.10
    1.59 +
    1.60 +//START WINS
    1.61 +//WIN32_LIBRARY   kernel32.lib
    1.62 +//END // wins
    1.63 +
    1.64 +start wins
    1.65 +win32_headers
    1.66 +end
    1.67 +
    1.68 +#ifdef WINSCW
    1.69 +OPTION CW -stdinc
    1.70 +#else
    1.71 +EPOCALLOWDLLDATA
    1.72 +#endif
    1.73 +
    1.74 +TARGETTYPE    dll
    1.75 +UID           0x1000008d 0x10281F34
    1.76 +
    1.77 +#ifdef EKA2
    1.78 +DEFFILE			libssl.def
    1.79 +#else
    1.80 +DEFFILE			libssl.def
    1.81 +#endif
    1.82 +
    1.83 +MACRO SYMBIAN
    1.84 +MACRO OPENSSL_THREADS
    1.85 +MACRO _REENTRANT 
    1.86 +
    1.87 +USERINCLUDE   ..
    1.88 +USERINCLUDE   ../inc
    1.89 +USERINCLUDE   ../../include
    1.90 +USERINCLUDE		../../../genericopenlibs/openenvcore/ewsd/inc
    1.91 +
    1.92 +
    1.93 +
    1.94 +SYSTEMINCLUDE  ../inc
    1.95 +
    1.96 +OS_LAYER_SYSTEMINCLUDE
    1.97 +OS_LAYER_LIBC_SYSTEMINCLUDE
    1.98 +OS_LAYER_SSL_SYSTEMINCLUDE
    1.99 +
   1.100 +
   1.101 +SOURCEPATH		../src
   1.102 +
   1.103 +SOURCE		bio_ssl.c d1_both.c d1_clnt.c d1_enc.c d1_lib.c d1_meth.c d1_pkt.c d1_srvr.c
   1.104 +//SOURCE				kssl.c
   1.105 +SOURCE				s23_clnt.c
   1.106 +SOURCE				s23_lib.c
   1.107 +SOURCE				s23_meth.c
   1.108 +SOURCE				s23_pkt.c
   1.109 +SOURCE				s23_srvr.c
   1.110 +SOURCE				s2_clnt.c
   1.111 +SOURCE				s2_enc.c
   1.112 +SOURCE				s2_lib.c
   1.113 +SOURCE				s2_meth.c
   1.114 +SOURCE				s2_pkt.c
   1.115 +SOURCE				s2_srvr.c
   1.116 +SOURCE				s3_both.c
   1.117 +SOURCE				s3_clnt.c
   1.118 +SOURCE				s3_enc.c
   1.119 +SOURCE				s3_lib.c
   1.120 +SOURCE				s3_meth.c
   1.121 +SOURCE				s3_pkt.c
   1.122 +SOURCE				s3_srvr.c
   1.123 +SOURCE				ssl_algs.c
   1.124 +SOURCE				ssl_asn1.c
   1.125 +SOURCE				ssl_cert.c
   1.126 +SOURCE				ssl_ciph.c
   1.127 +SOURCE				ssl_err2.c
   1.128 +SOURCE				ssl_err.c	
   1.129 +SOURCE				ssl_lib.c
   1.130 +SOURCE				ssl_rsa.c
   1.131 +SOURCE			ssl_sess.c
   1.132 +SOURCE			ssl_stat.c
   1.133 +SOURCE			ssl_txt.c
   1.134 +SOURCE			t1_clnt.c
   1.135 +SOURCE			t1_enc.c
   1.136 +SOURCE			t1_lib.c
   1.137 +SOURCE			t1_meth.c
   1.138 +SOURCE			t1_srvr.c
   1.139 +SOURCE			libssl_wsd.cpp
   1.140 +//SOURCE          wsd_solution.cpp
   1.141 +
   1.142 +LIBRARY     euser.lib
   1.143 +LIBRARY			libc.lib
   1.144 +LIBRARY			libcrypto.lib
   1.145 +#ifdef WINSCW 
   1.146 +LIBRARY			ewsd.lib
   1.147 +#endif
   1.148 +START MARM
   1.149 +END
   1.150 +
   1.151 +
   1.152 +
   1.153 +SMPSAFE
   1.154 +PAGED