omadm/omadmextensions/adapters/syncmlds/bld/nsmldssettingsadapter.mmp
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     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:    DS-settings 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "defaultcaps.hrh"
       
    22 #include  <platform_paths.hrh>
       
    23 
       
    24 
       
    25 TARGET          nsmldssettingsadapter.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D 0x101F6DE7
       
    28 VENDORID        VID_DEFAULT
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 
       
    31 
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 USERINCLUDE     ../inc ../../inc
       
    37 
       
    38 SOURCE          NSmlDsSettingsAdapter.cpp
       
    39 
       
    40 
       
    41 START RESOURCE  nsmldssettingsadapter.rss
       
    42 LANGUAGE_IDS
       
    43 END
       
    44 
       
    45 
       
    46 LIBRARY         euser.lib ecom.lib charconv.lib commdb.lib nsmldebug.lib 
       
    47 LIBRARY         nsmldmiapmatcher.lib
       
    48 LIBRARY			bafl.lib
       
    49 LIBRARY         syncmlclientapi.lib
       
    50 LIBRARY         nsmltransporthandler.lib
       
    51 
       
    52 
       
    53 SMPSAFE
       
    54 // End of File