resourcemgmt/powerandmemorynotificationservice/group/t_pwroffevents.mmp
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 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".
    14 // t_poweroffevents.mmp
    14 // t_poweroffevents.mmp
    15 // This test script should be run only in Text Shell mode.
    15 // This test script should be run only in Text Shell mode.
    16 // 
    16 // 
    17 //
    17 //
    18 
    18 
    19 TARGET          t_pwroffevents.exe //RTEST
    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
    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
    21 // requires DiskAdmin because the test will make the server call RFs::FinaliseDrives() as part of power-off sequence
    22 CAPABILITY      PowerMgmt DiskAdmin 
    22 CAPABILITY      PowerMgmt DiskAdmin 
    23 TARGETTYPE      EXE
    23 TARGETTYPE      EXE
    24 
    24 
    39 
    39 
    40 LIBRARY         euser.lib efsrv.lib bafl.lib
    40 LIBRARY         euser.lib efsrv.lib bafl.lib
    41 #if defined (SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
    41 #if defined (SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
    42 LIBRARY			ssmcmn.lib estor.lib
    42 LIBRARY			ssmcmn.lib estor.lib
    43 #endif
    43 #endif
    44 LIBRARY 		charconv.lib
       
    45 
    44 
    46 
    45 
    47 SMPSAFE
    46 SMPSAFE