resourceinterfaces/fmtransmittercontrol/group/HWRMFmTxClient.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          hwrmfmtxclient.dll
       
    19 TARGETTYPE      dll
       
    20 
       
    21 UID             0x1000008D 0x1020502A 
       
    22 VENDORID        0x70000001
       
    23 CAPABILITY 	    All -TCB
       
    24 
       
    25 SOURCEPATH	 	../src
       
    26 SOURCE          HWRMFmTx.cpp
       
    27 SOURCE          HWRMFmTxImpl.cpp
       
    28 SOURCE          HWRMFmTxStatusObserver.cpp
       
    29 SOURCE          HWRMFmTxFrequencyObserver.cpp
       
    30 
       
    31 SOURCEPATH 		../../../resourcemgmt/hwresourcesmgr/common/src
       
    32 SOURCE			hwrmuipluginhandler.cpp
       
    33 SOURCE      hwrmuipluginservice.cpp
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../../resourcemgmt/hwresourcesmgr/include
       
    37 USERINCLUDE     ../../../resourcemgmt/hwresourcesmgr/client/inc
       
    38 USERINCLUDE     ../../../resourcemgmt/hwresourcesmgr/server/inc
       
    39 USERINCLUDE 	../../../resourcemgmt/hwresourcesmgr/common/inc
       
    40 
       
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         hwrmclient.lib
       
    45 LIBRARY         hwrmcommon.lib
       
    46 LIBRARY         centralrepository.lib
       
    47 LIBRARY         cenrepnotifhandler.lib  
       
    48 LIBRARY         ecom.lib
       
    49 LIBRARY			efsrv.lib
       
    50 LIBRARY			estor.lib
       
    51 
       
    52 LANG			SC
       
    53 
       
    54 #include <comms-infras/commsdebugutility.mmh>
       
    55 
       
    56 macro HWRM_FMTX //keep defined.  Sets correct component name in logging
       
    57 //macro DISABLE_COMPONENT_TRACE //enable this macro to switch of debug logging
       
    58 
       
    59 SMPSAFE