homescreensrv_plat/sapi_homescreenplugin/hspsservice/group/hspsservice.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 HSPS Service
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../inc/hsps_log_cfg.hrh"
       
    21 
       
    22 TARGET             hspsservice.dll
       
    23 TARGETTYPE         DLL
       
    24 UID                0x1000008D 0x2001242B
       
    25 
       
    26 CAPABILITY         All -TCB
       
    27 VENDORID           VID_DEFAULT
       
    28 
       
    29 LANG SC
       
    30 
       
    31 USERINCLUDE        ../inc
       
    32 USERINCLUDE        ../../inc
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SOURCEPATH         ../src
       
    37 SOURCE             hspsconfigurationservice.cpp
       
    38 SOURCE             hspspersonalisationservice.cpp
       
    39 SOURCE             hspsserviceutilities.cpp
       
    40 
       
    41 LIBRARY            euser.lib
       
    42 LIBRARY            efsrv.lib
       
    43 LIBRARY            estor.lib
       
    44 LIBRARY            eikcore.lib
       
    45 LIBRARY            cone.lib
       
    46 LIBRARY            bafl.lib
       
    47 LIBRARY            hspsrequestclient.lib
       
    48 LIBRARY            hspsclient.lib
       
    49 LIBRARY            hspsodt.lib
       
    50 LIBRARY            hspsdomdocument.lib
       
    51 LIBRARY            hspsresource.lib
       
    52 LIBRARY            hspsresult.lib
       
    53 LIBRARY            flogger.lib
       
    54 
       
    55 // End of File
       
    56