diff -r 78df25012fda -r 12bc758d6a02 convergedcallengine/serviceselector/group/serviceselector.mmp --- a/convergedcallengine/serviceselector/group/serviceselector.mmp Fri Sep 17 17:09:13 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* -* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: Project specification file for Service Selector dll -* -*/ - - -#include -#include - -TARGET serviceselector.dll -TARGETTYPE dll -UID 0x1000008d 0x20019532 -VENDORID VID_DEFAULT -VERSION 10.0 -CAPABILITY CAP_GENERAL_DLL - -SOURCEPATH ../src - -SOURCE cconvergedserviceselector.cpp -SOURCE cssconnectionhandler.cpp -SOURCE cssuiutilities.cpp -SOURCE cssserviceutilities.cpp -SOURCE cssservicehandlergsm.cpp -SOURCE cssservicehandlervoice.cpp -SOURCE cssservicehandlervoip.cpp -SOURCE csslistquerydialog.cpp -SOURCE csssettingshandler.cpp -SOURCE cssnotedialog.cpp -SOURCE cssbshandler.cpp -SOURCE cssiconfileprovider.cpp - -USERINCLUDE ../inc -USERINCLUDE ../srcdata -USERINCLUDE ../loc - -MW_LAYER_SYSTEMINCLUDE // MW layer includes - -LANG SC -SOURCEPATH ../srcdata - -START RESOURCE serviceselector.rss -TARGETPATH RESOURCE_FILES_DIR -HEADER -LANGUAGE_IDS -END - -LIBRARY euser.lib -LIBRARY featmgr.lib // Feature manager. -LIBRARY flogger.lib // For logging. -// <-- QT PHONE START --> -//LIBRARY cch.lib // Converged connection handler client API -// <-- QT PHONE END --> -LIBRARY serviceprovidersettings.lib // For service settings -LIBRARY avkon.lib // For UI queries -LIBRARY eikdlg.lib // For UI queries -LIBRARY eikctl.lib // For UI queries -LIBRARY cone.lib -LIBRARY eikcoctl.lib // menu bar -LIBRARY eikcore.lib -LIBRARY bafl.lib // For CDesArrays -LIBRARY commonengine.lib // For stringloader -LIBRARY aknicon.lib -LIBRARY egul.lib -LIBRARY bsclient.lib -LIBRARY aknskins.lib -LIBRARY efsrv.lib - -// End of file -