sysstatemgmt/systemstatereferenceplugins/test/tintcustcmd/group/tcustomcmd_server.mmp
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2008-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 
       
    23 TARGET			tcustomcmd_server.exe
       
    24 TARGETTYPE		exe
       
    25 TARGETPATH		/sys/bin
       
    26 UID				0x1000007A 0x10285A51
       
    27 VENDORID		0x70000001
       
    28 
       
    29 //Secure id of sysstatemgr.exe for allowing swp keys to be defined and updated
       
    30 SECUREID		0x2000D75B
       
    31 
       
    32 CAPABILITY 	PowerMgmt ReadDeviceData WriteDeviceData ProtServ DiskAdmin SwEvent
       
    33 
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 USERINCLUDE 	../../../localinc
       
    37 USERINCLUDE		../../../clayer/inc
       
    38 
       
    39 // testcode
       
    40 USERINCLUDE		../inc
       
    41 
       
    42 SOURCEPATH		../src
       
    43 SOURCE			tcustomcmd_server.cpp
       
    44 SOURCE			tcustcmd_step_simsecuritypincheck.cpp
       
    45 SOURCE			tcustcmd_step_activateemergencycall.cpp
       
    46 SOURCE			tcustcmd_step_deactivateemergencycall.cpp
       
    47 SOURCE			tcustcmd_step_devicesecuritypincheck.cpp
       
    48 SOURCE			tcustcmd_step_int_execute.cpp
       
    49 
       
    50 LIBRARY			euser.lib
       
    51 LIBRARY			efsrv.lib
       
    52 LIBRARY			testexecuteutils.lib
       
    53 LIBRARY			testexecutelogclient.lib
       
    54 LIBRARY			ssmcmd.lib
       
    55 LIBRARY			ssmcmn.lib
       
    56 library			ssmuiproviderdll.lib
       
    57 library			ws32.lib  
       
    58 library			estor.lib
       
    59 
       
    60 SMPSAFE