contextframework/cfwplugins/PSStateSourcePlugIn/group/psstatesourceplugin.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
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 PSStateSourcePlugIn
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/psstatesourcepluginconst.hrh"
       
    21 
       
    22 TARGET          PSStateSourcePlugIn.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D KPSStateSourcePluginDllUid
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          main.cpp
       
    29 SOURCE          psstatesourceplugin.cpp
       
    30 SOURCE          psstatemapper.cpp
       
    31 SOURCE          psstatemapperint.cpp
       
    32 SOURCE			intnamepair.cpp
       
    33 SOURCE			psstatemappertext.cpp
       
    34 SOURCE			textpair.cpp
       
    35 
       
    36 USERINCLUDE     .
       
    37 USERINCLUDE     ../inc
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SOURCEPATH      ../data
       
    42 START RESOURCE	psstatesourceplugin.rss
       
    43 TARGET 			psstatesourceplugin.rsc
       
    44 TARGETPATH 		/resource/plugins
       
    45 END
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         bafl.lib
       
    49 LIBRARY			cfservices.lib
       
    50 LIBRARY         cfcontextsourcemanager.lib
       
    51 LIBRARY         ecom.lib