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