tactilefeedback/tactilefeedbackresolver/group/tactilefeedbackresolver.mmp
changeset 0 d54f32e146dd
equal deleted inserted replaced
-1:000000000000 0:d54f32e146dd
       
     1 /*
       
     2 * Copyright (c) 2007-2009 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:  This component maps logical feedback types to physical
       
    15 *                feedback effects, and plays the correct effect according
       
    16 *                to current settings and system state.
       
    17 * Part of:      Tactile Feedback.
       
    18 *
       
    19 */
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET                  tactilefeedbackresolver.dll
       
    25 TARGETTYPE              DLL
       
    26 UID                     0x1000008d 0x2000B494
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 
       
    33 SOURCE                  tactileplayer.cpp
       
    34 SOURCE                  tactilefeedbackresolver.cpp
       
    35 SOURCE                  tactilepropertywatcher.cpp
       
    36 SOURCE                  tactilefeedbacksession.cpp
       
    37 SOURCE                  tactilefeedbacksrv.cpp
       
    38 SOURCE                  tactilefeedback.cpp
       
    39 
       
    40 USERINCLUDE             ../inc
       
    41 USERINCLUDE             ../../inc
       
    42 USERINCLUDE             ../traces
       
    43 
       
    44 // Default system include paths for middleware layer modules.
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 
       
    48 LIBRARY                 euser.lib
       
    49 LIBRARY                 centralrepository.lib
       
    50 LIBRARY                 cenrepnotifhandler.lib
       
    51 LIBRARY                 ecom.lib