resourcemgmt/powerandmemorynotificationservice/group/t_pwroffevents.mmp
changeset 0 4e1aa6a622a0
child 41 c87e5f80c17d
child 60 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 // t_poweroffevents.mmp
       
    15 // This test script should be run only in Text Shell mode.
       
    16 // 
       
    17 //
       
    18 
       
    19 TARGET          t_pwroffevents.exe
       
    20 // requires PowerMgmt because it is a unit test of the server code that will call the Power API which requires it
       
    21 // requires DiskAdmin because the test will make the server call RFs::FinaliseDrives() as part of power-off sequence
       
    22 CAPABILITY      PowerMgmt DiskAdmin 
       
    23 TARGETTYPE      EXE
       
    24 
       
    25 VENDORID        0x70000001
       
    26 
       
    27 #if defined (SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
       
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 #endif
       
    30 
       
    31 USERINCLUDE     .
       
    32 USERINCLUDE     ../inc
       
    33 
       
    34 SOURCEPATH      ../tsrc
       
    35 SOURCE          t_pwroffevents.cpp 
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          shutdownsrv.cpp shutdowntimer.cpp shutdownsrvpatchdata.cpp
       
    39 
       
    40 LIBRARY         euser.lib efsrv.lib bafl.lib
       
    41 #if defined (SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
       
    42 LIBRARY			ssmcmn.lib estor.lib
       
    43 #endif
       
    44 
       
    45 
       
    46 SMPSAFE