networksecurity/tlsprovider/Test/ttlsoom/ttlsoom.mmp
changeset 0 af10295192d8
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 // TlsProvtestServer.mmp
       
    15 // UID must be registered with security key store at the moment it's not unique but the
       
    16 // on already registered
       
    17 // 
       
    18 //
       
    19 
       
    20 TARGET			ttlsoom.exe
       
    21 TARGETTYPE		exe
       
    22 UID				0x1000007A 0x10204F0E
       
    23 VENDORID		0x70000001
       
    24 
       
    25 CAPABILITY		All -Tcb
       
    26 
       
    27 
       
    28 //Source files for TLS Provider tests
       
    29 SOURCE          ttlsoom.cpp tlsoomstepbase.cpp tlsoomconnectstep.cpp
       
    30 SOURCE		tlsoomcipherstep.cpp tlsoomstepwrapper.cpp
       
    31 SOURCE		tlsoomauthstep.cpp tlsoomkeyexchangestep.cpp
       
    32 
       
    33 	
       
    34 
       
    35 USERINCLUDE   .
       
    36 USERINCLUDE   ..\..\inc
       
    37 SYSTEMINCLUDE \epoc32\include
       
    38 SYSTEMINCLUDE \epoc32\include\test
       
    39 
       
    40 
       
    41 LIBRARY		euser.lib tlsprovider.lib
       
    42 LIBRARY		testexecuteutils.lib
       
    43 LIBRARY		testexecutelogclient.lib
       
    44 LIBRARY		efsrv.lib x509.lib
       
    45 SMPSAFE