resourcemgmt/powerandmemorynotificationservice/group/t_shutdownserver.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 // t_shutdownserver.exe
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET          t_shutdownserver.exe
       
    19 CAPABILITY      ProtServ PowerMgmt DiskAdmin 
       
    20 TARGETTYPE      EXE
       
    21 
       
    22 VENDORID        0x70000001
       
    23 
       
    24 //macro is used to create a test shutdown server.
       
    25 macro			TEST_SHUTDOWN_SERVER
       
    26 
       
    27 #if defined (SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
       
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 #endif
       
    30 
       
    31 USERINCLUDE     .
       
    32 USERINCLUDE     ../inc
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE			savenotf.cpp
       
    36 SOURCE          shutdownsrv.cpp shutdowntimer.cpp shutdownsrvpatchdata.cpp
       
    37 SOURCEPATH      ../tsrc
       
    38 SOURCE          t_shutdownserver.cpp
       
    39 
       
    40 LIBRARY         euser.lib efsrv.lib bafl.lib
       
    41 LIBRARY         powermgrcli.lib 
       
    42 #if defined (SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
       
    43 LIBRARY			ssmcmn.lib estor.lib
       
    44 #endif
       
    45 
       
    46 
       
    47 SMPSAFE