sysstatemgmt/systemstatemgr/test/tsus/group/tsus_ssmutilsrv.mmp
branchRCL_3
changeset 3 a811597961f0
parent 0 4e1aa6a622a0
equal deleted inserted replaced
0:4e1aa6a622a0 3:a811597961f0
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    31 //Same caps as ssmserver.mmp because that is a requirement for connecting to !SusUtilSrv
    31 //Same caps as ssmserver.mmp because that is a requirement for connecting to !SusUtilSrv
    32 CAPABILITY 		DiskAdmin PowerMgmt ProtServ SwEvent WriteDeviceData ReadDeviceData
    32 CAPABILITY 		DiskAdmin PowerMgmt ProtServ SwEvent WriteDeviceData ReadDeviceData
    33 
    33 
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 
    35 
       
    36 // Used for making the production code changes in the server available only for test code.
       
    37 macro			TEST_SSM_SERVER
       
    38 
    36 
    39 
    37 // production code
    40 // production code
    38 USERINCLUDE		../../../localinc
    41 USERINCLUDE		../../../localinc
    39 USERINCLUDE		../../../sus/inc
    42 USERINCLUDE		../../../sus/inc
    40 USERINCLUDE		../../../inc
    43 USERINCLUDE		../../../inc
    55 SOURCE			sussimadaptation.cpp
    58 SOURCE			sussimadaptation.cpp
    56 SOURCE			susrtcadaptation.cpp
    59 SOURCE			susrtcadaptation.cpp
    57 SOURCE			susmiscadaptation.cpp
    60 SOURCE			susmiscadaptation.cpp
    58 SOURCE			susemergencycallrfadaptation.cpp
    61 SOURCE			susemergencycallrfadaptation.cpp
    59 SOURCE 			susadaptationpluginloader.cpp
    62 SOURCE 			susadaptationpluginloader.cpp
       
    63 SOURCE 			ssmadaptationcli.cpp
    60 
    64 
    61 
    65 
    62 // testcode
    66 // testcode
    63 //macro to check the start of KSusAdaptionServerName and to make 
    67 //macro to check the start of KSusAdaptionServerName and to make 
    64 //CSusLoadAdaptationServerTest class friend of CSsmAdaptationServer class.  
    68 //CSusLoadAdaptationServerTest class friend of CSsmAdaptationServer class.  
    67 
    71 
    68 SOURCEPATH		../src
    72 SOURCEPATH		../src
    69 SOURCE			tsus_server.cpp
    73 SOURCE			tsus_server.cpp
    70 SOURCE			tsus_ssmsuscli.cpp
    74 SOURCE			tsus_ssmsuscli.cpp
    71 SOURCE			tsus_startserver.cpp
    75 SOURCE			tsus_startserver.cpp
       
    76 SOURCE			tsus_startadaptationserver.cpp
    72 SOURCE			tsus_step_supinfo.cpp
    77 SOURCE			tsus_step_supinfo.cpp
    73 SOURCE			tsus_step_suploader.cpp
    78 SOURCE			tsus_step_suploader.cpp
    74 SOURCE			tsus_step_platsec.cpp
    79 SOURCE			tsus_step_platsec.cpp
    75 SOURCE			tsus_step_platsec2.cpp
    80 SOURCE			tsus_step_platsec2.cpp
    76 SOURCE			tsus_step_utilserver.cpp
    81 SOURCE			tsus_step_utilserver.cpp
    77 SOURCE			tsus_step_adaptionserver.cpp
    82 SOURCE			tsus_step_adaptionserver.cpp
    78 SOURCE          tsus_step_loadplugin.cpp
    83 SOURCE          tsus_step_loadplugin.cpp
    79 SOURCE          tsus_step_susadaptationpluginloader.cpp
    84 SOURCE          tsus_step_susadaptationpluginloader.cpp
    80 SOURCE 			tsus_step_loadadaptationserver.cpp
    85 SOURCE 			tsus_step_loadadaptationserver.cpp
    81 
    86 
       
    87 
    82 LIBRARY			euser.lib
    88 LIBRARY			euser.lib
    83 LIBRARY			efsrv.lib
    89 LIBRARY			efsrv.lib
    84 LIBRARY			estor.lib
    90 LIBRARY			estor.lib
    85 LIBRARY			testexecuteutils.lib 
    91 LIBRARY			testexecuteutils.lib 
    86 LIBRARY			testexecutelogclient.lib 
    92 LIBRARY			testexecutelogclient.lib 
    87 LIBRARY			ssmcmn.lib
    93 LIBRARY			ssmcmn.lib
    88 LIBRARY 		ssmadaptationcli.lib
       
    89 
    94 
    90 SMPSAFE
    95 SMPSAFE