harvesterplugins/bookmarks/group/bookmarksplugin.mmp
changeset 0 ccd0fd43f247
child 2 208a4ba3894c
equal deleted inserted replaced
-1:000000000000 0:ccd0fd43f247
       
     1 /*
       
     2 * Copyright (c) 2010 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 CAPABILITY   CAP_GENERAL_DLL -AllFiles -DRM
       
    19 #include "../../../harvesterplugins/inc/s60performance.h"
       
    20 TARGET        cpixbookmarksplugin.dll
       
    21 TARGETTYPE    PLUGIN
       
    22 
       
    23 // ECom Dll recognition UID followed by the unique UID for this dll
       
    24 UID 0x10009D8D 0x2001A9D3
       
    25 
       
    26 SOURCEPATH    ../src
       
    27 SOURCE        bookmarksplugin.cpp
       
    28 SOURCE        tproxy.cpp
       
    29 
       
    30 USERINCLUDE   ../inc
       
    31 
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 SYSTEMINCLUDE /epoc32/include/ecom
       
    34 
       
    35 SOURCEPATH    ../data
       
    36 start RESOURCE 2001a9d3.rss
       
    37 target  cpixbookmarksplugin.rsc
       
    38 end
       
    39 
       
    40 LIBRARY       euser.lib
       
    41 LIBRARY       ecom.lib
       
    42 LIBRARY       efsrv.lib
       
    43 LIBRARY       cntmodel.lib
       
    44 LIBRARY       cpixharvesterplugininterface.lib
       
    45 LIBRARY       cpixsearchclient.lib
       
    46 LIBRARY       favouritesengine.lib
       
    47 LIBRARY       inetprotutil.lib //Uri16.h 
       
    48 
       
    49 // For logging
       
    50 LIBRARY 	  flogger.lib 
       
    51 
       
    52 EXPORTUNFROZEN