voiceui/voiceuivoicerecognition/group/vuivoicerecognition.mmp
branchRCL_3
changeset 19 e36f3802f733
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2006-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 "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:  MMP file for VoiceUiRecognition.exe
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          vuivoicerecognition.exe
       
    23 EPOCSTACKSIZE   0x5000
       
    24 TARGETTYPE      exe
       
    25 uid             0x100039CE 0x101F8543
       
    26 
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 CAPABILITY      CAP_APPLICATION MultiMediaDD PowerMgmt NetworkControl
       
    30 
       
    31 SOURCEPATH      ../data
       
    32 START RESOURCE  vuivoicerecognition.rss
       
    33 HEADER
       
    34 TARGETPATH      APP_RESOURCE_DIR
       
    35 LANGUAGE_IDS
       
    36 END
       
    37 
       
    38 
       
    39 START RESOURCE  vuivoicerecognition_reg.rss
       
    40 DEPENDS vuivoicerecognition.rsg
       
    41 TARGETPATH      /private/10003a3f/apps
       
    42 END
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 SOURCE          vuicapp.cpp
       
    46 SOURCE          vuicdocument.cpp
       
    47 SOURCE          vuicappui.cpp
       
    48 SOURCE          vuicvoicerecogdialogimpl.cpp
       
    49 SOURCE          vuicglobalprogressdialog.cpp
       
    50 SOURCE          vuictoneplayer.cpp
       
    51 SOURCE          vuicnbestlistdialog.cpp
       
    52 SOURCE          vuicpropertyhandler.cpp
       
    53 SOURCE          vuictutorialmessagedialog.cpp
       
    54 SOURCE          vuictutorial.cpp
       
    55 SOURCE          vuicglobalnote.cpp
       
    56 SOURCE          vuicstate.cpp
       
    57 SOURCE          vuicprecheckstate.cpp
       
    58 SOURCE          vuiccontextcheckstate.cpp
       
    59 SOURCE          vuicverificationtrainingstate.cpp
       
    60 SOURCE          vuicinitstate.cpp
       
    61 SOURCE          vuicrecordstate.cpp
       
    62 SOURCE          vuicresultsstate.cpp
       
    63 SOURCE          vuiccontactresultsstate.cpp
       
    64 SOURCE          vuicverificationinitstate.cpp
       
    65 SOURCE          vuicverificationstate.cpp
       
    66 SOURCE          vuicplaystate.cpp
       
    67 SOURCE          vuicadaptstate.cpp
       
    68 SOURCE          vuicexecutestate.cpp
       
    69 SOURCE          vuictutorialstate.cpp
       
    70 SOURCE          vuicabortstate.cpp
       
    71 SOURCE          vuicerrorstate.cpp
       
    72 SOURCE          vuicexitstate.cpp
       
    73 SOURCE          vuicuimodel.cpp
       
    74 SOURCE          vuicdatastorage.cpp
       
    75 SOURCE          vuicttsplayer.cpp
       
    76 SOURCE          vuiclistquerydialog.cpp
       
    77 SOURCE          vuicverificationdialog.cpp
       
    78 SOURCE          vuicmessagequerydialog.cpp
       
    79 SOURCE          vuiccalldetector.cpp
       
    80 SOURCE          vuickeygrabber.cpp
       
    81 SOURCE          vuicfoldobserver.cpp
       
    82 SOURCE          vuicnotificationobserver.cpp
       
    83 
       
    84 USERINCLUDE     ../inc
       
    85 USERINCLUDE     ../../group
       
    86 USERINCLUDE     ../../rubydebug
       
    87 
       
    88 // This is a SYSTEMINCLUDE macro containing the applications
       
    89 // layer specific include directories
       
    90 APP_LAYER_SYSTEMINCLUDE
       
    91  
       
    92 SYSTEMINCLUDE   /epoc32/include/mmf/common 
       
    93 SYSTEMINCLUDE   /epoc32/include/remcon
       
    94 
       
    95 #if defined(ARMCC)
       
    96 deffile ../eabi/voiceuivoicerecognitiona.def
       
    97 #elif defined( WINSCW )
       
    98 deffile ../bwinscw/voiceuivoicerecognitiona.def
       
    99 #elif defined( WINS )
       
   100 deffile ../BWINS/VoiceUiVoiceRecognitionA.DEF
       
   101 #else
       
   102 deffile ../BMARM/VoiceUiVoiceRecognitionA.DEF
       
   103 #endif
       
   104 
       
   105 LIBRARY         apparc.lib
       
   106 LIBRARY         euser.lib
       
   107 LIBRARY         cone.lib   
       
   108 LIBRARY         commonengine.lib
       
   109 LIBRARY         aknnotify.lib
       
   110 LIBRARY         apgrfx.lib
       
   111 
       
   112 LIBRARY         remconextensionapi.lib
       
   113 LIBRARY         remconinterfacebase.lib
       
   114 LIBRARY         remconcoreapi.lib
       
   115 
       
   116 LIBRARY         avkon.lib
       
   117 LIBRARY         eikcoctl.lib
       
   118 LIBRARY         eikdlg.lib
       
   119 LIBRARY         eikcore.lib
       
   120 LIBRARY         eikcdlg.lib
       
   121 LIBRARY         eikctl.lib 
       
   122 LIBRARY         aknicon.lib
       
   123 LIBRARY         efsrv.lib
       
   124 LIBRARY         mediaclientaudio.lib
       
   125 
       
   126 LIBRARY         nssvasapi.lib
       
   127 LIBRARY         featmgr.lib
       
   128 LIBRARY         aknskins.lib
       
   129 LIBRARY         egul.lib
       
   130 LIBRARY         bafl.lib
       
   131 LIBRARY         nssttsutility.lib
       
   132 LIBRARY         nssttscommon.lib
       
   133 LIBRARY         cdlengine.lib
       
   134 LIBRARY         centralrepository.lib
       
   135 LIBRARY         ws32.lib
       
   136 LIBRARY         ccaclient.lib
       
   137 LIBRARY         estor.lib
       
   138 LIBRARY         etel3rdparty.lib
       
   139 
       
   140 LIBRARY         VPbkEng.lib
       
   141 LIBRARY         ecom.lib 
       
   142 LIBRARY         accpolicy.lib
       
   143 LIBRARY         accclient.lib
       
   144