convergedcallengine/serviceselector/group/serviceselector.mmp
changeset 51 12bc758d6a02
parent 48 78df25012fda
child 53 25b8d29b7c59
equal deleted inserted replaced
48:78df25012fda 51:12bc758d6a02
     1 /*
       
     2 * Copyright (c) 2008 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 Service Selector dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          serviceselector.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008d 0x20019532    
       
    25 VENDORID        VID_DEFAULT
       
    26 VERSION         10.0
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 SOURCE          cconvergedserviceselector.cpp
       
    32 SOURCE          cssconnectionhandler.cpp
       
    33 SOURCE          cssuiutilities.cpp
       
    34 SOURCE          cssserviceutilities.cpp
       
    35 SOURCE          cssservicehandlergsm.cpp
       
    36 SOURCE          cssservicehandlervoice.cpp
       
    37 SOURCE          cssservicehandlervoip.cpp
       
    38 SOURCE          csslistquerydialog.cpp 
       
    39 SOURCE          csssettingshandler.cpp
       
    40 SOURCE          cssnotedialog.cpp
       
    41 SOURCE          cssbshandler.cpp
       
    42 SOURCE          cssiconfileprovider.cpp
       
    43 
       
    44 USERINCLUDE     ../inc
       
    45 USERINCLUDE     ../srcdata
       
    46 USERINCLUDE     ../loc
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE         // MW layer includes
       
    49 
       
    50 LANG            SC
       
    51 SOURCEPATH      ../srcdata
       
    52        
       
    53 START RESOURCE  serviceselector.rss
       
    54 TARGETPATH      RESOURCE_FILES_DIR
       
    55 HEADER
       
    56 LANGUAGE_IDS
       
    57 END
       
    58 
       
    59 LIBRARY     euser.lib
       
    60 LIBRARY     featmgr.lib // Feature manager. 
       
    61 LIBRARY     flogger.lib // For logging.
       
    62 // <-- QT PHONE START -->
       
    63 //LIBRARY     cch.lib // Converged connection handler client API
       
    64 // <-- QT PHONE END -->
       
    65 LIBRARY     serviceprovidersettings.lib // For service settings
       
    66 LIBRARY     avkon.lib // For UI queries
       
    67 LIBRARY     eikdlg.lib // For UI queries
       
    68 LIBRARY     eikctl.lib // For UI queries
       
    69 LIBRARY     cone.lib
       
    70 LIBRARY     eikcoctl.lib // menu bar
       
    71 LIBRARY     eikcore.lib
       
    72 LIBRARY     bafl.lib // For CDesArrays
       
    73 LIBRARY     commonengine.lib // For stringloader
       
    74 LIBRARY     aknicon.lib
       
    75 LIBRARY     egul.lib
       
    76 LIBRARY     bsclient.lib
       
    77 LIBRARY     aknskins.lib
       
    78 LIBRARY     efsrv.lib
       
    79 
       
    80 // End of file
       
    81