1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ssl/tsrc/BC/libcrypto/topenssl/group/openssl_app.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,149 @@
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 +
1.34 +
1.35 +TARGET openssl.exe
1.36 +TARGETTYPE exe
1.37 +UID 0x1000008D 0xE10FF012
1.38 +
1.39 +#if defined(EKA2)
1.40 +CAPABILITY ALL -TCB
1.41 +/* Remove comments and replace 0x00000000 with correct vendor id */
1.42 +// VENDORID 0x00000000
1.43 +/* Remove comments and replace 0x00000000 with correct secure id */
1.44 +// SECUREID 0x00000000
1.45 +#endif
1.46 +
1.47 +EPOCHEAPSIZE 0x1000 0x150000
1.48 +
1.49 +//TARGETPATH ?target_path
1.50 +
1.51 +MACRO SYMBIAN
1.52 +MACRO OPENSSL_NO_SPEED
1.53 +MACRO MONOLITH
1.54 +
1.55 +USERINCLUDE ../inc
1.56 +USERINCLUDE ../../../include
1.57 +
1.58 +SYSTEMINCLUDE /epoc32/include
1.59 +SYSTEMINCLUDE /epoc32/include/internal
1.60 +//SYSTEMINCLUDE /epoc32/include/osextensions/stdapis
1.61 +//SYSTEMINCLUDE /epoc32/include/osextensions/stdapis/sys
1.62 +
1.63 +SYSTEMINCLUDE /epoc32/include/stdapis
1.64 +SYSTEMINCLUDE /epoc32/include/stdapis/openssl
1.65 +
1.66 +
1.67 +
1.68 +
1.69 +
1.70 +SOURCEPATH ..
1.71 +
1.72 +
1.73 +SOURCE src/openssl.c
1.74 +SOURCE src/verify.c
1.75 +SOURCE src/asn1pars.c
1.76 +SOURCE src/req.c
1.77 +SOURCE src/dgst.c
1.78 +SOURCE src/dh.c
1.79 +SOURCE src/dhparam.c
1.80 +SOURCE src/enc.c
1.81 +SOURCE src/passwd.c
1.82 +SOURCE src/gendh.c
1.83 +SOURCE src/errstr.c
1.84 +SOURCE src/ca.c
1.85 +SOURCE src/pkcs7.c
1.86 +SOURCE src/crl2p7.c
1.87 +SOURCE src/crl.c
1.88 +SOURCE src/rsa.c
1.89 +SOURCE src/rsautl.c
1.90 +SOURCE src/dsa.c
1.91 +SOURCE src/dsaparam.c
1.92 +SOURCE src/x509.c
1.93 +SOURCE src/genrsa.c
1.94 +SOURCE src/gendsa.c
1.95 +SOURCE src/s_server.c
1.96 +SOURCE src/s_client.c
1.97 +SOURCE src/s_time.c
1.98 +SOURCE src/apps.c
1.99 +SOURCE src/s_cb.c
1.100 +SOURCE src/s_socket.c
1.101 +SOURCE src/app_rand.c
1.102 +SOURCE src/version.c
1.103 +SOURCE src/sess_id.c
1.104 +SOURCE src/ciphers.c
1.105 +SOURCE src/nseq.c
1.106 +SOURCE src/pkcs12.c
1.107 +SOURCE src/pkcs8.c
1.108 +SOURCE src/spkac.c
1.109 +SOURCE src/smime.c
1.110 +SOURCE src/rand.c
1.111 +SOURCE src/engine.c
1.112 +SOURCE src/ocsp.c
1.113 +SOURCE src/prime.c
1.114 +
1.115 +
1.116 +
1.117 +//RESOURCE resource_file
1.118 +//RESOURCE resource_file2
1.119 +
1.120 +
1.121 +LIBRARY libcrypto.lib
1.122 +LIBRARY libssl.lib
1.123 +LIBRARY libc.lib
1.124 +LIBRARY euser.lib
1.125 +STATICLIBRARY libcrt0.lib
1.126 +LANG SC
1.127 +EPOCSTACKSIZE 0x5000
1.128 +/*
1.129 +START WINS
1.130 +?wins_specific_information
1.131 +END
1.132 +
1.133 +START MARM
1.134 +?marm_specific_information
1.135 +END
1.136 +*/
1.137 +// Other possible keywords:
1.138 +
1.139 +// DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
1.140 +/*
1.141 +START BITMAP ?target
1.142 +TARGETPATH ?emulated_path_on_target_machine
1.143 +HEADER
1.144 +SOURCE ?color_depth ?source_bitmap
1.145 +END
1.146 +*/
1.147 +// DEFFILE ?filename
1.148 +// AIF ?filename
1.149 +
1.150 +// End of File
1.151 +
1.152 +SMPSAFE