convergedcallengine/serviceselector/group/serviceselector.mmp
changeset 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     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 
       
    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 LIBRARY     cch.lib // Converged connection handler client API
       
    63 LIBRARY     serviceprovidersettings.lib // For service settings
       
    64 LIBRARY     avkon.lib // For UI queries
       
    65 LIBRARY     eikdlg.lib // For UI queries
       
    66 LIBRARY	    eikctl.lib // For UI queries
       
    67 LIBRARY	    cone.lib
       
    68 LIBRARY     eikcoctl.lib // menu bar
       
    69 LIBRARY	    eikcore.lib
       
    70 LIBRARY	    bafl.lib // For CDesArrays
       
    71 LIBRARY	    commonengine.lib // For stringloader
       
    72 LIBRARY     aknicon.lib
       
    73 LIBRARY     egul.lib
       
    74 LIBRARY     bsclient.lib
       
    75 LIBRARY     aknskins.lib
       
    76 LIBRARY     efsrv.lib
       
    77 
       
    78 // End of file
       
    79