sysstatemgmt/systemstateplugins/test/tunitgsapolicy/group/tgsa_server.mmp
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
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 TARGET			tgsa_server.exe
       
    22 TARGETTYPE		exe
       
    23 TARGETPATH		/sys/bin
       
    24 UID				0x1000007A 0x1028359C
       
    25 VENDORID		0x70000001
       
    26 
       
    27 // Use KSsmServerName SID on this test server
       
    28 SECUREID		0x2000D75B
       
    29 
       
    30 CAPABILITY 		PowerMgmt ReadDeviceData WriteDeviceData ProtServ DiskAdmin SwEvent
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 USERINCLUDE		../inc
       
    35 USERINCLUDE		../../../gsapolicy/inc
       
    36 USERINCLUDE		../../../localinc
       
    37 
       
    38 SOURCEPATH		../src
       
    39 SOURCE			tgsa_server.cpp
       
    40 SOURCE			tgsa_step_base.cpp
       
    41 SOURCE			tgsa_step_startup.cpp
       
    42 SOURCE			tgsa_step_normal.cpp
       
    43 SOURCE			tgsa_step_shutdown.cpp
       
    44 SOURCE			tgsa_step_fail.cpp
       
    45 
       
    46 SOURCEPATH		../../../gsapolicy/src
       
    47 SOURCE			gsastatepolicystartup.cpp
       
    48 SOURCE			gsastatepolicyshutdown.cpp
       
    49 SOURCE			gsastatepolicynormal.cpp
       
    50 SOURCE			gsastatepolicyfail.cpp
       
    51 SOURCE			ssmmaxbootattempts_patch.cpp
       
    52 
       
    53 SOURCEPATH		../../../localsrc
       
    54 SOURCE			ssmpanic.cpp
       
    55 
       
    56 LIBRARY			euser.lib
       
    57 LIBRARY			efsrv.lib
       
    58 LIBRARY			estor.lib
       
    59 LIBRARY			bafl.lib
       
    60 
       
    61 LIBRARY			testexecuteutils.lib 
       
    62 LIBRARY			testexecutelogclient.lib 
       
    63 
       
    64 LIBRARY			ssmcmd.lib
       
    65 LIBRARY			ssmcmn.lib
       
    66 LIBRARY			domaincli.lib
       
    67 LIBRARY			ssmsuscli.lib
       
    68 LIBRARY			ssmstartsafe.lib
       
    69 LIBRARY			conditionevaluator.lib
       
    70 
       
    71 SMPSAFE