resourcemgmt/hwresourcesmgr/vibra/group/HWRMVibraClient.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2006-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 
       
    17 
       
    18 TARGET          hwrmvibraclient.dll
       
    19 TARGETTYPE      dll
       
    20 
       
    21 UID             0x1000008D 0x1020502A 
       
    22 VENDORID        0x70000001
       
    23 CAPABILITY 	    All -TCB
       
    24 
       
    25 SOURCEPATH	 	../src
       
    26 SOURCE			HWRMVibra.cpp
       
    27 SOURCE			HWRMVibraImpl.cpp
       
    28 SOURCE			HWRMVibraStatusObserver.cpp
       
    29 
       
    30 SOURCEPATH 		../../common/src
       
    31 SOURCE			hwrmuipluginhandler.cpp
       
    32 SOURCE      hwrmuipluginservice.cpp
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../include
       
    36 USERINCLUDE     ../../client/inc
       
    37 USERINCLUDE     ../../server/inc
       
    38 USERINCLUDE 	../../common/inc
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         hwrmclient.lib
       
    44 LIBRARY         hwrmcommon.lib
       
    45 LIBRARY         centralrepository.lib
       
    46 LIBRARY         ecom.lib
       
    47 LIBRARY			efsrv.lib
       
    48 LIBRARY			estor.lib
       
    49 
       
    50 LANG			SC
       
    51 
       
    52 #include <comms-infras/commsdebugutility.mmh>
       
    53 
       
    54 macro HWRM_VIBRA //keep defined.  Sets correct component name in logging
       
    55 //macro DISABLE_COMPONENT_TRACE //enable this macro to switch of debug logging
       
    56 
       
    57 SMPSAFE