hwrmhaptics/hapticsclient/group/hwrmhapticsclient.mmp
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     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:  Haptics Client Project definition file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          hwrmhapticsclient.dll
       
    22 TARGETTYPE      dll
       
    23 
       
    24 UID             0x1000008D 0x200184BB 
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          hwrmhaptics.cpp
       
    32 SOURCE          hwrmhapticsimpl.cpp
       
    33 SOURCE          hwrmhapticssession.cpp
       
    34 SOURCE          hwrmhapticsstatusobserver.cpp
       
    35 SOURCE          hwrmhapticsivtdatacache.cpp
       
    36 SOURCE          hwrmhapticsivtdatacacheao.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../../inc
       
    40 
       
    41 OS_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         ws32.lib
       
    45 LIBRARY         ecom.lib
       
    46 LIBRARY         hwrmhapticspacketizer.lib 
       
    47 LIBRARY         hwrmhapticseffectdatagetterfw.lib
       
    48