idlefw/plugins/wrtdataplugin/group/wrtdataplugin.mmp
changeset 85 7feec50967db
parent 4 1a2a00e78665
child 86 e492551a0d54
equal deleted inserted replaced
4:1a2a00e78665 85:7feec50967db
     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 LIBRARY         estor.lib
       
    54 LIBRARY         apgrfx.lib 
       
    55 
       
    56 // End of File
       
    57 SOURCEPATH ../src
       
    58 
       
    59 SOURCE wrtdataplugin.cpp
       
    60 SOURCE wrtdata.cpp 
       
    61 SOURCE wrtdataobserver.cpp