sl@0: // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // ecom.dll Plug-in server framework client dll sl@0: // When macro defined trace messages are compiled in and sent to RDebug sl@0: // This line must always be commented before submitting to the MCL. See EComDebug.h sl@0: // MACRO ECOM_TRACE sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: //This macro is used to configure out classes that are shared by the client and server sl@0: //example CEComEntry sl@0: MACRO ECOM_CLIENT sl@0: sl@0: TARGET ecom.dll sl@0: CAPABILITY All -Tcb sl@0: TARGETTYPE dll sl@0: sl@0: // Dynamic Dll UID followed by the unique UID for this dll sl@0: UID 0x1000008D 0x10009D8E sl@0: VENDORID 0x70000001 sl@0: sl@0: SOURCEPATH ../../Framework/frame sl@0: sl@0: // Client side sl@0: SOURCE EComSession.cpp ImplementationInformation.cpp sl@0: SOURCE UnloadPolicy.cpp LoadManager.cpp sl@0: SOURCE EComEntry.cpp TlsData.cpp sl@0: sl@0: USERINCLUDE ../../Framework/inc ../../Test_Bed/inc sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: LIBRARY euser.lib estor.lib efsrv.lib sl@0: LIBRARY ecompatchdata.lib sl@0: sl@0: DEFFILE ECom.def sl@0: sl@0: SMPSAFE