systemswstubs/hwrmstubplugins/group/HWRMStubPlugins.mmp
changeset 39 65e91466a14b
parent 31 931072794a66
child 40 b7e5ed8c1342
equal deleted inserted replaced
31:931072794a66 39:65e91466a14b
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  Hardware Resource Manager stub plugins Project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          HWRMStubPlugins.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 
       
    24 UID             0x10009D8D 0x10205040 
       
    25 
       
    26 VENDORID	VID_DEFAULT
       
    27 
       
    28 CAPABILITY CAP_ECOM_PLUGIN
       
    29 
       
    30 SOURCEPATH	../src
       
    31 SOURCE          proxy.cpp
       
    32 SOURCE		LightPlugin.cpp
       
    33 SOURCE		VibraPlugin.cpp
       
    34 SOURCE 		PluginTimer.cpp
       
    35 SOURCE		PowerStatePlugin.cpp
       
    36 SOURCE		FmtxPlugin.cpp
       
    37 
       
    38 START RESOURCE ../data/10205040.rss 
       
    39 TARGET HWRMStubPlugins.rsc
       
    40 END
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 OS_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY         euser.lib 
       
    46 LIBRARY         ecom.lib
       
    47 
       
    48 LANG            SC
       
    49 
       
    50 // Trace macros
       
    51 //MACRO           API_TRACE_FLAG           // Uncomment during testing to get API traces.
       
    52 //MACRO           COMPONENT_TRACE_FLAG     // Uncomment during testing to get COMPONENT traces.
       
    53 
       
    54 // Test macro
       
    55 //MACRO           ENABLE_NOTIFICATIONS   // Uncomment during testing to receive periodic notifications
       
    56 
       
    57 //MACRO           PUBLISH_STATE_INFO       // Uncomment before running HWRM module tests to get proper results