mulwidgets/gesturehelper/group/gesturehelper.mmp
changeset 17 3eca7e70b1b8
parent 3 4526337fb576
equal deleted inserted replaced
3:4526337fb576 17:3eca7e70b1b8
     1 /*
       
     2 * Copyright (c) 2008 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 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET        gesturehelper.dll
       
    21 TARGETTYPE    dll
       
    22 UID           0x0 0x20010978
       
    23 
       
    24 
       
    25 CAPABILITY    CAP_CLIENT_DLL
       
    26 VENDORID      VID_DEFAULT
       
    27 
       
    28 USERINCLUDE  ../inc
       
    29 SYSTEMINCLUDE  ../inc // public includes use other gesture helper headers as system include
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 SOURCEPATH    ../src
       
    34 
       
    35 SOURCE        gesture.cpp
       
    36 SOURCE        gesturecontrol.cpp
       
    37 SOURCE        gesturehelper.cpp
       
    38 SOURCE        gesturehelperimpl.cpp
       
    39 SOURCE        gesturerecogniser.cpp
       
    40 SOURCE        hittest.cpp
       
    41 SOURCE        pointarray.cpp
       
    42 SOURCE        pointercapturer.cpp
       
    43 SOURCE        utils.cpp
       
    44 
       
    45 LIBRARY       alfclient.lib
       
    46 LIBRARY       avkon.lib
       
    47 LIBRARY       cone.lib
       
    48 LIBRARY        ws32.lib
       
    49 LIBRARY       euser.lib