hwrmhaptics/hapticspluginmanager/group/hwrmhapticspluginmanager.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 server plugin handler project definition file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          hwrmhapticspluginmanager.dll
       
    22 TARGETTYPE      dll
       
    23 
       
    24 UID             0x1000008D 0x200184BA 
       
    25 
       
    26 VENDORID    VID_DEFAULT
       
    27 
       
    28 CAPABILITY  CAP_GENERAL_DLL
       
    29 
       
    30 SOURCEPATH  ../src
       
    31 SOURCE      hwrmhapticsgenerictimer.cpp 
       
    32 SOURCE      hwrmhapticspluginmanager.cpp 
       
    33 SOURCE      hwrmhapticsplugintransactionlist.cpp 
       
    34 SOURCE      hwrmhapticscommondata.cpp
       
    35 SOURCE      hwrmhapticsservice.cpp 
       
    36 SOURCE      hwrmhapticspolicy.cpp 
       
    37 SOURCE      hwrmhapticsuid.cpp 
       
    38 SOURCE      hwrmhapticsreservationhandler.cpp
       
    39 SOURCE      hwrmhapticspluginrequestdata.cpp
       
    40 SOURCE      hwrmhapticstransactiondata.cpp
       
    41 SOURCE      hwrmhapticsplugintransactionlistitem.cpp
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 USERINCLUDE     ../../inc
       
    45 USERINCLUDE     ../../hapticsserver/inc
       
    46 
       
    47 OS_LAYER_SYSTEMINCLUDE
       
    48 SYSTEMINCLUDE /epoc32/include/stdapis
       
    49 
       
    50 LIBRARY         efsrv.lib
       
    51 LIBRARY         estor.lib
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         ecom.lib
       
    54 LIBRARY         featmgr.lib
       
    55 LIBRARY         hwrmhapticspacketizer.lib
       
    56 LIBRARY         hwrmhapticspluginservice.lib
       
    57 LIBRARY         platformenv.lib
       
    58 LIBRARY         centralrepository.lib
       
    59 
       
    60 LANG            SC
       
    61