syncmlfw/syncmlnotifier/appserver/SyncMLNotifierAppserver.mmp
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     1 /*
       
     2 * Copyright (c) 2005 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:  This is project specification file for appserver for 
       
    15 *                 the BTNotif Ecom Plugins.
       
    16 *
       
    17 */
       
    18 
       
    19 #include  <platform_paths.hrh>
       
    20 
       
    21 TARGET          SyncMLNotifierAppServer.exe
       
    22 
       
    23 EPOCSTACKSIZE   0x5000
       
    24 TARGETTYPE      exe
       
    25 UID             0x100039ce 0x102072bf
       
    26 
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 CAPABILITY      CAP_APPLICATION // define cap needed by your notifier here
       
    30 
       
    31 SOURCEPATH      .
       
    32 SOURCE          SyncMLNotifierServerApplication.cpp
       
    33 
       
    34 START RESOURCE ./syncmlnotifierappserver_reg.rss
       
    35 // Do not change the UID below.
       
    36 TARGETPATH /private/10003a3f/apps
       
    37 LANGUAGE_IDS
       
    38 END
       
    39 
       
    40 USERINCLUDE     . ../inc
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY         euser.lib 
       
    44 LIBRARY         apparc.lib 
       
    45 LIBRARY         cone.lib 
       
    46 LIBRARY         eikcore.lib
       
    47 LIBRARY         avkon.lib 
       
    48 LIBRARY         aknnotifierwrapper.lib
       
    49 
       
    50 DEBUGLIBRARY    flogger.lib
       
    51 
       
    52 SMPSAFE