sysstatemgmt/systemstateplugins/test/tintadptplugin/group/tiadaptation_plugin.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  
       
    22 
       
    23 TARGET			tiadaptation_plugin.exe
       
    24 TARGETTYPE		exe
       
    25 TARGETPATH	/sys/bin
       
    26 
       
    27 UID				0x1000007A 0x10285A52	
       
    28 VENDORID		0x70000001
       
    29 
       
    30 CAPABILITY 		PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent ReadUserData WriteUserData DiskAdmin
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 // production code
       
    35 USERINCLUDE 	../../../localinc
       
    36 
       
    37 // testcode
       
    38 USERINCLUDE		../inc
       
    39 
       
    40 SOURCEPATH		../src
       
    41 SOURCE			tiadaptation_plugin.cpp
       
    42 SOURCE			tstate_adaptationplugin_step.cpp
       
    43 SOURCE			tstatenotify_adaptationplugin_step.cpp
       
    44 SOURCE			tsim_adaptationplugin_step.cpp
       
    45 SOURCE			trtc_adaptationplugin_step.cpp
       
    46 SOURCE			tmisc_adaptationplugin_step.cpp
       
    47 SOURCE			temergencycallrf_adaptationplugin_step.cpp
       
    48 SOURCE 			ti_adaptationplugin_stepbase.cpp
       
    49 
       
    50 LIBRARY			euser.lib
       
    51 LIBRARY			efsrv.lib
       
    52 LIBRARY			testexecuteutils.lib 
       
    53 LIBRARY			testexecutelogclient.lib 
       
    54 LIBRARY			estor.lib
       
    55 
       
    56 LIBRARY			ssmcmn.lib
       
    57 
       
    58 LIBRARY 		ssmadaptationcli.lib
       
    59 
       
    60 SMPSAFE