htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group/HtiSysInfoServicePlugin.mmp
branchRCL_3
changeset 18 48060abbbeaf
parent 17 d40e813b23c0
child 19 b3cee849fa46
equal deleted inserted replaced
17:d40e813b23c0 18:48060abbbeaf
     1 /*
       
     2 * Copyright (c) 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 "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:  HTI service plugin for getting system information from device.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../../symbian_version.hrh"
       
    21 
       
    22 TARGET          HtiSysInfoServicePlugin.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 
       
    25 // ECom Dll recognition UID followed by the unique UID for this dll
       
    26 UID             0x10009D8D 0x10210CC6
       
    27 
       
    28 VENDORID        0x101FB657
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          proxy.cpp
       
    34 SOURCE          HtiSysInfoServicePlugin.cpp
       
    35 SOURCE          HtiLightsController.cpp
       
    36 SOURCE          HtiPropertySubscriber.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 START RESOURCE  ../data/10210CC6.rss
       
    42 TARGET          HtiSysInfoServicePlugin.rsc
       
    43 END
       
    44 
       
    45 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
       
    46 LIBRARY         avkon.lib
       
    47 #endif
       
    48 
       
    49 LIBRARY         aknskinsrv.lib
       
    50 LIBRARY         bafl.lib
       
    51 LIBRARY         btdevice.lib
       
    52 LIBRARY         btmanclient.lib
       
    53 LIBRARY         btengsettings.lib
       
    54 LIBRARY         c32.lib
       
    55 LIBRARY         centralrepository.lib
       
    56 LIBRARY         customapi.lib
       
    57 LIBRARY         drmserverinterfaces.lib
       
    58 LIBRARY         ecom.lib
       
    59 LIBRARY         efsrv.lib
       
    60 LIBRARY         etel.lib
       
    61 LIBRARY         etelmm.lib
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         hal.lib
       
    64 LIBRARY         hwrmlightclient.lib
       
    65 LIBRARY         sysutil.lib
       
    66 LIBRARY         tzclient.lib
       
    67 LIBRARY         flogger.lib
       
    68 LIBRARY	        featmgr.lib // Chinese support
       
    69 
       
    70 SMPSAFE
       
    71 
       
    72 // End of file