sysstatemgmt/systemstateplugins/utilityplugins/group/lafshutdowneventobserveradaptor.mmp
changeset 83 11da52d4c847
parent 78 3f0699f2e14c
child 84 db3d1bc2aa9c
equal deleted inserted replaced
78:3f0699f2e14c 83:11da52d4c847
     1 // Copyright (c) 2008-2010 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 target          lafshutdowneventobserveradaptor.dll
       
    17 targettype		dll
       
    18 targetpath      /sys/bin
       
    19 
       
    20 uid				0x2000D767 0x2000D759
       
    21 vendorid 		0x70000001
       
    22 
       
    23 capability 		PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent ReadUserData WriteUserData
       
    24 
       
    25 // If SYMBIAN_INCLUDE_APP_CENTRIC macro is defined then CommDD capability is required along with the capability
       
    26 // list described in the above line.
       
    27 #ifdef SYMBIAN_INCLUDE_APP_CENTRIC 
       
    28 capability 		CommDD
       
    29 #endif	//SYMBIAN_INCLUDE_APP_CENTRIC
       
    30 
       
    31 NOEXPORTLIBRARY /* Has a fixed interface lafshutdowneventobserveradaptor.def */
       
    32 
       
    33 userinclude		../inc
       
    34 userinclude		../../localinc
       
    35 
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 
       
    39 sourcepath		../src
       
    40 
       
    41 source  		lafshutdowneventobserveradaptor.cpp 
       
    42 deffile			lafshutdowneventobserveradaptor.def
       
    43 
       
    44 library			euser.lib ssmcmn.lib estor.lib
       
    45 
       
    46 SMPSAFE