sysstatemgmt/systemstateplugins/test/tunitadptplugin/group/tadaptation_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			tadaptation_plugin.exe
       
    24 TARGETTYPE		exe
       
    25 TARGETPATH	/sys/bin
       
    26 UID				0x1000007A 0x1028359E
       
    27 VENDORID		0x70000001
       
    28 
       
    29 //CAPABILITY 		All -Tcb
       
    30 CAPABILITY 		PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent ReadUserData WriteUserData
       
    31 
       
    32 
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 // production code
       
    36 USERINCLUDE		../../../adptplugin/inc
       
    37 USERINCLUDE 	../../../localinc
       
    38 
       
    39 
       
    40 
       
    41 SOURCEPATH		../../../adptplugin/src
       
    42 SOURCE			stateadaptationref.cpp
       
    43 SOURCE			simadaptationref.cpp
       
    44 SOURCE			rtcadaptationref.cpp
       
    45 SOURCE			miscadaptationref.cpp
       
    46 SOURCE			emergencycallrfadaptationref.cpp
       
    47 
       
    48 // testcode
       
    49 USERINCLUDE		../inc
       
    50 
       
    51 SOURCEPATH		../src
       
    52 SOURCE			tadaptation_plugin.cpp
       
    53 SOURCE			tadaptation_step_base.cpp
       
    54 SOURCE			tstate_adaptationplugin_step.cpp
       
    55 SOURCE			tsim_adaptationplugin_step.cpp
       
    56 SOURCE			trtc_adaptationplugin_step.cpp
       
    57 SOURCE			tmisc_adaptationplugin_step.cpp
       
    58 SOURCE			temergencycallrf_adaptationplugin_step.cpp
       
    59 
       
    60 LIBRARY			euser.lib
       
    61 LIBRARY			efsrv.lib
       
    62 LIBRARY			testexecuteutils.lib 
       
    63 LIBRARY			testexecutelogclient.lib 
       
    64 LIBRARY			estor.lib
       
    65 
       
    66 LIBRARY			ssmcmn.lib
       
    67 
       
    68 LIBRARY 		ssmadaptationcli.lib
       
    69 
       
    70 SMPSAFE