voiceui/vcommand/group/vcommand.mmp
changeset 13 57b735022c18
parent 1 b13cd05eeb2f
equal deleted inserted replaced
1:b13cd05eeb2f 13:57b735022c18
     1 /*
       
     2 * Copyright (c) 2002 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:  Project specification file for Voice Commands UI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET  vcommand.exe
       
    23 EPOCSTACKSIZE 0x5000
       
    24 TARGETTYPE  exe
       
    25 UID  0x100039CE 0x101F8555
       
    26 
       
    27 VENDORID    VID_DEFAULT
       
    28 
       
    29 SOURCEPATH ../src
       
    30 SOURCE   vcapp.cpp
       
    31 SOURCE   vcdocument.cpp
       
    32 SOURCE   vcappui.cpp
       
    33 SOURCE   vcgenericview.cpp
       
    34 SOURCE   vcgenericcontainer.cpp
       
    35 SOURCE   vcfolderview.cpp
       
    36 SOURCE   vcsettingsengine.cpp
       
    37 SOURCE	 vcsettingsview.cpp
       
    38 SOURCE	 vcsettingscontainer.cpp
       
    39 SOURCE	 vcsettingslist.cpp
       
    40 SOURCE	 vctonereader.cpp
       
    41 SOURCE	 vcplaybackdialog.cpp
       
    42 SOURCE	 vcmodel.cpp
       
    43 SOURCE	 vcommanduientry.cpp
       
    44 SOURCE	 vcommanduientryarray.cpp
       
    45 SOURCE	 vctextquerydialog.cpp
       
    46 SOURCE	 vcdoublelargestylelistbox.cpp
       
    47 SOURCE	 uiarraysgenerator.cpp
       
    48 
       
    49 USERINCLUDE  ../rubydebug
       
    50 USERINCLUDE  ../inc
       
    51 USERINCLUDE  ../../group
       
    52 
       
    53 
       
    54 // This is a SYSTEMINCLUDE macro containing the applications
       
    55 // layer specific include directories
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 SYSTEMINCLUDE .
       
    59 SYSTEMINCLUDE /epoc32/include/mmf/common
       
    60 
       
    61 START RESOURCE ../data/vcommand.rss
       
    62 HEADER
       
    63 TARGETPATH APP_RESOURCE_DIR
       
    64 LANGUAGE_IDS
       
    65 END  // RESOURCE
       
    66 
       
    67 START RESOURCE ../data/vcommand_reg.rss
       
    68 DEPENDS vcommand.rsg
       
    69 // Do not change the UID below.
       
    70 TARGETPATH /private/10003a3f/apps
       
    71 END
       
    72 
       
    73 CAPABILITY  CAP_APPLICATION MultimediaDD
       
    74 
       
    75 LIBRARY euser.lib
       
    76 LIBRARY apparc.lib
       
    77 LIBRARY cone.lib
       
    78 LIBRARY eikcore.lib
       
    79 LIBRARY eikcoctl.lib
       
    80 LIBRARY avkon.lib
       
    81 LIBRARY eikctl.lib      // for progressbar
       
    82 LIBRARY eikdlg.lib      // for dialogs
       
    83 LIBRARY sysutil.lib     // disk space checking
       
    84 LIBRARY bafl.lib
       
    85 LIBRARY egul.lib        // DrawUtils
       
    86 LIBRARY hlplch.lib      // for Help launcher
       
    87 LIBRARY profileeng.lib
       
    88 LIBRARY estor.lib
       
    89 LIBRARY commonengine.lib
       
    90 LIBRARY efsrv.lib 
       
    91 LIBRARY featmgr.lib
       
    92 LIBRARY aknskins.lib
       
    93 LIBRARY apgrfx.lib
       
    94 LIBRARY mediaclientaudio.lib
       
    95 LIBRARY ws32.lib
       
    96 LIBRARY nssvasapi.lib
       
    97 LIBRARY vcommandhandler.lib
       
    98 LIBRARY centralrepository.lib
       
    99 
       
   100 
       
   101 START WINS      
       
   102 // wins_specific_information
       
   103 END
       
   104 
       
   105 START MARM
       
   106 // marm_specific_information
       
   107 END
       
   108 
       
   109 // End of File