os/ossrv/ssl/tsrc/BC/libcrypto/topenssl/group/openssl_app.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
sl@0
    31
sl@0
    32
TARGET          openssl.exe
sl@0
    33
TARGETTYPE      exe
sl@0
    34
UID           0x1000008D 0xE10FF012
sl@0
    35
sl@0
    36
#if defined(EKA2)
sl@0
    37
CAPABILITY      ALL -TCB
sl@0
    38
/* Remove comments and replace 0x00000000 with correct vendor id */
sl@0
    39
// VENDORID     0x00000000
sl@0
    40
/* Remove comments and replace 0x00000000 with correct secure id */
sl@0
    41
// SECUREID     0x00000000
sl@0
    42
#endif
sl@0
    43
sl@0
    44
EPOCHEAPSIZE  0x1000 0x150000
sl@0
    45
sl@0
    46
//TARGETPATH      ?target_path
sl@0
    47
sl@0
    48
MACRO SYMBIAN
sl@0
    49
MACRO OPENSSL_NO_SPEED
sl@0
    50
MACRO MONOLITH
sl@0
    51
sl@0
    52
USERINCLUDE     ../inc 
sl@0
    53
USERINCLUDE     ../../../include
sl@0
    54
sl@0
    55
SYSTEMINCLUDE   /epoc32/include 
sl@0
    56
SYSTEMINCLUDE   /epoc32/include/internal
sl@0
    57
//SYSTEMINCLUDE   /epoc32/include/osextensions/stdapis
sl@0
    58
//SYSTEMINCLUDE   /epoc32/include/osextensions/stdapis/sys
sl@0
    59
sl@0
    60
SYSTEMINCLUDE   /epoc32/include/stdapis
sl@0
    61
SYSTEMINCLUDE   /epoc32/include/stdapis/openssl
sl@0
    62
sl@0
    63
sl@0
    64
sl@0
    65
sl@0
    66
sl@0
    67
SOURCEPATH      ..
sl@0
    68
sl@0
    69
sl@0
    70
SOURCE		  src/openssl.c 
sl@0
    71
SOURCE		  src/verify.c 
sl@0
    72
SOURCE		  src/asn1pars.c 
sl@0
    73
SOURCE		  src/req.c 
sl@0
    74
SOURCE		  src/dgst.c 
sl@0
    75
SOURCE		  src/dh.c
sl@0
    76
SOURCE		  src/dhparam.c
sl@0
    77
SOURCE		  src/enc.c 
sl@0
    78
SOURCE		  src/passwd.c 
sl@0
    79
SOURCE		  src/gendh.c 
sl@0
    80
SOURCE		  src/errstr.c 
sl@0
    81
SOURCE		  src/ca.c
sl@0
    82
SOURCE		  src/pkcs7.c 
sl@0
    83
SOURCE		  src/crl2p7.c
sl@0
    84
SOURCE		  src/crl.c
sl@0
    85
SOURCE		  src/rsa.c 
sl@0
    86
SOURCE		  src/rsautl.c 
sl@0
    87
SOURCE		  src/dsa.c 
sl@0
    88
SOURCE		  src/dsaparam.c 
sl@0
    89
SOURCE		  src/x509.c 
sl@0
    90
SOURCE		  src/genrsa.c 
sl@0
    91
SOURCE		  src/gendsa.c 
sl@0
    92
SOURCE		  src/s_server.c 
sl@0
    93
SOURCE		  src/s_client.c 
sl@0
    94
SOURCE		  src/s_time.c 
sl@0
    95
SOURCE		  src/apps.c
sl@0
    96
SOURCE		  src/s_cb.c 
sl@0
    97
SOURCE		  src/s_socket.c 
sl@0
    98
SOURCE		  src/app_rand.c 
sl@0
    99
SOURCE		  src/version.c 
sl@0
   100
SOURCE		  src/sess_id.c
sl@0
   101
SOURCE		  src/ciphers.c
sl@0
   102
SOURCE		  src/nseq.c 
sl@0
   103
SOURCE		  src/pkcs12.c 
sl@0
   104
SOURCE		  src/pkcs8.c 
sl@0
   105
SOURCE		  src/spkac.c 
sl@0
   106
SOURCE		  src/smime.c 
sl@0
   107
SOURCE		  src/rand.c 
sl@0
   108
SOURCE		  src/engine.c
sl@0
   109
SOURCE		  src/ocsp.c 
sl@0
   110
SOURCE		  src/prime.c
sl@0
   111
sl@0
   112
sl@0
   113
sl@0
   114
//RESOURCE        resource_file
sl@0
   115
//RESOURCE        resource_file2
sl@0
   116
sl@0
   117
sl@0
   118
LIBRARY         libcrypto.lib
sl@0
   119
LIBRARY         libssl.lib
sl@0
   120
LIBRARY         libc.lib
sl@0
   121
LIBRARY         euser.lib
sl@0
   122
STATICLIBRARY libcrt0.lib
sl@0
   123
LANG            SC
sl@0
   124
EPOCSTACKSIZE 0x5000
sl@0
   125
/*
sl@0
   126
START WINS      
sl@0
   127
?wins_specific_information
sl@0
   128
END
sl@0
   129
sl@0
   130
START MARM
sl@0
   131
?marm_specific_information
sl@0
   132
END
sl@0
   133
*/
sl@0
   134
// Other possible keywords:
sl@0
   135
 
sl@0
   136
// DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
sl@0
   137
/*
sl@0
   138
START BITMAP ?target
sl@0
   139
TARGETPATH   ?emulated_path_on_target_machine
sl@0
   140
HEADER
sl@0
   141
SOURCE       ?color_depth ?source_bitmap
sl@0
   142
END
sl@0
   143
*/
sl@0
   144
// DEFFILE ?filename
sl@0
   145
// AIF ?filename
sl@0
   146
sl@0
   147
// End of File
sl@0
   148
sl@0
   149
SMPSAFE