commonuisupport/uilaf/GROUP/loadlafshutdown.mmp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c)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: loadlafshutdown.dll is loaded by lafshutdowneventobserveradaptor.cpp for creating a 
       
    14 //				shutdown manager. 
       
    15 //				CLafShutdownEventObserverAdaptor loads the loadlafshutdown.dll at runtime, by name to an 
       
    16 //				RLibrary member variable (iLafShutLib), it then uses this library to lookup the NewL
       
    17 // 				function by ordinal and reinterperate_cast its return value to its MSsmLoadlaShut* member 
       
    18 //				variable (iLafShutdown). It can then use  the MSsmLoadlafShut::CreateShutdownManager and				 
       
    19 //				MSsmLoadlafShut::DeleteShutdownManager methods.
       
    20 //				
       
    21 
       
    22 target          loadlafshutdown.dll
       
    23 targettype		dll
       
    24 targetpath      /sys/bin
       
    25 
       
    26 uid				0x1000008D  0x102872E9
       
    27 vendorid 		0x70000001
       
    28 
       
    29 capability 		PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent ReadUserData WriteUserData DiskAdmin
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 userinclude		../loadlafshutdown/inc
       
    33 
       
    34 sourcepath		../loadlafshutdown/src
       
    35 source  		loadlafshutdown.cpp
       
    36 
       
    37 LIBRARY		 	euser.lib 
       
    38 LIBRARY		 	uiklaf.lib 
       
    39 
       
    40 SMPSAFE
       
    41