ccservices/cmsservices/cmsengine/tsrc/contactcreator/Server/group/creatorserver.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                          creatorserver.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
       
    30 END 
       
    31 
       
    32 SOURCEPATH                      ../src
       
    33 SOURCE                          creatorserver.cpp
       
    34 SOURCE                          creatorservermain.cpp
       
    35 SOURCE                          cmstestercontactcreator.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         				cntmodel.lib
       
    49 LIBRARY                         CommonEngine.lib
       
    50 LIBRARY					        serviceprovidersettings.lib
       
    51 
       
    52 
       
    53 EPOCSTACKSIZE                   0xFA00
       
    54 
       
    55