idlefw/plugins/wrtdataplugin/group/wrtdataplugin.mmp
changeset 0 79c6a41cd166
child 3 ff572005ac23
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2005-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 wrtdataplugin
       
    15 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 #include <data_caging_paths.hrh>
       
    19 
       
    20 #include "../inc/wrtdatapluginuids.hrh"
       
    21 
       
    22 TARGET          wrtdataplugin.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D  WRTDP_UID_ECOM_DLL_CONTENTPUBLISHER_DATAPLUGIN
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 
       
    32 
       
    33 APP_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 
       
    36 SOURCEPATH      ../data
       
    37 START RESOURCE  wrtdataplugin.rss
       
    38 TARGET          wrtdataplugin.rsc
       
    39 END
       
    40 
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY    	    bafl.lib
       
    44 LIBRARY         efsrv.lib
       
    45 LIBRARY    	    liwservicehandler.lib 
       
    46 LIBRARY         ecom.lib
       
    47 LIBRARY         aiutils.lib
       
    48 LIBRARY         cone.lib
       
    49 LIBRARY         avkon.lib
       
    50 LIBRARY         fbscli.lib
       
    51 LIBRARY         egul.lib
       
    52 LIBRARY         aknskins.lib  
       
    53 
       
    54 // End of File
       
    55 SOURCEPATH ../src
       
    56 
       
    57 SOURCE wrtdataplugin.cpp
       
    58 SOURCE wrtdata.cpp 
       
    59 SOURCE wrtdataobserver.cpp