serviceproviders/sapi_logging/tsrc/testing/tloggingservicetest/group/tloggingservicetest.mmp
changeset 19 989d2f495d90
child 33 50974a8b132e
equal deleted inserted replaced
14:a36b1e19a461 19:989d2f495d90
       
     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 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 *
       
    16 */
       
    17 /*TYPE TESTCLASS*//*
       
    18 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
    19 * All rights reserved.
       
    20 * This component and the accompanying materials are made available
       
    21 * under the terms of the License "Eclipse Public License v1.0"
       
    22 * which accompanies this distribution, and is available
       
    23 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    24 *
       
    25 * Initial Contributors:
       
    26 * Nokia Corporation - initial contribution.
       
    27 *
       
    28 * Contributors:
       
    29 *
       
    30 * Description:  ?Description
       
    31 *
       
    32 */
       
    33 
       
    34 
       
    35 #include <data_caging_paths.hrh>
       
    36 #include <bldvariant.hrh>
       
    37 
       
    38 #include <platform_paths.hrh>
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 TARGET          tloggingservicetest.dll
       
    43 TARGETTYPE      dll
       
    44 UID             0x1000008D 0x101FB3E3
       
    45 
       
    46 CAPABILITY      ALL -TCB
       
    47 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    48 // VENDORID     0x00000000
       
    49 /* Remove comments and replace 0x00000000 with correct secure id */
       
    50 // SECUREID     0x00000000
       
    51 
       
    52 
       
    53 EPOCSTACKSIZE 5000
       
    54 EPOCALLOWDLLDATA
       
    55 
       
    56 //TARGETPATH      ?target_path
       
    57 DEFFILE         tloggingservicetest.def
       
    58 
       
    59 SOURCEPATH      ../src
       
    60 SOURCE          tloggingservicetest.cpp
       
    61 SOURCE          tloggingservicetestBlocks.cpp
       
    62 SOURCE          taddeventsync.cpp
       
    63 SOURCE          taddeventasync.cpp
       
    64 SOURCE          tgetlist.cpp
       
    65 SOURCE          tgetrecent.cpp
       
    66 
       
    67  
       
    68 USERINCLUDE     ../inc 
       
    69 
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         stiftestinterface.lib
       
    72 LIBRARY         stiftestengine.lib
       
    73 LIBRARY         loggingservice.lib
       
    74 
       
    75 LIBRARY logcli.lib
       
    76 LIBRARY logwrap.lib
       
    77 
       
    78 LANG            SC
       
    79