ssl/tsrc/ssl_test/group/ssl_test.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 // using relative paths for sourcepath and user includes
       
    36 OPTION CW   -w off
       
    37 OPTION MSVC /W0
       
    38 OPTION GCC  -w
       
    39 
       
    40 #if defined(EKA2)
       
    41 CAPABILITY	ALL -TCB
       
    42 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    43 VENDORID 	0x101FB657
       
    44 #endif
       
    45 EPOCSTACKSIZE 0x5000
       
    46 EPOCHEAPSIZE  0x1000 0x200000
       
    47 TARGET        ssltest.exe
       
    48 TARGETTYPE    exe
       
    49 UID           0x1000008D 0xE10FF002
       
    50 
       
    51 MACRO SYMBIAN
       
    52 MACRO OPENSSL_THREADS
       
    53 MACRO _REENTRANT
       
    54 
       
    55 SOURCEPATH    ../src
       
    56 SOURCE        ssltest.c
       
    57 
       
    58 USERINCLUDE   .
       
    59 USERINCLUDE   ../inc
       
    60 USERINCLUDE   ../../../include
       
    61 
       
    62 
       
    63 OS_LAYER_SYSTEMINCLUDE
       
    64 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    65 OS_LAYER_SSL_SYSTEMINCLUDE
       
    66 
       
    67 
       
    68 LIBRARY       euser.lib libssl.lib libcrypto.lib libc.lib libdl.lib libpthread.lib
       
    69 STATICLIBRARY libcrt0.lib  
       
    70 
       
    71 
       
    72 // if launching keeps resulting in KErrNoMemory (-4) when trying to create console
       
    73 // you can use the registration file and launch the epoc.exe instead
       
    74 
       
    75 //SOURCEPATH justincase
       
    76 //START RESOURCE	helloworld_reg.rss
       
    77 //TARGETPATH	/private/10003a3f/apps
       
    78 //END
       
    79 
       
    80 SMPSAFE