hwrmhaptics/tsrc/hapticstestplugins/group/hwrmhapticstestplugins.mmp
changeset 76 cb32bcc88bad
equal deleted inserted replaced
73:d38941471f1c 76:cb32bcc88bad
       
     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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Haptics test (adaptation) plugin project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          hapticsadaptation.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 
       
    24 UID             0x10009D8D 0x2001CB6D
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          proxy.cpp
       
    32 SOURCE          hwrmhapticstestplugin.cpp
       
    33 SOURCE          plugintimer.cpp
       
    34 
       
    35 START RESOURCE  ../data/2001CB6D.rss 
       
    36 TARGET          hapticsadaptation.rsc
       
    37 END
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 USERINCLUDE     ../../../hapticspacketizer/plugins/hapticsvibepacketizerplugin/inc
       
    41 USERINCLUDE     ../../../inc
       
    42 
       
    43 OS_LAYER_SYSTEMINCLUDE
       
    44 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    45 
       
    46 LIBRARY         euser.lib 
       
    47 LIBRARY         ecom.lib
       
    48 LIBRARY         efsrv.lib
       
    49 LIBRARY         flogger.lib 
       
    50 LIBRARY         estor.lib
       
    51 LIBRARY         eikcore.lib 
       
    52 LIBRARY         cone.lib
       
    53 LIBRARY         hwrmhapticspluginservice.lib
       
    54 
       
    55 LANG            SC
       
    56 
       
    57 // Test macro
       
    58 // MACRO           ENABLE_NOTIFICATIONS   // Uncomment during testing to receive periodic notifications
       
    59 MACRO           PUBLISH_STATE_INFO       // Uncomment before running HWRM module tests to get proper results
       
    60 
       
    61 SMPSAFE