resourcemgmt/powerandmemorynotificationservice/group/shutdownsrv.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 // shutdownsrv.dll Shut down server library
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET			shutdownsrv.dll
       
    24 CAPABILITY PowerMgmt TrustedUI ProtServ DiskAdmin
       
    25 TARGETTYPE		DLL
       
    26 TARGETPATH		/system/libs
       
    27 
       
    28 UID				0x1000008D	0x10004903
       
    29 VENDORID 0x70000001
       
    30 
       
    31 
       
    32 SOURCEPATH		../src
       
    33 
       
    34 //MACRO			__PROFILE_SHUTDOWN
       
    35 
       
    36 userinclude		.
       
    37 userinclude		../inc
       
    38 
       
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 
       
    41 #if defined(SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
       
    42 #endif
       
    43 
       
    44 source			shutdownsrv.cpp shutdowntimer.cpp shutdownsrvpatchdata.cpp
       
    45 
       
    46 library			euser.lib bafl.lib efsrv.lib hal.lib
       
    47 
       
    48 #if defined(SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
       
    49 library			ssmcmn.lib	estor.lib
       
    50 #endif
       
    51 
       
    52 deffile SHUTDOWNSRV.DEF
       
    53 
       
    54 START WINS
       
    55 	copy_for_static_linkage
       
    56 END
       
    57 
       
    58 START MARM
       
    59 END
       
    60 
       
    61 
       
    62 SMPSAFE