networksecurity/tls/group/ts_tls.mmp
changeset 0 af10295192d8
child 20 7e41d162e158
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET        ts_tls.dll
       
    19 TARGETTYPE    dll
       
    20 UID           0x1000008d 0x101F52C4
       
    21 VENDORID 0x70000001
       
    22 
       
    23 SOURCEPATH	../ts_tls
       
    24 
       
    25 SOURCE		COMINIT.CPP
       
    26 SOURCE		TeststepTls.cpp
       
    27 SOURCE		TestsuiteTls.cpp
       
    28 SOURCE		TlsTestStep1.cpp
       
    29 SOURCE		TlsOomTestStep.cpp
       
    30 SOURCE		TlsTestSection2.cpp
       
    31 SOURCE		TlsTestSection3.cpp
       
    32 SOURCE		T_HTTPOB.CPP
       
    33 SOURCE		t_oomClientTest.cpp
       
    34 SOURCE		T_TLS_cntrl.cpp
       
    35 SOURCE		T_TLS_test.cpp
       
    36 SOURCE		T_TLS_PSK_Test.cpp
       
    37 
       
    38 USERINCLUDE	../ts_tls
       
    39 USERINCLUDE	../protocol
       
    40 USERINCLUDE 	../inc
       
    41 
       
    42 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    43 SYSTEMINCLUDE	/epoc32/include/networking
       
    44 SYSTEMINCLUDE	/epoc32/include
       
    45 SYSTEMINCLUDE 	/epoc32/include/comms-infras
       
    46 SYSTEMINCLUDE 	/epoc32/include/test
       
    47 #else
       
    48 SYSTEMINCLUDE	/epoc32/include/platform/networking
       
    49 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    50 SYSTEMINCLUDE 	/epoc32/include/platform/comms-infras
       
    51 SYSTEMINCLUDE 	/epoc32/include/platform/test
       
    52 #endif
       
    53 
       
    54 LIBRARY		euser.lib 
       
    55 LIBRARY		commsdat.lib
       
    56 LIBRARY		integrationtestutils.lib
       
    57 LIBRARY		esock.lib 
       
    58 LIBRARY		insock.lib 
       
    59 LIBRARY		c32root.lib 
       
    60 LIBRARY		securesocket.lib
       
    61 LIBRARY		crypto.lib
       
    62 LIBRARY		ssl.lib
       
    63 LIBRARY		testexecuteutils.lib
       
    64 LIBRARY		bafl.lib
       
    65 LIBRARY		cinidata.lib 
       
    66 
       
    67 CAPABILITY ALL -Tcb
       
    68 
       
    69 
       
    70 SMPSAFE