PECengine/PluginServer2/Group/PEngPlgClient2.mmp
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2004 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 Plugin Client project definition.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include "../../Group/PEngUIDs2.h"
       
    23 
       
    24 TARGET          PEngPlgClient2.dll
       
    25 TARGETTYPE      dll
       
    26 UID             KStaticInterfaceDllUid2 KPEngPluginClient2Uid3
       
    27 CAPABILITY      CAP_CLIENT_DLL
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 
       
    31 USERINCLUDE     ../ClntInc
       
    32 SOURCEPATH      ../ClntSrc
       
    33 SOURCE          PEngPluginClient.cpp
       
    34 SOURCE          RPEngPluginClient.cpp
       
    35 
       
    36 USERINCLUDE     ../SrvInc
       
    37 USERINCLUDE     ../../CoreUtilsLib2/Inc
       
    38 USERINCLUDE     ../../CoreUtilsLib2/SrvInc
       
    39 USERINCLUDE     ../../Group
       
    40 
       
    41 // Default system include paths for application layer modules.
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE   ../../IncPlugin
       
    44 //Relative system include for groupcommunications/inc
       
    45 SYSTEMINCLUDE   ../../../../inc
       
    46 
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         efsrv.lib
       
    50 LIBRARY         PEngCoreUtilsLib2.lib
       
    51 
       
    52 
       
    53 
       
    54 
       
    55 
       
    56 
       
    57 
       
    58 
       
    59 
       
    60 
       
    61 
       
    62 
       
    63 
       
    64 
       
    65 
       
    66 
       
    67 
       
    68 
       
    69 
       
    70 
       
    71 
       
    72 
       
    73 
       
    74 
       
    75