hwrmhaptics/examples/hapticstestapp/group/hapticstest.mmp
changeset 76 cb32bcc88bad
equal deleted inserted replaced
73:d38941471f1c 76:cb32bcc88bad
       
     1 /*
       
     2 * Copyright (c) 2007 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:  MMP-file for the hapticstest application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 CAPABILITY ReadDeviceData
       
    22 
       
    23 VENDORID        VID_DEFAULT
       
    24 
       
    25 
       
    26 #ifdef __UI_FRAMEWORKS_V2__
       
    27 TARGETPATH  /sys/bin
       
    28 #if defined(EKA2) || !defined(WINS)
       
    29 TARGET          hapticstest.exe
       
    30 TARGETTYPE exe
       
    31 #else // EKA1 WINS
       
    32 TARGET          hapticstest.app
       
    33 TARGETTYPE exedll
       
    34 deffile /epoc32/release/wins/hapticstest.def
       
    35 #endif
       
    36 #else // __UI_FRAMEWORKS_V2__
       
    37 TARGET          hapticstest.app
       
    38 TARGETPATH      /system/apps/hapticstest
       
    39 TARGETTYPE app
       
    40 #endif
       
    41 
       
    42 UID               0x100039CE 0x0AD0595A
       
    43 
       
    44 LANG              SC
       
    45 
       
    46 SOURCEPATH        ../src
       
    47 SOURCE            hapticstest.cpp
       
    48 SOURCE            hapticstestapplication.cpp 
       
    49 SOURCE            hapticstestappview.cpp
       
    50 SOURCE            hapticstestappUi.cpp
       
    51 SOURCE            hapticstestdocument.cpp 
       
    52 SOURCE            hapticstesteffectdatahandler.cpp
       
    53 SOURCE            hapticstestasyncplaysender.cpp
       
    54 
       
    55 SOURCEPATH        ../group
       
    56 
       
    57 
       
    58 USERINCLUDE       ../inc
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY           euser.lib
       
    62 LIBRARY           apparc.lib
       
    63 LIBRARY           cone.lib 
       
    64 LIBRARY           eikcore.lib  
       
    65 LIBRARY           avkon.lib  
       
    66 LIBRARY           eikcoctl.lib
       
    67 LIBRARY           eikctl.lib
       
    68 LIBRARY           etext.lib
       
    69 LIBRARY           ws32.lib
       
    70 LIBRARY           gdi.lib
       
    71 LIBRARY           egul.lib
       
    72 LIBRARY           efsrv.lib
       
    73 LIBRARY           hwrmhapticsclient.lib
       
    74 LIBRARY           charconv.lib // CnvUtfConverter
       
    75 
       
    76 
       
    77 #ifdef __UI_FRAMEWORKS_V2__
       
    78 START RESOURCE  hapticstest.RSS
       
    79 HEADER
       
    80 targetpath  /resource/apps
       
    81 lang        sc
       
    82 end
       
    83 #else
       
    84 RESOURCE        hapticstest.RSS 
       
    85 #endif
       
    86 
       
    87 #ifdef __UI_FRAMEWORKS_V2__
       
    88 sourcepath      .
       
    89 START RESOURCE  hapticstest_reg.rss
       
    90 TARGETPATH  /private/10003a3f/import/apps
       
    91 END
       
    92    
       
    93 start resource hapticstest_loc.RSS
       
    94 targetpath /resource/apps
       
    95 lang sc
       
    96 end
       
    97 #endif
       
    98 
       
    99 SMPSAFE
       
   100