diff -r 3dcb815346df -r 4096754ee773 localconnectivityservice/dun/client/group/dunclient.mmp --- a/localconnectivityservice/dun/client/group/dunclient.mmp Thu Aug 19 10:46:39 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +0,0 @@ -/* -* Copyright (c) 2006-2007 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 definition file for project DUN client -* -*/ - - -#include -#include - -TARGET dunclient.dll -TARGETTYPE PLUGIN -UID 0x10009D8D 0x20002775 - -CAPABILITY CAP_ECOM_PLUGIN -VENDORID VID_DEFAULT - -SOURCEPATH ../src -SOURCE dunplugin.cpp -SOURCE dunactive.cpp -SOURCE dunclient.cpp -SOURCE proxy.cpp - -START RESOURCE 0x20002775.rss -TARGET dunclient.rsc -END // RESOURCE - -USERINCLUDE ../inc ../../utils/inc - -MW_LAYER_SYSTEMINCLUDE - -// Note: -// The only other SYSTEMINCLUDE should you shall add are Symbian specific ones. -// If there is a S60 header in the subdirectory then that should be -// added into the include statements (like #include ) -//SYSTEMINCLUDE /epoc32/include/ecom -SYSTEMINCLUDE ../../../inc ../../../../inc /epoc32/include/ecom - -LIBRARY euser.lib -LIBRARY ecom.lib -DEBUGLIBRARY flogger.lib