os/ossrv/ssl/libssl/group/libssl.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
/*
sl@0
     2
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
sl@0
     3
sl@0
     4
Redistribution and use in source and binary forms, with or without 
sl@0
     5
modification, are permitted provided that the following conditions are met:
sl@0
     6
sl@0
     7
* Redistributions of source code must retain the above copyright notice, this 
sl@0
     8
  list of conditions and the following disclaimer.
sl@0
     9
* Redistributions in binary form must reproduce the above copyright notice, 
sl@0
    10
  this list of conditions and the following disclaimer in the documentation 
sl@0
    11
  and/or other materials provided with the distribution.
sl@0
    12
* Neither the name of Nokia Corporation nor the names of its contributors 
sl@0
    13
  may be used to endorse or promote products derived from this software 
sl@0
    14
  without specific prior written permission.
sl@0
    15
sl@0
    16
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
sl@0
    17
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
sl@0
    18
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
sl@0
    19
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
sl@0
    20
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
sl@0
    21
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
sl@0
    22
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
sl@0
    23
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
sl@0
    24
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
sl@0
    25
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
sl@0
    26
sl@0
    27
Description:  
sl@0
    28
*/
sl@0
    29
sl@0
    30
#include <platform_paths.hrh>
sl@0
    31
sl@0
    32
sl@0
    33
/**
sl@0
    34
@file
sl@0
    35
sl@0
    36
@SYMPurpose libssl C standard library
sl@0
    37
*/
sl@0
    38
sl@0
    39
// using relative paths for sourcepath and user includes
sl@0
    40
// exports are unfrozen
sl@0
    41
sl@0
    42
OPTION CW   -w off
sl@0
    43
OPTION MSVC /W0
sl@0
    44
OPTION GCC  -w
sl@0
    45
sl@0
    46
// Insignificant warnings in this FreeBSD library code are suppressed
sl@0
    47
OPTION ARMCC --diag_suppress 111
sl@0
    48
OPTION ARMCC --diag_suppress 1293
sl@0
    49
sl@0
    50
sl@0
    51
TARGET        libssl.dll
sl@0
    52
sl@0
    53
CAPABILITY   All -Tcb
sl@0
    54
VENDORID 	0x101FB657
sl@0
    55
VERSION 				0.10
sl@0
    56
sl@0
    57
//START WINS
sl@0
    58
//WIN32_LIBRARY   kernel32.lib
sl@0
    59
//END // wins
sl@0
    60
sl@0
    61
start wins
sl@0
    62
win32_headers
sl@0
    63
end
sl@0
    64
sl@0
    65
#ifdef WINSCW
sl@0
    66
OPTION CW -stdinc
sl@0
    67
#else
sl@0
    68
EPOCALLOWDLLDATA
sl@0
    69
#endif
sl@0
    70
sl@0
    71
TARGETTYPE    dll
sl@0
    72
UID           0x1000008d 0x10281F34
sl@0
    73
sl@0
    74
#ifdef EKA2
sl@0
    75
DEFFILE			libssl.def
sl@0
    76
#else
sl@0
    77
DEFFILE			libssl.def
sl@0
    78
#endif
sl@0
    79
sl@0
    80
MACRO SYMBIAN
sl@0
    81
MACRO OPENSSL_THREADS
sl@0
    82
MACRO _REENTRANT 
sl@0
    83
sl@0
    84
USERINCLUDE   ..
sl@0
    85
USERINCLUDE   ../inc
sl@0
    86
USERINCLUDE   ../../include
sl@0
    87
USERINCLUDE		../../../genericopenlibs/openenvcore/ewsd/inc
sl@0
    88
sl@0
    89
sl@0
    90
sl@0
    91
SYSTEMINCLUDE  ../inc
sl@0
    92
sl@0
    93
OS_LAYER_SYSTEMINCLUDE
sl@0
    94
OS_LAYER_LIBC_SYSTEMINCLUDE
sl@0
    95
OS_LAYER_SSL_SYSTEMINCLUDE
sl@0
    96
sl@0
    97
sl@0
    98
SOURCEPATH		../src
sl@0
    99
sl@0
   100
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
sl@0
   101
//SOURCE				kssl.c
sl@0
   102
SOURCE				s23_clnt.c
sl@0
   103
SOURCE				s23_lib.c
sl@0
   104
SOURCE				s23_meth.c
sl@0
   105
SOURCE				s23_pkt.c
sl@0
   106
SOURCE				s23_srvr.c
sl@0
   107
SOURCE				s2_clnt.c
sl@0
   108
SOURCE				s2_enc.c
sl@0
   109
SOURCE				s2_lib.c
sl@0
   110
SOURCE				s2_meth.c
sl@0
   111
SOURCE				s2_pkt.c
sl@0
   112
SOURCE				s2_srvr.c
sl@0
   113
SOURCE				s3_both.c
sl@0
   114
SOURCE				s3_clnt.c
sl@0
   115
SOURCE				s3_enc.c
sl@0
   116
SOURCE				s3_lib.c
sl@0
   117
SOURCE				s3_meth.c
sl@0
   118
SOURCE				s3_pkt.c
sl@0
   119
SOURCE				s3_srvr.c
sl@0
   120
SOURCE				ssl_algs.c
sl@0
   121
SOURCE				ssl_asn1.c
sl@0
   122
SOURCE				ssl_cert.c
sl@0
   123
SOURCE				ssl_ciph.c
sl@0
   124
SOURCE				ssl_err2.c
sl@0
   125
SOURCE				ssl_err.c	
sl@0
   126
SOURCE				ssl_lib.c
sl@0
   127
SOURCE				ssl_rsa.c
sl@0
   128
SOURCE			ssl_sess.c
sl@0
   129
SOURCE			ssl_stat.c
sl@0
   130
SOURCE			ssl_txt.c
sl@0
   131
SOURCE			t1_clnt.c
sl@0
   132
SOURCE			t1_enc.c
sl@0
   133
SOURCE			t1_lib.c
sl@0
   134
SOURCE			t1_meth.c
sl@0
   135
SOURCE			t1_srvr.c
sl@0
   136
SOURCE			libssl_wsd.cpp
sl@0
   137
//SOURCE          wsd_solution.cpp
sl@0
   138
sl@0
   139
LIBRARY     euser.lib
sl@0
   140
LIBRARY			libc.lib
sl@0
   141
LIBRARY			libcrypto.lib
sl@0
   142
#ifdef WINSCW 
sl@0
   143
LIBRARY			ewsd.lib
sl@0
   144
#endif
sl@0
   145
START MARM
sl@0
   146
END
sl@0
   147
sl@0
   148
sl@0
   149
sl@0
   150
SMPSAFE
sl@0
   151
PAGED