homescreensrv_plat/sapi_menucontent/group/mcsprovider.mmp
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2008 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 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET         	mcsprovider.dll
       
    22 TARGETTYPE     	PLUGIN
       
    23 UID            	0x10009D8D 0x2001242C
       
    24 
       
    25 CAPABILITY     	CAP_ECOM_PLUGIN
       
    26 VENDORID       	VID_DEFAULT
       
    27 
       
    28 LANG SC
       
    29 
       
    30 USERINCLUDE    	../mcsservice/inc
       
    31 USERINCLUDE    	../inc
       
    32 USERINCLUDE    	../../../inc
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SOURCEPATH		../src
       
    37 SOURCE			mcsdsinterface.cpp
       
    38 SOURCE     	 	mcsservicehandler.cpp
       
    39 SOURCE 			mcscallback.cpp
       
    40 SOURCE 			mcsmcinterface.cpp
       
    41 
       
    42 SOURCEPATH		../data
       
    43 START RESOURCE 2001242C.rss
       
    44 	TARGET mcsprovider.rsc
       
    45 END
       
    46 
       
    47 
       
    48 LIBRARY        	euser.lib
       
    49 LIBRARY        	efsrv.lib
       
    50 LIBRARY        	bafl.lib
       
    51 LIBRARY			mcsservice.lib
       
    52 LIBRARY			liwservicehandler.lib
       
    53 LIBRARY 		mcsmenu.lib estor.lib
       
    54 // End of File