networksecurity/tlsprovider/Test/group/TlsCertCacheTest.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET      ttlscertcache.exe
       
    20 TARGETTYPE  exe
       
    21 UID             0x1000007A 0x10274C3A 
       
    22 VENDORID 0x70000001
       
    23 
       
    24 SOURCEPATH  ../ttlscertcache
       
    25 SOURCE	ttlscertcacheserver.cpp	
       
    26 SOURCE  updateentrystep.cpp
       
    27 SOURCE  entrystatusstep.cpp
       
    28 SOURCE  stepbase.cpp
       
    29 
       
    30 USERINCLUDE   ../src
       
    31 USERINCLUDE	  ../../inc
       
    32 
       
    33 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    34 SYSTEMINCLUDE /epoc32/include
       
    35 SYSTEMINCLUDE /epoc32/include/test
       
    36 #else
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 SYSTEMINCLUDE 	/epoc32/include/platform/test
       
    39 #endif
       
    40 
       
    41 LIBRARY     	euser.lib
       
    42 LIBRARY		testexecuteutils.lib
       
    43 LIBRARY		efsrv.lib
       
    44 LIBRARY		testexecutelogclient.lib
       
    45 LIBRARY		tlscacheclient.lib
       
    46 LIBRARY     x509.lib
       
    47 
       
    48 EPOCSTACKSIZE	0x8000
       
    49 SMPSAFE