resourcemgmt/powerandmemorynotificationservice/group/shutdownsrvs.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 1997-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 // shutdownsrvs.exe Shut down server
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET			shutdownsrvs.exe
       
    24 CAPABILITY PowerMgmt ProtServ DiskAdmin
       
    25 TARGETTYPE		EXE
       
    26 
       
    27 UID				0x1000008D	0x10004902
       
    28 VENDORID 0x70000001
       
    29 
       
    30 EPOCSTACKSIZE	0x5000
       
    31 
       
    32 SOURCEPATH		../src
       
    33 
       
    34 userinclude		.
       
    35 userinclude		../inc
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 #if defined(SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
       
    40 #endif
       
    41 
       
    42 source			shutdownsrvs.cpp
       
    43 
       
    44 library			euser.lib	shutdownsrv.lib
       
    45 
       
    46 #if defined(SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
       
    47 library			ssmcmn.lib
       
    48 #endif
       
    49 
       
    50 START WINS
       
    51 END
       
    52 
       
    53 START MARM
       
    54 END
       
    55 
       
    56 
       
    57 SMPSAFE