syncmlfw/syncmlnotifier/ecom/SyncMLNotifierWrapper.mmp
branchRCL_3
changeset 26 19bba8228ff0
parent 0 b497e44ab2fc
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     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 the SyncMLNotifier
       
    15 *                 Ecom Plugins.
       
    16 *
       
    17 */
       
    18 
       
    19 #include  <platform_paths.hrh>
       
    20 
       
    21 TARGET          syncmlnotifierwrapper.dll
       
    22 CAPABILITY      CAP_ECOM_PLUGIN
       
    23 TARGETTYPE      PLUGIN 
       
    24 
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 UID             0x10009D8D 0x101F876A
       
    28 
       
    29 SOURCEPATH      .
       
    30 USERINCLUDE     .
       
    31 USERINCLUDE     ../inc
       
    32 
       
    33 // Default system include paths for app layer modules.
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 SYSTEMINCLUDE   /epoc32/include/ecom
       
    36 
       
    37 
       
    38 SOURCE          SyncMLNotifierWrapper.cpp 
       
    39 
       
    40 START RESOURCE  101F876A.rss 
       
    41     TARGET syncmlnotifierwrapper.rsc
       
    42     LANGUAGE_IDS
       
    43 END
       
    44 
       
    45 LIBRARY         ecom.lib
       
    46 LIBRARY         aknnotifierwrapper.lib
       
    47 LIBRARY         euser.lib
       
    48 
       
    49 DEBUGLIBRARY    flogger.lib
       
    50 SMPSAFE