contextframework/cfwplugins/cenrepsourceplugin/group/cenrepsourceplugin.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2007-2007 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 CenRepSourcePlugIn
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/cenrepsourcepluginconst.hrh"
       
    21 #include "../inc/cenreptraceconfiguration.hrh"
       
    22 
       
    23 TARGET          cenrepsourceplugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009d8d KCenRepSourcePlugInDllUid
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          main.cpp
       
    30 SOURCE          cenrepsourceplugin.cpp
       
    31 SOURCE          cenrephandler.cpp
       
    32 SOURCE          cenrepattributes.cpp
       
    33 SOURCE          cenrepattributesmasked.cpp
       
    34 SOURCE          cenrepattributesnonmasked.cpp
       
    35 // SOURCE          cenrepsourceplugintester.cpp
       
    36 
       
    37 USERINCLUDE     .
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 SOURCEPATH      ../data
       
    43 START RESOURCE  cenrepsourceplugin.rss
       
    44 TARGET          cenrepsourceplugin.rsc
       
    45 TARGETPATH      /resource/plugins
       
    46 END
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         centralrepository.lib 
       
    50 LIBRARY         cfservices.lib
       
    51 LIBRARY         cfcontextsourcemanager.lib
       
    52 #ifdef TRACE_INTO_FILE
       
    53 LIBRARY         flogger.lib
       
    54 #endif