cellular/telephonysettings/group/phonesettings.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:33:29 +0300
changeset 50 2313cb430f28
parent 13 e32024264ebb
child 48 78df25012fda
permissions -rw-r--r--
Revision: 201035 Kit: 201037

/*
* Copyright (c) 2002-2005 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:  This is project specification file for the Phone Settings.
*
*
*/

#include <platform_paths.hrh>
#include "../logger/phonesettingsloggingconf.h"

// Capability assignment.
CAPABILITY CAP_GENERAL_DLL
VENDORID    VID_DEFAULT

TARGET    phonesettings.dll
TARGETTYPE dll
UID 0x1000008d 0x100058e3

SOURCEPATH ../src
SOURCE psetcallwaiting.cpp
SOURCE psetcontainer.cpp
SOURCE psetcallbarring.cpp
SOURCE psetcalldiverting.cpp
SOURCE psettelephony.cpp
SOURCE psetcli.cpp
SOURCE psetvariationproxy.cpp
SOURCE psetnetwork.cpp
SOURCE psetsaobserver.cpp
SOURCE psetcsp.cpp
SOURCE psetutility.cpp
SOURCE psetrefreshhandlerimpl.cpp
SOURCE psetcalldivertingbase.cpp
SOURCE psetsubscriberidcheck.cpp
SOURCE psetcalldivertingbasicimpl.cpp
SOURCE psetcalldivertingcreator.cpp
SOURCE psetcalldivertingdualaffectimpl.cpp

USERINCLUDE     ../inc
USERINCLUDE     ../logger
SYSTEMINCLUDE   ../../../inc

MW_LAYER_SYSTEMINCLUDE

LIBRARY euser.lib
LIBRARY etel.lib
LIBRARY etelmm.lib
LIBRARY customapi.lib
LIBRARY bafl.lib
LIBRARY sssettings.lib
LIBRARY featmgr.lib

LIBRARY centralrepository.lib
LIBRARY    flogger.lib      // logging

// End of File