akntouchgesturefw/group/akntouchgesturefw.mmp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 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 is the project specification file for akntouchgesturefw.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET        akntouchgesturefw.dll
       
    21 TARGETTYPE    dll
       
    22 UID           0x0 0x2001E2C5
       
    23 
       
    24 CAPABILITY    CAP_CLIENT_DLL
       
    25 VENDORID      VID_DEFAULT
       
    26 
       
    27 USERINCLUDE  ../inc
       
    28 
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 SOURCEPATH    ../src
       
    32 
       
    33 SOURCE        akntouchgesturefw.cpp
       
    34 SOURCE        akntouchgesturefwimpl.cpp
       
    35 SOURCE        akntouchgesturefwdragtracer.cpp
       
    36 SOURCE        akntouchgesturefwutils.cpp
       
    37 SOURCE        akntouchgesturefwevent.cpp
       
    38 SOURCE        akntouchgesturefwrecognitionengine.cpp
       
    39 SOURCE        akntouchgesturefwbaserecognizer.cpp
       
    40 SOURCE        akntouchgesturefwtaprecognizer.cpp
       
    41 SOURCE        akntouchgesturefwdragrecognizer.cpp
       
    42 SOURCE        akntouchgesturefwflickrecognizer.cpp
       
    43 SOURCE        akntouchgesturefwpinchrecognizer.cpp
       
    44 SOURCE        akntouchgesturefwpointerstate.cpp
       
    45 SOURCE        akntouchgesturefwsettings.cpp
       
    46 SOURCE        akntouchgesturefwcenreplistener.cpp
       
    47 SOURCE        akntouchgesturefwsimulation.cpp
       
    48 
       
    49 LIBRARY       euser.lib
       
    50 LIBRARY       avkon.lib
       
    51 LIBRARY       cone.lib
       
    52 LIBRARY       ws32.lib
       
    53 LIBRARY       touchfeedback.lib     // for tactile feedback
       
    54 LIBRARY       centralrepository.lib