htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group/HtiSysInfoServicePlugin.mmp
changeset 0 d6fe6244b863
child 11 4df3a095718c
equal deleted inserted replaced
-1:000000000000 0:d6fe6244b863
       
     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 
       
    21 TARGET          HtiSysInfoServicePlugin.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID             0x10009D8D 0x10210CC6
       
    26 
       
    27 VENDORID        0x101FB657
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          proxy.cpp
       
    33 SOURCE          HtiSysInfoServicePlugin.cpp
       
    34 SOURCE          HtiLightsController.cpp
       
    35 SOURCE          HtiPropertySubscriber.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 START RESOURCE  ../data/10210CC6.rss
       
    41 TARGET          HtiSysInfoServicePlugin.rsc
       
    42 END
       
    43 
       
    44 LIBRARY         aknskinsrv.lib
       
    45 LIBRARY         avkon.lib
       
    46 LIBRARY         bafl.lib
       
    47 LIBRARY         btdevice.lib
       
    48 LIBRARY         btmanclient.lib
       
    49 LIBRARY         btengsettings.lib
       
    50 LIBRARY         c32.lib
       
    51 LIBRARY         centralrepository.lib
       
    52 LIBRARY         customapi.lib
       
    53 LIBRARY         drmserverinterfaces.lib
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         efsrv.lib
       
    56 LIBRARY         etel.lib
       
    57 LIBRARY         etelmm.lib
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         hal.lib
       
    60 LIBRARY         hwrmlightclient.lib
       
    61 LIBRARY         sysutil.lib
       
    62 LIBRARY         tzclient.lib
       
    63 LIBRARY         flogger.lib
       
    64 
       
    65 SMPSAFE
       
    66 
       
    67 // End of file