telephonyserverplugins/common_tsy/systemstateplugin/group/ctsysystemstateplugin.mmp
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
child 42 3adadc800673
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     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 TARGET          ctsysystemstateplugin.dll
       
    17 TARGETTYPE      PLUGIN
       
    18 UID 			0x10009D8D 0x102859CC
       
    19 VENDORID 		0x70000001
       
    20 
       
    21 // PlatSec caps of loading process c32exe.exe 
       
    22 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    23 
       
    24 START RESOURCE 	ctsysystemstateplugin.rss 
       
    25 TARGET 			ctsysystemstateplugin.rsc
       
    26 END
       
    27 
       
    28 USERINCLUDE     ../inc 
       
    29 USERINCLUDE		../../commontsy/inc/mmutility 
       
    30 USERINCLUDE		../../commontsy/inc
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 
       
    35 
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 
       
    39 SOURCE			proxy.cpp
       
    40 SOURCE			ctsysystemstateplugin.cpp
       
    41  
       
    42 LIBRARY			ecom.lib
       
    43 LIBRARY         euser.lib
       
    44 
       
    45 
       
    46 LIBRARY			ssmadaptationcli.lib
       
    47 
       
    48 #include <comms-infras/commsdebugutility.mmh>
       
    49 
       
    50