sysstatemgmt/systemstatemgr/test/tcmn/group/tcmn_server.mmp
changeset 76 cb32bcc88bad
parent 0 4e1aa6a622a0
equal deleted inserted replaced
73:d38941471f1c 76:cb32bcc88bad
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    37 USERINCLUDE		../../../cmn/inc
    37 USERINCLUDE		../../../cmn/inc
    38 USERINCLUDE		../../../ssm/inc
    38 USERINCLUDE		../../../ssm/inc
    39 USERINCLUDE		../../../localinc
    39 USERINCLUDE		../../../localinc
    40 USERINCLUDE		../../../cmd/inc
    40 USERINCLUDE		../../../cmd/inc
    41 
    41 
       
    42 #ifdef SYMBIAN_INCLUDE_APP_CENTRIC
       
    43 #ifdef TEST_SSM_GRACEFUL_SHUTDOWN
       
    44 USERINCLUDE		../../../../inc
       
    45 #endif //TEST_SSM_GRACEFUL_SHUTDOWN
       
    46 #endif //TEST_SSM_GRACEFUL_SHUTDOWN
       
    47 
    42 
    48 
    43 SOURCEPATH		../../../cmn/src
    49 SOURCEPATH		../../../cmn/src
    44 SOURCE			ssmstatemanager.cpp
    50 SOURCE			ssmstatemanager.cpp
    45 SOURCE			ssmstateawaresession.cpp
    51 SOURCE			ssmstateawaresession.cpp
    46 SOURCE			ssmsystemwideproperty.cpp
    52 SOURCE			ssmsystemwideproperty.cpp
    56 SOURCE			tcmn_server.cpp
    62 SOURCE			tcmn_server.cpp
    57 SOURCE			tcmn_step_state.cpp
    63 SOURCE			tcmn_step_state.cpp
    58 SOURCE			tcmn_step_swpvalue.cpp
    64 SOURCE			tcmn_step_swpvalue.cpp
    59 SOURCE			tcmn_step_stateawaresession.cpp
    65 SOURCE			tcmn_step_stateawaresession.cpp
    60 SOURCE			tcmn_step_systemwideproperty.cpp
    66 SOURCE			tcmn_step_systemwideproperty.cpp
       
    67 
       
    68 #ifdef SYMBIAN_INCLUDE_APP_CENTRIC
       
    69 #ifdef TEST_SSM_GRACEFUL_SHUTDOWN
       
    70 SOURCE			t_stateawaresession2.cpp
       
    71 #endif //TEST_SSM_GRACEFUL_SHUTDOWN
       
    72 #endif //SYMBIAN_INCLUDE_APP_CENTRIC
    61 
    73 
    62 SOURCEPATH		../../testutils/src
    74 SOURCEPATH		../../testutils/src
    63 SOURCE			ssmatest_utils.cpp
    75 SOURCE			ssmatest_utils.cpp
    64 
    76 
    65 
    77