connectionutilities/ConnectionDialogs/group/CConnDlgPlugin.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 13:08:02 +0300
branchRCL_3
changeset 26 0a9e01492035
parent 0 5a93021fdf25
child 55 fc7b30ed2058
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
* Copyright (c) 2002 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 CConnDlgPlugin
*
*
*/


#include <data_caging_paths.hrh>
#include <platform_paths.hrh>


TARGET      CCONNDLGPLUGIN.DLL
TARGETTYPE  DLL 
TARGETPATH  /System/libs

UID         0x101FDFAE 0x10008D55 
CAPABILITY CAP_GENERAL_DLL 
VENDORID VID_DEFAULT

USERINCLUDE     ../cconndlg/inc ../data

// Component specific internal headers 
USERINCLUDE			../inc

// ADO specific internal headers 
SYSTEMINCLUDE		../../../inc

//Macro to /epoc32 headers
MW_LAYER_SYSTEMINCLUDE


START RESOURCE ../cconndlg/data/CConnDlgPlugin.rss
HEADER
TARGETPATH RESOURCE_FILES_DIR
LANGUAGE_IDS
END  // RESOURCE


SOURCEPATH  ../cconndlg/src
SOURCE  ConnDlgPlugin.cpp IAPDialog.cpp  AuthenticationDialog.cpp
SOURCE  ReconnectDialog.cpp NewIapDialog.cpp QosDialog.cpp
SOURCE  ActiveIapPlugin.cpp
SOURCE  ActiveBase.cpp
SOURCE  SelectConnectionDialog.cpp
SOURCE  ActiveSelectConnectionPlugin.cpp
SOURCE  SelectExplicitDialog.cpp
SOURCE  ActiveSelectExplicit.cpp
SOURCE  sortsnaputils.cpp

SOURCEPATH  ../src
SOURCE  ConnectionInfo.cpp ConnectionInfoKey.cpp ConnectionInfoArray.cpp ExpiryTimer.cpp
SOURCE  ActiveIAPListing.cpp
SOURCE  ConnectionDialogsNotifBase.cpp

LIBRARY euser.lib eikdlg.lib eiksrv.lib cone.lib commdb.lib eikcore.lib
LIBRARY eikcoctl.lib bafl.lib
LIBRARY avkon.lib
LIBRARY CommonEngine.lib
LIBRARY AknSkins.lib
LIBRARY Ecom.lib
LIBRARY centralrepository.lib 
LIBRARY FeatMgr.lib 
LIBRARY eiksrvui.lib
LIBRARY cmmanager.lib
LIBRARY mpm.lib
LIBRARY hlplch.lib
LIBRARY COMMSDAT.lib
LIBRARY cmmanagerdatabase.lib
LIBRARY	egul.lib


DEBUGLIBRARY flogger.lib
DEBUGLIBRARY efsrv.lib


#ifdef WINSCW
    DEFFILE ../cconndlg/BWinsCw/CConnDlgPlugin.DEF
#else
    DEFFILE ../cconndlg/EABI/CCONNDLGPLUGIN.DEF
#endif

// End of File