homescreensrv_plat/sapi_homescreenplugin/tsrc/hspsconfigurationif/group/mt_hspsconfigurationif.mmp
branchRCL_3
changeset 30 a5a39a295112
child 31 8baec10861af
equal deleted inserted replaced
29:0efa10d348c0 30:a5a39a295112
       
     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 <eunitcaps.h>
       
    22 #include "../../../inc/hsps_log_cfg.hrh"
       
    23 
       
    24 TARGET                  mt_hspsconfigurationif.dll
       
    25 TARGETTYPE              dll
       
    26 UID                     0x1000af5a 0x01700000
       
    27 
       
    28 CAPABILITY              EUNIT_CAPS
       
    29 VENDORID                0x00000000
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                  mt_hspsconfigurationif.cpp
       
    33 SOURCE                  mt_hspsconfigurationif_dllmain.cpp
       
    34 SOURCE                  mt_hspsliwlistprinter.cpp
       
    35 SOURCEPATH              ../../common/src
       
    36 SOURCE                  mt_hsps.cpp
       
    37 SOURCE                  mt_hspsteststep.cpp
       
    38 SOURCE                  mt_hspsinstallationservice.cpp
       
    39 
       
    40 SOURCEPATH              ../../../hspsservice/src
       
    41 SOURCE                  hspsserviceutilities.cpp
       
    42 
       
    43 USERINCLUDE    	        ../inc
       
    44 USERINCLUDE    	        ../../common/inc
       
    45 USERINCLUDE             ../../../inc
       
    46 USERINCLUDE             ../../../hspsservice/inc
       
    47 
       
    48 // System include folders required by the tested code
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY                 bafl.lib
       
    52 LIBRARY                 efsrv.lib
       
    53 LIBRARY                 EUnit.lib
       
    54 LIBRARY                 EUnitUtil.lib
       
    55 LIBRARY                 euser.lib
       
    56 LIBRARY                 estor.lib
       
    57 LIBRARY                 liwServiceHandler.lib
       
    58 LIBRARY                 flogger.lib
       
    59 LIBRARY                 centralrepository.lib
       
    60 LIBRARY                 hspsservice.lib
       
    61 LIBRARY                 hspsclient.lib
       
    62 LIBRARY                 hspsodt.lib
       
    63 LIBRARY                 hspsresult.lib
       
    64 
       
    65 // End of file