contextframework/cfwplugins/CallStateSourcePlugIn/group/CallStateSourcePlugIn.mmp
changeset 0 2e3d3ce01487
child 19 924385140d98
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2006-2006 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 "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:  Project definition file for project CallStateSourcePlugIn
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/CallStateSourcePlugInConst.hrh"
       
    21 
       
    22 TARGET          CallStateSourcePlugIn.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D KCallStateSourcePluginDllUid
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          Main.cpp
       
    29 SOURCE          CallStateSourcePlugIn.cpp
       
    30 SOURCE          PropertyListener.cpp
       
    31 
       
    32 USERINCLUDE     .
       
    33 USERINCLUDE     ../inc
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 SOURCEPATH      ../data
       
    38 START RESOURCE	CallStateSourcePlugIn.rss
       
    39 TARGET 		    CallStateSourcePlugIn.rsc
       
    40 TARGETPATH 	    /resource/plugins
       
    41 END
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY		    cfservices.lib
       
    45 LIBRARY         cfcontextsourcemanager.lib
       
    46