homescreensrv_plat/sapi_actionhandler/actionhandlerservice/group/actionhandlerservice.mmp
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 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 Action Handler Service
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET                  actionhandlerservice.dll
       
    22 TARGETTYPE              PLUGIN
       
    23 UID                      0x10009D8D 0x2000E538
       
    24 
       
    25 CAPABILITY              CAP_ECOM_PLUGIN
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 SOURCE                  actionhandlerservice.cpp
       
    30 SOURCE                  actionhandlerinterface.cpp 
       
    31 
       
    32 SOURCEPATH              ../data
       
    33 START RESOURCE           actionhandlerservice.rss
       
    34 TARGET                   actionhandlerservice.rsc
       
    35 TARGETPATH               /resource/plugins 
       
    36 END // RESOURCE
       
    37 
       
    38 USERINCLUDE   	.
       
    39 USERINCLUDE 	../inc
       
    40 USERINCLUDE 	../../inc
       
    41 USERINCLUDE 	../../../../inc
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY        	euser.lib
       
    46 LIBRARY		    liwservicehandler.lib
       
    47 LIBRARY         estor.lib
       
    48 LIBRARY       	ECom.lib
       
    49 LIBRARY         pluginvalidator.lib