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