traceservices/tracefw/integ_test/ulogger/TEF/testplugin/group/te_fileplugin.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Te_FilePlugin.dll ULogger & Framework File Test plug-in
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file te_fileplugin.mmp
       
    20  @internalTechnology
       
    21 */
       
    22 
       
    23 TARGET te_fileplugin.dll
       
    24 TARGETTYPE PLUGIN
       
    25 UID  0x10009D8D 0x10273888
       
    26 VENDORID 0x70000001 
       
    27 
       
    28 CAPABILITY CommDD NetworkControl LocalServices ProtServ NetworkServices
       
    29 
       
    30 USERINCLUDE	../inc/
       
    31 SOURCEPATH 	../src/
       
    32 SOURCE 		te_fileplugin.cpp
       
    33 
       
    34 SOURCEPATH 	../resource/
       
    35 start RESOURCE 10273888.rss
       
    36 TARGET te_fileplugin.rsc
       
    37 end
       
    38 
       
    39 SYSTEMINCLUDE /epoc32/include
       
    40 SYSTEMINCLUDE /epoc32/include/ecom
       
    41 
       
    42 LIBRARY	euser.lib efsrv.lib c32.lib ecom.lib
       
    43 
       
    44 SMPSAFE