engines/vmbxengine/group/vmbxengine.mmp
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     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 "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
       
    15 *                voice mailbox number interface.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          vmbx.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008d 0x1000590F
       
    25 
       
    26 //We use default capabilities (from defaultcaps.hrh)
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 EPOCSTACKSIZE   0x5000
       
    30 
       
    31 LANG            SC
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 SOURCE          vmnumber.cpp
       
    36 SOURCE          vmdialog.cpp
       
    37 SOURCE          vmspshandler.cpp
       
    38 SOURCE          vmlist.cpp
       
    39 SOURCE          vmbshandler.cpp
       
    40 SOURCE          vmsettingsuiiconfileprovider.cpp
       
    41 
       
    42 START RESOURCE vmbx.rss
       
    43 TARGETPATH RESOURCE_FILES_DIR
       
    44 HEADER
       
    45 LANGUAGE_IDS
       
    46 END //RESOURCE
       
    47 
       
    48 USERINCLUDE     ../inc
       
    49 SYSTEMINCLUDE 	../../../inc
       
    50 
       
    51 // TEMPORARY DEFINITION FOR CONTACT FINDER HEADERS
       
    52 SYSTEMINCLUDE   ../../../../../app/phone/inc
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         cone.lib
       
    58 LIBRARY         CommonEngine.lib
       
    59 LIBRARY         etel.lib
       
    60 LIBRARY         etelmm.lib
       
    61 LIBRARY         avkon.lib
       
    62 LIBRARY         aknicon.lib
       
    63 LIBRARY         egul.lib
       
    64 LIBRARY         bsclient.lib
       
    65 LIBRARY         aknskins.lib
       
    66 LIBRARY         bafl.lib
       
    67 LIBRARY         eikdlg.lib
       
    68 LIBRARY         eikcoctl.lib
       
    69 LIBRARY         eikcore.lib
       
    70 LIBRARY         sssettings.lib
       
    71 LIBRARY         phonecntfinder.lib // Phonebook Single Fetch View
       
    72 LIBRARY         phoneclient.lib // emergency call
       
    73 LIBRARY         charconv.lib // CnvUtfConverter
       
    74 LIBRARY         featmgr.lib
       
    75 LIBRARY         efsrv.lib    
       
    76 
       
    77 LIBRARY         satclient.lib
       
    78 LIBRARY         centralrepository.lib
       
    79 LIBRARY         cenrepnotifhandler.lib
       
    80 LIBRARY         flogger.lib
       
    81 LIBRARY         serviceprovidersettings.lib
       
    82 
       
    83 // End of File