mediator/group/MediatorClient.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project definition file for project MediatorClient.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          mediatorclient.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x10207448
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 
       
    27 SOURCEPATH      ../src/Client
       
    28 
       
    29 SOURCE          MediatorCommandInitiator.cpp
       
    30 SOURCE          MediatorCommandInitiatorBody.cpp
       
    31 SOURCE          MediatorCommandResponder.cpp
       
    32 SOURCE          MediatorCommandResponderBody.cpp
       
    33 SOURCE          MediatorEventProvider.cpp
       
    34 SOURCE          MediatorEventProviderBody.cpp
       
    35 SOURCE          MediatorEventConsumer.cpp
       
    36 SOURCE          MediatorEventConsumerBody.cpp
       
    37 SOURCE          MediatorNotifications.cpp
       
    38 SOURCE          MediatorNotificationsBody.cpp
       
    39 SOURCE          MediatorServerClient.cpp
       
    40 
       
    41 USERINCLUDE     ../inc/Client
       
    42 USERINCLUDE     ../inc/Common
       
    43 
       
    44 OS_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY	        estor.lib
       
    48 DEBUGLIBRARY    flogger.lib
       
    49 
       
    50 // End of File
       
    51 
       
    52 
       
    53 SMPSAFE