resourcemgmt/hwresourcesmgr/test/plugins/MockHwrmSY/MockHwrmDll/group/mockhwrm.mmp
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-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 TARGET          mockhwrm.dll
       
    17 TARGETTYPE      DLL
       
    18 VENDORID 		0x70000001
       
    19 
       
    20 CAPABILITY 		ALL -Tcb
       
    21 
       
    22 USERINCLUDE     ../inc
       
    23 SYSTEMINCLUDE   /epoc32/include/ecom
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 
       
    26 SOURCEPATH      ../src
       
    27 
       
    28 SOURCE			rmockhwrmplugin.cpp
       
    29 SOURCE			tmockhwrmplugindata.cpp
       
    30 
       
    31 SOURCE			rmocklight.cpp
       
    32 SOURCE 			mocklightdata.cpp
       
    33 
       
    34 SOURCE			rmockvibra.cpp
       
    35 SOURCE 			mockvibradata.cpp
       
    36 
       
    37 SOURCE			rmockpowerstate.cpp
       
    38 SOURCE			mockpowerstatedata.cpp 
       
    39 
       
    40 SOURCE			rmockpower.cpp
       
    41 SOURCE			mockpowerdata.cpp 
       
    42 
       
    43 SOURCE			rmockfmtx.cpp
       
    44 SOURCE			mockfmtxdata.cpp
       
    45 
       
    46 LIBRARY         mocksy.lib 
       
    47 LIBRARY         euser.lib 
       
    48 LIBRARY			ecom.lib
       
    49 LIBRARY 		estor.lib
       
    50 
       
    51 SMPSAFE