sysstatemgmt/systemstatemgr/test/tsus/group/tsus_ssmutilsrv.mmp
changeset 0 4e1aa6a622a0
child 3 a811597961f0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @test
       
    19  @internalComponent - Internal Symbian test code 
       
    20 */
       
    21 
       
    22 TARGET			tsus_ssmutilsrv.exe
       
    23 TARGETTYPE		exe
       
    24 TARGETPATH		/sys/bin
       
    25 UID				0x1000007A 0x10283593
       
    26 VENDORID		0x70000001
       
    27 
       
    28 // Use SsmServe SID on this test server to allow swp keys to be defined and updated
       
    29 SECUREID		0x2000D75B
       
    30 
       
    31 //Same caps as ssmserver.mmp because that is a requirement for connecting to !SusUtilSrv
       
    32 CAPABILITY 		DiskAdmin PowerMgmt ProtServ SwEvent WriteDeviceData ReadDeviceData
       
    33 
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 
       
    37 // production code
       
    38 USERINCLUDE		../../../localinc
       
    39 USERINCLUDE		../../../sus/inc
       
    40 USERINCLUDE		../../../inc
       
    41 
       
    42 SOURCEPATH		../../../sus/src
       
    43 // ssmsuscli
       
    44 SOURCE			ssmsupinfo.cpp
       
    45 SOURCE			ssmsuscli.cpp
       
    46 // susutilserver
       
    47 SOURCE			susutilserver.cpp
       
    48 SOURCE			susutilsession.cpp
       
    49 SOURCE			suspluginframe.cpp
       
    50 SOURCE			suspluginloader.cpp
       
    51 // susadaptionserver
       
    52 SOURCE			susadaptionserver.cpp
       
    53 SOURCE			susadaptionsession.cpp
       
    54 SOURCE			susstateadaptation.cpp
       
    55 SOURCE			sussimadaptation.cpp
       
    56 SOURCE			susrtcadaptation.cpp
       
    57 SOURCE			susmiscadaptation.cpp
       
    58 SOURCE			susemergencycallrfadaptation.cpp
       
    59 SOURCE 			susadaptationpluginloader.cpp
       
    60 
       
    61 
       
    62 // testcode
       
    63 //macro to check the start of KSusAdaptionServerName and to make 
       
    64 //CSusLoadAdaptationServerTest class friend of CSsmAdaptationServer class.  
       
    65 MACRO 			TESTSUSADAPTATIONPLUGINLOAD_OOM
       
    66 USERINCLUDE		../inc
       
    67 
       
    68 SOURCEPATH		../src
       
    69 SOURCE			tsus_server.cpp
       
    70 SOURCE			tsus_ssmsuscli.cpp
       
    71 SOURCE			tsus_startserver.cpp
       
    72 SOURCE			tsus_step_supinfo.cpp
       
    73 SOURCE			tsus_step_suploader.cpp
       
    74 SOURCE			tsus_step_platsec.cpp
       
    75 SOURCE			tsus_step_platsec2.cpp
       
    76 SOURCE			tsus_step_utilserver.cpp
       
    77 SOURCE			tsus_step_adaptionserver.cpp
       
    78 SOURCE          tsus_step_loadplugin.cpp
       
    79 SOURCE          tsus_step_susadaptationpluginloader.cpp
       
    80 SOURCE 			tsus_step_loadadaptationserver.cpp
       
    81 
       
    82 LIBRARY			euser.lib
       
    83 LIBRARY			efsrv.lib
       
    84 LIBRARY			estor.lib
       
    85 LIBRARY			testexecuteutils.lib 
       
    86 LIBRARY			testexecutelogclient.lib 
       
    87 LIBRARY			ssmcmn.lib
       
    88 LIBRARY 		ssmadaptationcli.lib
       
    89 
       
    90 SMPSAFE