os/ossrv/ssl/tsrc/BC/libcrypto/topenssl/group/openssl_app.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
     3 
     4 * Redistribution and use in source and binary forms, with or without 
     5 * modification, are permitted provided that the following conditions are met:
     6 
     7 * Redistributions of source code must retain the above copyright notice, this 
     8 * list of conditions and the following disclaimer.
     9 * Redistributions in binary form must reproduce the above copyright notice, 
    10 * this list of conditions and the following disclaimer in the documentation 
    11 * and/or other materials provided with the distribution.
    12 * Neither the name of Nokia Corporation nor the names of its contributors 
    13 * may be used to endorse or promote products derived from this software 
    14 * without specific prior written permission.
    15 
    16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
    17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
    18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
    19 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
    20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
    21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
    22 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
    23 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
    24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
    25 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    26 *
    27 * Description:  
    28 *
    29 */
    30 
    31 
    32 TARGET          openssl.exe
    33 TARGETTYPE      exe
    34 UID           0x1000008D 0xE10FF012
    35 
    36 #if defined(EKA2)
    37 CAPABILITY      ALL -TCB
    38 /* Remove comments and replace 0x00000000 with correct vendor id */
    39 // VENDORID     0x00000000
    40 /* Remove comments and replace 0x00000000 with correct secure id */
    41 // SECUREID     0x00000000
    42 #endif
    43 
    44 EPOCHEAPSIZE  0x1000 0x150000
    45 
    46 //TARGETPATH      ?target_path
    47 
    48 MACRO SYMBIAN
    49 MACRO OPENSSL_NO_SPEED
    50 MACRO MONOLITH
    51 
    52 USERINCLUDE     ../inc 
    53 USERINCLUDE     ../../../include
    54 
    55 SYSTEMINCLUDE   /epoc32/include 
    56 SYSTEMINCLUDE   /epoc32/include/internal
    57 //SYSTEMINCLUDE   /epoc32/include/osextensions/stdapis
    58 //SYSTEMINCLUDE   /epoc32/include/osextensions/stdapis/sys
    59 
    60 SYSTEMINCLUDE   /epoc32/include/stdapis
    61 SYSTEMINCLUDE   /epoc32/include/stdapis/openssl
    62 
    63 
    64 
    65 
    66 
    67 SOURCEPATH      ..
    68 
    69 
    70 SOURCE		  src/openssl.c 
    71 SOURCE		  src/verify.c 
    72 SOURCE		  src/asn1pars.c 
    73 SOURCE		  src/req.c 
    74 SOURCE		  src/dgst.c 
    75 SOURCE		  src/dh.c
    76 SOURCE		  src/dhparam.c
    77 SOURCE		  src/enc.c 
    78 SOURCE		  src/passwd.c 
    79 SOURCE		  src/gendh.c 
    80 SOURCE		  src/errstr.c 
    81 SOURCE		  src/ca.c
    82 SOURCE		  src/pkcs7.c 
    83 SOURCE		  src/crl2p7.c
    84 SOURCE		  src/crl.c
    85 SOURCE		  src/rsa.c 
    86 SOURCE		  src/rsautl.c 
    87 SOURCE		  src/dsa.c 
    88 SOURCE		  src/dsaparam.c 
    89 SOURCE		  src/x509.c 
    90 SOURCE		  src/genrsa.c 
    91 SOURCE		  src/gendsa.c 
    92 SOURCE		  src/s_server.c 
    93 SOURCE		  src/s_client.c 
    94 SOURCE		  src/s_time.c 
    95 SOURCE		  src/apps.c
    96 SOURCE		  src/s_cb.c 
    97 SOURCE		  src/s_socket.c 
    98 SOURCE		  src/app_rand.c 
    99 SOURCE		  src/version.c 
   100 SOURCE		  src/sess_id.c
   101 SOURCE		  src/ciphers.c
   102 SOURCE		  src/nseq.c 
   103 SOURCE		  src/pkcs12.c 
   104 SOURCE		  src/pkcs8.c 
   105 SOURCE		  src/spkac.c 
   106 SOURCE		  src/smime.c 
   107 SOURCE		  src/rand.c 
   108 SOURCE		  src/engine.c
   109 SOURCE		  src/ocsp.c 
   110 SOURCE		  src/prime.c
   111 
   112 
   113 
   114 //RESOURCE        resource_file
   115 //RESOURCE        resource_file2
   116 
   117 
   118 LIBRARY         libcrypto.lib
   119 LIBRARY         libssl.lib
   120 LIBRARY         libc.lib
   121 LIBRARY         euser.lib
   122 STATICLIBRARY libcrt0.lib
   123 LANG            SC
   124 EPOCSTACKSIZE 0x5000
   125 /*
   126 START WINS      
   127 ?wins_specific_information
   128 END
   129 
   130 START MARM
   131 ?marm_specific_information
   132 END
   133 */
   134 // Other possible keywords:
   135  
   136 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
   137 /*
   138 START BITMAP ?target
   139 TARGETPATH   ?emulated_path_on_target_machine
   140 HEADER
   141 SOURCE       ?color_depth ?source_bitmap
   142 END
   143 */
   144 // DEFFILE ?filename
   145 // AIF ?filename
   146 
   147 // End of File
   148 
   149 SMPSAFE