featuremgmt/featuremgr/engineering/reference_plugins/group/simple_feature_info_plugin.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2007-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 //
       
    15 
       
    16 
       
    17 TARGET          simple_feature_info_plugin.dll
       
    18 TARGETTYPE      PLUGIN
       
    19 UID             0x10009D8D 0x10283701 
       
    20 CAPABILITY      All -Tcb
       
    21 
       
    22 USERINCLUDE     ../inc
       
    23 
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 //SYSTEMINCLUDE 	/epoc32/include 
       
    26 //SYSTEMINCLUDE 	/epoc32/include/ecom
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          simple_feature_info_plugin.cpp
       
    30 SOURCE          plugintimer.cpp
       
    31 
       
    32 START RESOURCE ../data/10283701.rss 
       
    33 TARGET simple_feature_info_plugin.rsc
       
    34 END
       
    35 
       
    36 LIBRARY         euser.lib 
       
    37 LIBRARY         ecom.lib
       
    38 LIBRARY         featmgr.lib
       
    39 
       
    40 SMPSAFE