sbsv2/raptor/test/smoke_suite/test_resources/mmp/mmp1/group/shutdownsrv.mmp
changeset 3 e1eecf4d390d
child 616 24e4ef208cca
equal deleted inserted replaced
1:be27ed110b50 3:e1eecf4d390d
       
     1 /*
       
     2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 TARGET			shutdownsrv.dll
       
    21 CAPABILITY 		PowerMgmt TrustedUI ProtServ DiskAdmin
       
    22 TARGETTYPE		DLL
       
    23 TARGETPATH		/system/libs
       
    24 
       
    25 EXPORTLIBRARY		exportlibrary_shutdownsrv.lib
       
    26 
       
    27 UID			0x1000008D	0x10004903
       
    28 VENDORID 0x70000001
       
    29 
       
    30 SOURCEPATH		../src
       
    31 
       
    32 userinclude		.
       
    33 userinclude		../inc
       
    34 
       
    35 systeminclude		/epoc32/include
       
    36 
       
    37 #if defined(SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
       
    38 systeminclude		/epoc32/include/ssm
       
    39 #endif
       
    40 
       
    41 source			shutdownsrv.cpp shutdowntimer.cpp shutdownsrvpatchdata.cpp
       
    42 
       
    43 library			euser.lib bafl.lib efsrv.lib hal.lib
       
    44 
       
    45 #if defined(SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
       
    46 library			ssmcmn.lib	estor.lib
       
    47 #endif
       
    48 
       
    49 deffile 		shutdownsrv.def
       
    50 
       
    51 START WINS
       
    52 			copy_for_static_linkage
       
    53 END
       
    54 
       
    55 START MARM
       
    56 END
       
    57 
       
    58 LINKEROPTION armcc --verbose
       
    59