ccservices/cmsservices/cmsengine/tsrc/contactcreator2/Server/group/creatorserver2.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
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                          creatorserver2.exe
       
    22 TARGETTYPE                      exe
       
    23 UID                             0 0x228512DA
       
    24 CAPABILITY                      ALL -TCB           
       
    25 VENDORID                        VID_DEFAULT
       
    26 
       
    27 START RESOURCE                  ../data/creatorserver.rss
       
    28 HEADER
       
    29 TARGETPATH                      resource/creatorserver
       
    30 END 
       
    31 
       
    32 SOURCEPATH                      ../src
       
    33 SOURCE                          creatorserver2.cpp
       
    34 SOURCE                          creatorservermain2.cpp
       
    35 SOURCE                          cmstestercontactcreator2.cpp
       
    36 
       
    37 USERINCLUDE                     ../inc
       
    38 USERINCLUDE                     ../../inc
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY                         bafl.lib
       
    43 LIBRARY                         estor.lib
       
    44 LIBRARY                         efsrv.lib
       
    45 LIBRARY             	        euser.lib
       
    46 LIBRARY		                    vpbkeng.lib
       
    47 LIBRARY		                    flogger.lib
       
    48 LIBRARY                         CommonEngine.lib
       
    49 
       
    50 //spsettings
       
    51 LIBRARY					        serviceprovidersettings.lib
       
    52 
       
    53 MACRO _IMPP_SUPPORTED
       
    54 // MACRO _MASS_TEST
       
    55 
       
    56 EPOCSTACKSIZE                   0xFA00
       
    57 
       
    58