os/ossrv/lowlevellibsandfws/pluginfw/Framework/MMPFiles/ECom.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // ecom.dll Plug-in server framework client dll
    15 // When macro defined trace messages are compiled in and sent to RDebug
    16 // This line must always be commented before submitting to the MCL. See EComDebug.h
    17 // MACRO ECOM_TRACE
    18 // 
    19 //
    20 
    21 /**
    22  @file
    23 */
    24 
    25 //This macro is used to configure out classes that are shared by the client and server
    26 //example CEComEntry
    27 MACRO ECOM_CLIENT
    28 
    29 TARGET ecom.dll
    30 CAPABILITY All -Tcb
    31 TARGETTYPE dll
    32 
    33 // Dynamic Dll UID followed by the unique UID for this dll
    34 UID 0x1000008D 0x10009D8E
    35 VENDORID 0x70000001
    36 
    37 SOURCEPATH	../../Framework/frame
    38 
    39 // Client side
    40 SOURCE		EComSession.cpp ImplementationInformation.cpp
    41 SOURCE		UnloadPolicy.cpp LoadManager.cpp
    42 SOURCE		EComEntry.cpp TlsData.cpp
    43 
    44 USERINCLUDE ../../Framework/inc ../../Test_Bed/inc
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    46 
    47 LIBRARY euser.lib estor.lib efsrv.lib 
    48 LIBRARY ecompatchdata.lib
    49 
    50 DEFFILE ECom.def
    51 
    52 SMPSAFE