diff -r 000000000000 -r 4e1aa6a622a0 dosservices/dosserver/group/dosserverdll.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dosservices/dosserver/group/dosserverdll.mmp Tue Feb 02 00:53:00 2010 +0200 @@ -0,0 +1,79 @@ +/* +* 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: +* +*/ + + +#include + +TARGET dossrv.dll +TARGETTYPE DLL +UID 0x1000008D 0x10205051 +VENDORID VID_DEFAULT + +CAPABILITY CAP_GENERAL_DLL NetworkControl + + +#if defined( ARMCC ) + deffile ../eabi/startup_flag/dossrv.DEF +#elif defined( WINSCW ) + deffile ../bwins/startup_flag/dossrv.DEF +#endif + +LANG SC +SOURCEPATH ../src +USERINCLUDE ../inc + +// Temporary exceptional solution +OS_LAYER_SYSTEMINCLUDE + +SOURCE dosserver.cpp +SOURCE dossession.cpp +SOURCE doseventmanagerbase.cpp +SOURCE doseventmanager.cpp +SOURCE dosasyncexecbase.cpp +SOURCE dosevent.cpp +SOURCE doswaitingevent.cpp +SOURCE dosservice.cpp + +//Service modules + +SOURCE doseventrcvservice.cpp +SOURCE doseventsndservice.cpp +SOURCE dosextensionbase.cpp + +SOURCE dosshareddatabase.cpp +SOURCE shareddatafilesystemnotifier.cpp + +source sae.cpp +source saepubsubnotifier.cpp +source saeetelobserver.cpp +source saegprsavailabilityobs.cpp + +source SaeSignalStrengthObserver.cpp +source SaeThread.cpp + +LIBRARY euser.lib +LIBRARY efsrv.lib +LIBRARY bluetooth.lib // BT type definitions + +library etel.lib +library etelmm.lib +library etelpckt.lib + +MACRO API_TRACE_FLAG +MACRO COMPONENT_TRACE_FLAG + +SMPSAFE