sapi_logging/tsrc/dev/tloggingservice/group/tloggingservice.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 #include <data_caging_paths.hrh>
       
    36 #include <bldvariant.hrh>
       
    37 
       
    38 #include <platform_paths.hrh>
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 TARGET          tloggingservice.dll
       
    43 TARGETTYPE      dll
       
    44 UID             0x1000008D 0x101FB3E3
       
    45 
       
    46 //CAPABILITY	ReadUserData WriteUserData WriteDeviceData
       
    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         tloggingservice.def
       
    55 
       
    56 SOURCEPATH      ../src
       
    57 SOURCE          tlogging.cpp
       
    58 
       
    59 SOURCE          tloggingBlocks.cpp
       
    60 SOURCE 			taddtest.cpp
       
    61 SOURCE 			taddtest1.cpp
       
    62 SOURCE 			taddtest2.cpp
       
    63 SOURCE 			taddtest3.cpp
       
    64 SOURCE 			taddtest4.cpp
       
    65 SOURCE			tgetlist1.cpp
       
    66 
       
    67 SOURCE          tlogcallback.cpp
       
    68 
       
    69 SOURCE			tconcurrenttest1.cpp
       
    70 SOURCE			tconcurrenttest2.cpp
       
    71 SOURCE			tconcurrenttest3.cpp
       
    72 SOURCE			tconcurrenttest4.cpp
       
    73 SOURCE			tconcurrenttest5.cpp
       
    74 SOURCE			tconcurrenttest6.cpp
       
    75 
       
    76 
       
    77 SOURCE			tgetrecentlist1.cpp
       
    78 SOURCE			tgetrecentlist2.cpp
       
    79 SOURCE			tgetrecentlist3.cpp
       
    80 
       
    81 SOURCE			tgetevent1.cpp
       
    82 SOURCE			tgetevent2.cpp
       
    83 SOURCE			tgetevent3.cpp
       
    84 SOURCE			tgetrecentlist4.cpp
       
    85 
       
    86 SOURCE          tdeletetest1.cpp
       
    87 SOURCE          tdeletetest2.cpp
       
    88 //RESOURCE        resource_file
       
    89 //RESOURCE        resource_file2
       
    90 
       
    91 USERINCLUDE     ../inc 
       
    92 
       
    93 LIBRARY         euser.lib
       
    94 LIBRARY         stiftestinterface.lib
       
    95 LIBRARY			loggingservice.lib
       
    96 //LIBRARY         logstub.lib 
       
    97 LIBRARY         logwrap.lib  
       
    98 LANG            SC
       
    99 
       
   100 /*
       
   101 START WINS      
       
   102 ?wins_specific_information
       
   103 END
       
   104 
       
   105 START MARM
       
   106 ?marm_specific_information
       
   107 END
       
   108 */
       
   109 // Other possible keywords:
       
   110  
       
   111 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   112 /*
       
   113 START BITMAP ?target
       
   114 TARGETPATH   ?emulated_path_on_target_machine
       
   115 HEADER
       
   116 SOURCE       ?color_depth ?source_bitmap
       
   117 END
       
   118 */
       
   119 // DEFFILE ?filename
       
   120 // AIF ?filename
       
   121 
       
   122 // End of File
       
   123 
       
   124 #ifndef WINSCW
       
   125 EPOCALLOWDLLDATA
       
   126 #endif 
       
   127