sysstatemgmt/systemstateplugins/gsapolicy/group/gsastatepolicyshutdown.mmp
changeset 0 4e1aa6a622a0
child 21 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 //
       
    15 
       
    16 #ifdef WINS
       
    17 TARGET			ssm.state.policy.0002.dll
       
    18 #else
       
    19 TARGET			ssm.state.policy.hw.0002.dll
       
    20 #endif
       
    21 TARGETTYPE		dll
       
    22 UID				0x2000D75D 0x2001032D
       
    23 VENDORID		0x70000001
       
    24 
       
    25 CAPABILITY		DiskAdmin PowerMgmt ProtServ SwEvent WriteDeviceData ReadDeviceData
       
    26 
       
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    28 
       
    29 USERINCLUDE		../inc
       
    30 USERINCLUDE		../../localinc
       
    31 
       
    32 SOURCEPATH		../src
       
    33 SOURCE			gsastatepolicyshutdown.cpp
       
    34 
       
    35 SOURCEPATH		../../localsrc
       
    36 SOURCE			ssmpanic.cpp
       
    37 
       
    38 DEFFILE			gsastatepolicyshutdown.def
       
    39 
       
    40 LIBRARY			euser.lib 
       
    41 LIBRARY			ssmcmn.lib
       
    42 LIBRARY			ssmcmd.lib
       
    43 LIBRARY			bafl.lib
       
    44 LIBRARY			efsrv.lib
       
    45 
       
    46 SMPSAFE