phoneuis/vmbx/group/vm.mmp
branchRCL_3
changeset 25 5266b1f337bd
parent 0 5f000ab63145
equal deleted inserted replaced
24:41a7f70b3818 25:5266b1f337bd
       
     1 /*
       
     2 * Copyright (c) 2002-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 "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:  This is a project specification file for the voice mailbox application.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET          vm.exe
       
    22 TARGETTYPE      exe
       
    23 UID             0x100039CE 0x100058F5
       
    24 
       
    25 EPOCSTACKSIZE   0x5000
       
    26 
       
    27 VENDORID        VID_DEFAULT
       
    28 //We use default capabilities (from defaultcaps.hrh)
       
    29 CAPABILITY      CAP_APPLICATION NetworkControl
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 
       
    33 SOURCE          VmApp.cpp
       
    34 SOURCE          VmAppUi.cpp
       
    35 SOURCE          VmContainer.cpp
       
    36 SOURCE          VmDocument.cpp
       
    37                 
       
    38 SOURCE          VmQueryLauncher.cpp
       
    39 
       
    40 #ifdef __PROTOCOL_CDMA
       
    41     SOURCE          VmDetailsDialog_platsec.cpp
       
    42     SOURCE          VmDetDlgPropertyObserver.cpp
       
    43 #else
       
    44     SOURCE          VmDetailsDlgDummy.cpp
       
    45 #endif
       
    46 
       
    47 START RESOURCE vm.rss
       
    48 TARGETPATH APP_RESOURCE_DIR
       
    49 HEADER
       
    50 LANGUAGE_IDS
       
    51 END //RESOURCE
       
    52 
       
    53 START RESOURCE vm_reg.rss
       
    54 DEPENDS vm.rsg
       
    55 // Do not change the UID below.
       
    56 TARGETPATH /private/10003a3f/apps
       
    57 END
       
    58 
       
    59 USERINCLUDE     ../inc
       
    60 SYSTEMINCLUDE 	../../../inc
       
    61 
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 
       
    64 LIBRARY         hlplch.lib
       
    65 LIBRARY         FeatMgr.lib
       
    66 
       
    67 LIBRARY         vmbx.lib
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         apparc.lib
       
    70 LIBRARY         cone.lib
       
    71 LIBRARY         eikcore.lib
       
    72 LIBRARY         bafl.lib
       
    73 LIBRARY         eikcoctl.lib
       
    74 LIBRARY         avkon.lib
       
    75 LIBRARY         ws32.lib
       
    76 LIBRARY         numbergrouping.lib
       
    77 LIBRARY         aknnotify.lib
       
    78 LIBRARY         apgrfx.lib
       
    79 
       
    80 LIBRARY         commonengine.lib
       
    81 LIBRARY         aknskins.lib
       
    82 LIBRARY         aknicon.lib
       
    83 LIBRARY         egul.lib
       
    84 LIBRARY         CdlEngine.lib
       
    85 LIBRARY         centralrepository.lib
       
    86 LIBRARY         CenRepNotifHandler.lib
       
    87 LIBRARY         ServiceHandler.lib              //Application InterWorking
       
    88 LIBRARY         aiwdialdata.lib
       
    89 LIBRARY         serviceprovidersettings.lib
       
    90 
       
    91 #ifdef __PROTOCOL_CDMA
       
    92 LIBRARY         eikctl.lib
       
    93 LIBRARY         aknlayout.lib
       
    94 #endif
       
    95 
       
    96 LIBRARY         flogger.lib
       
    97 
       
    98 // End of File