contextframework/cfwplugins/vibraactionplugin/group/vibraactionplugin.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2006-2006 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:  Project definition file for project VibraActionPlugIn
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/vibratraceconfiguration.hrh"
       
    21 #include "../inc/vibraactionpluginconst.hrh"
       
    22 
       
    23 TARGET          vibraactionplugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D KVibraActionPlugInDllUid
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          main.cpp
       
    30 SOURCE          vibraactionplugin.cpp
       
    31 SOURCE          vibraaction.cpp
       
    32 
       
    33 USERINCLUDE     .
       
    34 USERINCLUDE     ../inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 SOURCEPATH      ../data
       
    39 START RESOURCE	vibraactionplugin.rss
       
    40 TARGET 		    vibraactionplugin.rsc
       
    41 TARGETPATH 	    /resource/plugins
       
    42 END
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         bafl.lib
       
    46 LIBRARY         hwrmvibraclient.lib
       
    47 LIBRARY		    cfservices.lib
       
    48 LIBRARY         cfactivatorengine.lib
       
    49 #ifdef TRACE_INTO_FILE
       
    50 LIBRARY         flogger.lib
       
    51 LIBRARY		    efsrv.lib
       
    52 #endif