iaupdate/IAD/swhandlerplugin/group/swhandlerplugin.mmp
branchRCL_3
changeset 73 79647526f98c
equal deleted inserted replaced
70:e8965914fac7 73:79647526f98c
       
     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 the License "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 #include <platform_paths.hrh>
       
    19 #include "../inc/swhandlerplugin.hrh"
       
    20 
       
    21 TARGET		  	swhandlerplugin.dll
       
    22 TARGETTYPE	  	PLUGIN
       
    23 UID			  	0x10009D8D SW_HANDLER_PLUGIN_UID
       
    24 
       
    25 VENDORID   VID_DEFAULT
       
    26 
       
    27 SOURCEPATH		../data
       
    28 START RESOURCE 	SW_HANDLER_PLUGIN_RSS_NAME
       
    29 END
       
    30 
       
    31 CAPABILITY  	CAP_ECOM_PLUGIN
       
    32 
       
    33 USERINCLUDE	 	../inc
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SOURCEPATH	  	../src
       
    37 
       
    38 SOURCE			proxy.cpp
       
    39 SOURCE			swhandlerplugin.cpp
       
    40 
       
    41 LIBRARY			euser.lib
       
    42 LIBRARY	    	ECOM.LIB
       
    43 LIBRARY     	apparc.lib      // MApaServerAppExitObserver
       
    44 LIBRARY         avkon.lib		// MAknServerAppExitObserver
       
    45