sapi_logging/tsrc/dev/tloggingprovidertest/group/tloggingprovidertest.mmp
changeset 0 14df0fbfcc4e
equal deleted inserted replaced
-1:000000000000 0:14df0fbfcc4e
       
     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 
       
    36 #include <data_caging_paths.hrh>
       
    37 #include <bldvariant.hrh>
       
    38 
       
    39 #include <platform_paths.hrh>
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 TARGET          tloggingprovidertest.dll
       
    44 TARGETTYPE      dll
       
    45 UID             0x1000008D 0x101FB3E3
       
    46 
       
    47 CAPABILITY      ALL -TCB
       
    48 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    49 // VENDORID     0x00000000
       
    50 /* Remove comments and replace 0x00000000 with correct secure id */
       
    51 // SECUREID     0x00000000
       
    52 
       
    53 //TARGETPATH      ?target_path
       
    54 DEFFILE         tprovidertest.def
       
    55 
       
    56 SOURCEPATH      ../src
       
    57 SOURCE          tprovidertest.cpp
       
    58 SOURCE          tprovidertestBlocks.cpp
       
    59 SOURCE          taddtest1.cpp
       
    60 SOURCE          tlogresults.cpp
       
    61 SOURCE          teventdetails.cpp
       
    62 SOURCE          taddgenericL.cpp
       
    63 SOURCE          tprovidercallback.cpp
       
    64 SOURCE 			tdeletetest.cpp
       
    65 SOURCE          tgetlistgenericL.cpp
       
    66 SOURCE          tfilterdetails.cpp
       
    67 SOURCE			tgetlistgenericpos.cpp
       
    68 
       
    69 /**
       
    70  * Postion based test cases
       
    71  */
       
    72  
       
    73  SOURCE		taddgenericpos.cpp
       
    74  SOURCE		tdeletegenericpos.cpp
       
    75 
       
    76 //RESOURCE        resource_file
       
    77 //RESOURCE        resource_file2
       
    78 
       
    79 USERINCLUDE     ../inc
       
    80 
       
    81 LIBRARY         euser.lib
       
    82 LIBRARY         stiftestinterface.lib
       
    83 LIBRARY         liwServiceHandler.lib
       
    84 
       
    85 
       
    86 LANG            SC
       
    87 #ifndef WINSCW
       
    88 EPOCALLOWDLLDATA
       
    89 #endif 
       
    90 /*
       
    91 START WINS      
       
    92 ?wins_specific_information
       
    93 END
       
    94 
       
    95 START MARM
       
    96 ?marm_specific_information
       
    97 END
       
    98 */
       
    99 // Other possible keywords:
       
   100  
       
   101 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   102 /*
       
   103 START BITMAP ?target
       
   104 TARGETPATH   ?emulated_path_on_target_machine
       
   105 HEADER
       
   106 SOURCE       ?color_depth ?source_bitmap
       
   107 END
       
   108 */
       
   109 // DEFFILE ?filename
       
   110 // AIF ?filename
       
   111 
       
   112 // End of File