networksecurity/tls/test/te_tlsunittest/group/te_tlsunittest.mmp
changeset 0 af10295192d8
child 37 052078dda061
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 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 // te_tlsunittest.mmp for improving conditional coverage percentage by primarily testing the GetOpt and SetOpt options along with Client Authentication.
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 /**
       
    20  @file 
       
    21 */
       
    22 
       
    23 TARGET          te_tlsunittest.exe
       
    24 TARGETTYPE      exe
       
    25 
       
    26 USERINCLUDE	..\..\..\inc
       
    27 
       
    28 SOURCEPATH      ..\src
       
    29 SOURCE		te_tlsunittestblock.cpp te_tlsunittestserver.cpp te_tlsunittestwrapper.cpp
       
    30 
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 
       
    35 USERINCLUDE     ..\inc
       
    36 
       
    37 LIBRARY 	efsrv.lib 
       
    38 LIBRARY		euser.lib 
       
    39 LIBRARY 	estor.lib
       
    40 LIBRARY		esock.lib 
       
    41 LIBRARY		insock.lib 
       
    42 LIBRARY		securesocket.lib
       
    43 LIBRARY		testexecuteutils.lib
       
    44 
       
    45 
       
    46 VENDORID 0x70000001
       
    47 
       
    48 SECUREID 0x400008d1 
       
    49 CAPABILITY All -TCB
       
    50 
       
    51 UNPAGED
       
    52 
       
    53 SMPSAFE
       
    54 
       
    55