resourcemgmt/hwresourcesmgr/test/plugins/targetmodifierplugin/group/hwrmdefaultlighttargetmodifierplugin.mmp
changeset 0 4e1aa6a622a0
child 52 d6b9e89d80a3
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          hwrmdefaultlighttargetmodifierplugin.dll
       
    19 TARGETTYPE      PLUGIN
       
    20 
       
    21 // PROPER UID NEEDED
       
    22 UID             0x10009D8D 0x10281B9B
       
    23 
       
    24 CAPABILITY      All -TCB
       
    25 
       
    26 SOURCEPATH      ../src
       
    27 SOURCE          proxy.cpp
       
    28 SOURCE          hwrmdefaultlighttargetmodifierplugin.cpp
       
    29 
       
    30 START RESOURCE  ../data/hwrmdefaultlighttargetmodifierplugin.rss
       
    31 TARGET          hwrmdefaultlighttargetmodifierplugin.rsc
       
    32 END
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../../../include // telephony/hwrm/include
       
    36 
       
    37 #ifndef SYMBIAN_OLD_EXPORT_LOCATION
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 #else
       
    40 SYSTEMINCLUDE   /epoc32/include
       
    41 SYSTEMINCLUDE   /epoc32/include/hwrm
       
    42 SYSTEMINCLUDE   /epoc32/include/featmgr
       
    43 #endif
       
    44 LIBRARY         euser.lib 
       
    45 LIBRARY         ecom.lib
       
    46 LIBRARY         featmgr.lib
       
    47 
       
    48 #include <comms-infras/commsdebugutility.mmh>
       
    49 
       
    50 // logging
       
    51 macro HWRM_TARGET_MOD_PLUGIN
       
    52 //macro DISABLE_COMPONENT_TRACE //enable this macro to switch off debug logging
       
    53 
       
    54 SMPSAFE