PECengine/PresenceServer2/Group/PEngClient2.mmp
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Presence Client of the Presence Server
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "../../Group/PEngUIDs2.h"
       
    22 
       
    23 // DLL client
       
    24 TARGET          PEngClient2.dll
       
    25 TARGETTYPE      DLL
       
    26 UID             KStaticInterfaceDllUid2 KPEngTransactionClient2Uid3
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      CAP_CLIENT_DLL
       
    29 
       
    30 
       
    31 // source files of the client
       
    32 SOURCEPATH      ../ClientSrc
       
    33 SOURCE          RPEngManagerClient.cpp
       
    34 SOURCE          RPEngSessionHolder.cpp
       
    35 SOURCE          RPEngTransferClient.cpp
       
    36 
       
    37 
       
    38 
       
    39 // Presence Engine includes
       
    40 USERINCLUDE         ../ClientInc
       
    41 USERINCLUDE         ../ServerInc
       
    42 USERINCLUDE         ../../CoreUtilsLib2/Inc
       
    43 USERINCLUDE         ../../CoreUtilsLib2/SrvInc
       
    44 USERINCLUDE         ../../IncApi
       
    45 USERINCLUDE     ../../IncPresenceModel
       
    46 USERINCLUDE         ../../Group
       
    47 
       
    48 
       
    49 
       
    50 // Default system include paths for application layer modules.
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 //Relative system include for groupcommunications/inc
       
    53 SYSTEMINCLUDE       ../../../inc
       
    54 
       
    55 
       
    56 
       
    57 // Symbian dependences
       
    58 LIBRARY         euser.lib       // User classes
       
    59 
       
    60 // Presence Engine dependences
       
    61 LIBRARY         PEngCoreUtilsLib2.lib   // General PEC Engine utils