homescreensrv_plat/sapi_homescreenplugin/group/hspsprovider.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:  Project definition file for hspsprovider
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include        <platform_paths.hrh>
       
    20 #include        "../inc/hsps_log_cfg.hrh"
       
    21 
       
    22 TARGET         	hspsprovider.dll
       
    23 TARGETTYPE     	PLUGIN
       
    24 
       
    25 UID            	0x10009D8D 0x200159B7
       
    26 
       
    27 CAPABILITY     	CAP_ECOM_PLUGIN
       
    28 VENDORID       	VID_DEFAULT
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          hspsprovider.cpp
       
    32 SOURCE          hspsconfigurationif.cpp
       
    33 SOURCE          hspsliwutilities.cpp 
       
    34 SOURCE          hspscallback.cpp
       
    35 
       
    36 SOURCEPATH      ../data
       
    37 START RESOURCE  200159B7.rss
       
    38 TARGET          hspsprovider.rsc
       
    39 END
       
    40 
       
    41 USERINCLUDE    	../inc
       
    42 USERINCLUDE    	../hspsservice/inc
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         ecom.lib
       
    48 LIBRARY         estor.lib 
       
    49 LIBRARY         liwservicehandler.lib
       
    50 LIBRARY         hspsservice.lib
       
    51 
       
    52 LIBRARY         hspsdomdocument.lib
       
    53 LIBRARY         hspsodt.lib
       
    54 LIBRARY         hspsresult.lib
       
    55 
       
    56 // End of File
       
    57