tactilefeedback/tactileclickplugin/group/tactileclickplugin.mmp
changeset 0 d54f32e146dd
equal deleted inserted replaced
-1:000000000000 0:d54f32e146dd
       
     1 /*
       
     2 * Copyright (c) 2007 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 the click maker plugin, which
       
    15 *                handles key events at window server process.
       
    16 * Part of:      Tactile Feedback.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET                  tactileclickplugin.dll
       
    25 TARGETTYPE              DLL
       
    26 UID                     0x10004F63 0x2000B493
       
    27 
       
    28 CAPABILITY              ALL -TCB
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                  tactileclickplugin.cpp
       
    33 SOURCE                  tactilefeedbackserver.cpp
       
    34 
       
    35 USERINCLUDE             ../inc
       
    36 USERINCLUDE             ../traces
       
    37 
       
    38 // Default system include paths for middleware layer modules.
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SYSTEMINCLUDE           ../../inc
       
    42 
       
    43 LIBRARY                 euser.lib
       
    44 LIBRARY                 tactilearearegistry.lib
       
    45 LIBRARY                 tactilefeedbackresolver.lib
       
    46