harvesterplugins/applications/group/applicationsplugin.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 
       
    21 TARGET        cpixapplicationsplugin.dll
       
    22 TARGETTYPE    PLUGIN
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID           0x10009D8D 0x2001A9D7 
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 SOURCE        applicationsplugin.cpp
       
    29 SOURCE        tproxy.cpp
       
    30 
       
    31 USERINCLUDE   ../inc
       
    32 
       
    33 APP_LAYER_SYSTEMINCLUDE
       
    34 SYSTEMINCLUDE /epoc32/include/ecom
       
    35 
       
    36 SOURCEPATH    ../data
       
    37 start RESOURCE 2001a9d7.rss
       
    38 target  cpixapplicationsplugin.rsc
       
    39 end
       
    40 
       
    41 LIBRARY       euser.lib
       
    42 LIBRARY       ecom.lib
       
    43 LIBRARY       efsrv.lib
       
    44 LIBRARY       cntmodel.lib
       
    45 LIBRARY       cpixharvesterplugininterface.lib
       
    46 LIBRARY       cpixsearchclient.lib
       
    47 LIBRARY       apgrfx.lib //for RApaLsSession
       
    48 LIBRARY       apparc.lib //for TApaAppInfo 
       
    49 LIBRARY       widgetregistryclient.lib
       
    50 LIBRARY       centralrepository.lib    //for CRepository
       
    51 
       
    52 // For logging
       
    53 LIBRARY 	  flogger.lib 
       
    54 
       
    55 EXPORTUNFROZEN