hwrmhaptics/tsrc/haptics_stif/group/hapticsclienttest.mmp
changeset 76 cb32bcc88bad
equal deleted inserted replaced
73:d38941471f1c 76:cb32bcc88bad
       
     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 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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          hapticsclienttest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x101FB3E7
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 // Sources required by the test suite
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  hapticsclienttest_main.cpp
       
    31 SOURCE                  hapticsclienttest.cpp
       
    32 
       
    33 USERINCLUDE             ../inc
       
    34 
       
    35 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    36 OS_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 LIBRARY                 euser.lib
       
    39 LIBRARY         		stiftestinterface.lib
       
    40 LIBRARY                 hwrmhapticsclient.lib
       
    41 
       
    42 LANG            SC
       
    43 
       
    44 EPOCALLOWDLLDATA
       
    45 
       
    46 /*
       
    47 START WINS      
       
    48 ?wins_specific_information
       
    49 END
       
    50 
       
    51 START MARM
       
    52 ?marm_specific_information
       
    53 END
       
    54 */
       
    55 // Other possible keywords:
       
    56  
       
    57 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    58 /*
       
    59 START BITMAP ?target
       
    60 TARGETPATH   ?emulated_path_on_target_machine
       
    61 HEADER
       
    62 SOURCE       ?color_depth ?source_bitmap
       
    63 END
       
    64 */
       
    65 // DEFFILE ?filename
       
    66 // AIF ?filename
       
    67 
       
    68 SMPSAFE
       
    69 
       
    70 // End of File