sysstatemgmt/systemstarter/test/trestartsys/group/trestartsys_server.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2006-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 TARGET		trestartsys_server.exe
       
    17 CAPABILITY 	PowerMgmt SwEvent WriteDeviceData
       
    18 TARGETTYPE	exe
       
    19 UID		0x1000007A 0x1028350A
       
    20 
       
    21 USERINCLUDE		../src
       
    22 USERINCLUDE		../../tinc
       
    23 USERINCLUDE		../../../restartsyssrc
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 
       
    26 SOURCEPATH	../src
       
    27 SOURCE		trestartsys_server.cpp
       
    28 SOURCE		trestartsys_abort.cpp
       
    29 SOURCE		trestartsys_withmode.cpp
       
    30 
       
    31 SOURCEPATH	../../tinc
       
    32 SOURCE		tpowerdownclient.cpp
       
    33 
       
    34 LIBRARY     euser.lib
       
    35 LIBRARY		testexecuteutils.lib
       
    36 LIBRARY		hal.lib 
       
    37 LIBRARY		restartsys.lib 
       
    38 LIBRARY		powermgrcli.lib
       
    39 LIBRARY		estor.lib
       
    40 LIBRARY		efsrv.lib
       
    41 
       
    42 SMPSAFE