ccservices/cmsservices/cmsengine/Server/group/cmsserver.mmp
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
child 68 9da50d567e3c
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     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                          cmsserver.exe
       
    22 TARGETTYPE                      exe
       
    23 UID                             0 0x2000B164
       
    24 CAPABILITY                      ALL -TCB -NetworkServices -NetworkControl -AllFiles -Drm
       
    25 VENDORID                        VID_DEFAULT
       
    26 
       
    27 START RESOURCE                  ../data/cmsserver.rss
       
    28 HEADER
       
    29 TARGETPATH                      resource/cms
       
    30 END 
       
    31 
       
    32 SOURCEPATH                      ../src
       
    33 SOURCE                          cmsserver.cpp
       
    34 SOURCE                          cmsservermain.cpp
       
    35 SOURCE                          cmsserverutils.cpp
       
    36 SOURCE                          cmsnotifyevent.cpp
       
    37 SOURCE                          cmsserversession.cpp
       
    38 SOURCE                          cmsservercontact.cpp
       
    39 SOURCE                          cmsphonebookproxy.cpp
       
    40 SOURCE                          cmsserverasynccontact.cpp
       
    41 SOURCE                          cmsserverxspcontacthandler.cpp 
       
    42 SOURCE							cmsfindlinkedcontact.cpp 
       
    43 SOURCE                          cmssetvoicecalldefault.cpp 
       
    44 
       
    45 USERINCLUDE                     ../inc
       
    46 USERINCLUDE                     ../../inc
       
    47 USERINCLUDE                     ../../../inc
       
    48 USERINCLUDE                     ../../../bpas/inc
       
    49 USERINCLUDE                     ../../../presencetrafficlights/inc
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY                         bpas.lib
       
    54 LIBRARY                         ecom.lib
       
    55 LIBRARY                         bafl.lib
       
    56 LIBRARY                         estor.lib
       
    57 LIBRARY                         efsrv.lib
       
    58 LIBRARY             	        euser.lib
       
    59 LIBRARY                         fbscli.lib
       
    60 LIBRARY                         FeatMgr.lib
       
    61 LIBRARY							vpbkeng.lib
       
    62 LIBRARY							CommonEngine.lib
       
    63 LIBRARY                         presencecacheutils.lib
       
    64 LIBRARY                         presencecacheclient2.lib
       
    65 LIBRARY                         Pbk2Presentation.lib // nameformatter
       
    66 LIBRARY					        serviceprovidersettings.lib
       
    67 LIBRARY                         presencetrafficlights.lib
       
    68 
       
    69 LIBRARY	 rcse.lib
       
    70 
       
    71 // For debug libraries
       
    72 DEBUGLIBRARY                    flogger.lib
       
    73 
       
    74 // XspId support in Phonebook
       
    75 MACRO _IMPP_SUPPORTED
       
    76 
       
    77 EPOCSTACKSIZE                   0xFA00
       
    78 
       
    79