ccservices/cmsservices/cmsengine/Client/group/cmsclient.mmp
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 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: 
       
    15 *       
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET                  cmsclient.dll
       
    22 TARGETTYPE              dll
       
    23 UID                     0x1000008d 0x2000B165
       
    24 VENDORID                VID_DEFAULT
       
    25 CAPABILITY              CAP_CLIENT_DLL
       
    26 
       
    27 USERINCLUDE             ../../inc
       
    28 USERINCLUDE             ../inc
       
    29 USERINCLUDE             ../../../presencetrafficlights/inc   // presencetrafficlighticons.h
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                  cmscontact.cpp
       
    33 SOURCE                  cmssession.cpp
       
    34 SOURCE                  cmscontactbase.cpp
       
    35 SOURCE                  cmscontactfield.cpp
       
    36 SOURCE                  cmspresencedata.cpp
       
    37 SOURCE                  cmscontactfielditem.cpp
       
    38 SOURCE                  cmscontactfieldinfo.cpp
       
    39 SOURCE                  cmscontactnotifier.cpp
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY                 estor.lib
       
    44 LIBRARY             	efsrv.lib
       
    45 LIBRARY             	euser.lib
       
    46 LIBRARY             	bitgdi.lib
       
    47 LIBRARY                 fbscli.lib
       
    48 LIBRARY                 aknicon.lib
       
    49 LIBRARY                 bsclient.lib
       
    50 DEBUGLIBRARY            flogger.lib
       
    51 
       
    52 
       
    53 
       
    54 #if defined( ARMCC )
       
    55     DEFFILE ../eabi/ 
       
    56 #elif defined ( WINSCW )
       
    57     deffile ../bwinscw/ 
       
    58 #elif defined ( WINS )
       
    59     deffile ../bwins/ 
       
    60 #endif
       
    61