homescreensrv_plat/sapi_homescreenplugin/tsrc/hspsconfigurationif/group/mt_hspsconfigurationif.mmp
changeset 0 79c6a41cd166
child 27 2c7f27287390
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 SAPI configuration interface
       
    15 *                module testing
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include "../../../inc/hsps_log_cfg.hrh"
       
    22 
       
    23 TARGET                  mt_hspsconfigurationif.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY              ALL -TCB -DRM
       
    28 VENDORID                0x00000000
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  mt_hspsconfigurationif.cpp
       
    32 SOURCE                  mt_hspsconfigurationif_dllmain.cpp
       
    33 SOURCE                  mt_hspsliwlistprinter.cpp
       
    34 SOURCEPATH              ../../common/src
       
    35 SOURCE                  mt_hsps.cpp
       
    36 SOURCE                  mt_hspsteststep.cpp
       
    37 SOURCE                  mt_hspsinstallationservice.cpp
       
    38 
       
    39 SOURCEPATH              ../../../hspsservice/src
       
    40 SOURCE                  hspsserviceutilities.cpp
       
    41 
       
    42 USERINCLUDE    	        ../inc
       
    43 USERINCLUDE    	        ../../common/inc
       
    44 USERINCLUDE             ../../../inc
       
    45 USERINCLUDE             ../../../hspsservice/inc
       
    46 
       
    47 // System include folders required by the tested code
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 SYSTEMINCLUDE           /epoc32/include/platform/digia/eunit
       
    51 
       
    52 LIBRARY                 bafl.lib
       
    53 LIBRARY                 efsrv.lib
       
    54 LIBRARY                 EUnit.lib
       
    55 LIBRARY                 EUnitUtil.lib
       
    56 LIBRARY                 euser.lib
       
    57 LIBRARY                 estor.lib
       
    58 LIBRARY                 liwServiceHandler.lib
       
    59 LIBRARY                 flogger.lib
       
    60 LIBRARY                 centralrepository.lib
       
    61 LIBRARY                 hspsservice.lib
       
    62 LIBRARY                 hspsclient.lib
       
    63 LIBRARY                 hspsodt.lib
       
    64 LIBRARY                 hspsresult.lib
       
    65 
       
    66 // End of file