installationservices/swi/test/tsisfile/tsisocspclient.mmp
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2004-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 the License "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 * OcspClient.mmp
       
    16 * consoleclient.dll Tests  client connection to server
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 /**
       
    22  @file
       
    23 */
       
    24 
       
    25 CAPABILITY All
       
    26 
       
    27 target		tocspclient.dll
       
    28 targettype	dll
       
    29 
       
    30 UID			0x101F7295 0x101F7244 
       
    31 VENDORID	0x70000001
       
    32 
       
    33 USERINCLUDE .\
       
    34 
       
    35 USERINCLUDE ../../inc
       
    36 
       
    37 USERINCLUDE ../../inc/swi
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 SOURCEPATH	.\
       
    43 
       
    44 SOURCE 		tsisocspclientserver.cpp
       
    45 
       
    46 LIBRARY euser.lib 
       
    47 LIBRARY estor.lib
       
    48 LIBRARY efsrv.lib 
       
    49 #ifdef __SWI_LOGGING__
       
    50 LIBRARY flogger.lib    // Logging & tracing support -- To use define __SWI_LOGGING__ in the .hrh file
       
    51 #endif 
       
    52 SMPSAFE