contentctrl_plat/ds_contact_adapter_customization_api/tsrc/DummyAdapter/group/nsmldummydataprovider.mmp
changeset 50 00439341df81
equal deleted inserted replaced
46:38e18a8b16c7 50:00439341df81
       
     1 /*
       
     2 * Copyright (c) 2009 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:  mmp file for DS Dummy Adapter
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <defaultcaps.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 CAPABILITY CAP_ECOM_PLUGIN
       
    23 
       
    24 TARGET          nsmldummydataprovider.dll
       
    25 TARGETPATH      PLUGINS_1_DIR
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D 0x2002DC7E
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 #if defined(ARMCC)
       
    31 DEFFILE            ./def/eabidummydataprovider
       
    32 #elif defined(WINSCW)
       
    33 DEFFILE            ./def/bwinscwdummydataprovider
       
    34 #endif
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          nsmldummydataprovider.cpp
       
    38 SOURCE          nsmldummydatastore.cpp
       
    39 SOURCE          nsmldummydllmain.cpp
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE     /epoc32/include/ecom
       
    43 SYSTEMINCLUDE     /epoc32/include/syncml
       
    44 
       
    45 USERINCLUDE     ../inc
       
    46 
       
    47 SOURCEPATH      ../data
       
    48 START RESOURCE nsmldummydataprovider.rss
       
    49     HEADER
       
    50     TARGET nsmldummydataprovider.rsc
       
    51     TARGETPATH ECOM_RESOURCE_DIR
       
    52     LANG    sc
       
    53 END
       
    54 
       
    55 START RESOURCE nsmldummydatastoreformat_1_1_2.rss
       
    56     HEADER
       
    57     TARGET         nsmldummydatastoreformat_1_1_2.rsc
       
    58     TARGETPATH  RESOURCE_FILES_DIR 
       
    59     LANG    sc
       
    60 END 
       
    61 
       
    62 START RESOURCE nsmldummydatastoreformat_1_2.rss
       
    63     HEADER
       
    64     TARGET         nsmldummydatastoreformat_1_2.rsc
       
    65     TARGETPATH  RESOURCE_FILES_DIR 
       
    66     LANG    sc
       
    67 END 
       
    68 
       
    69 LIBRARY        ECom.lib
       
    70 LIBRARY        bafl.lib
       
    71 LIBRARY        euser.lib
       
    72 LIBRARY        efsrv.lib
       
    73 LIBRARY        estor.lib
       
    74 LIBRARY        nsmldebug.lib
       
    75 LIBRARY        sysutil.lib
       
    76 LIBRARY        nsmlchangefinder.lib  
       
    77 LIBRARY        wbxmllib.lib
       
    78 LIBRARY        nsmldatamod.lib
       
    79 LIBRARY        smlstoreformat.lib
       
    80 LIBRARY        smldataprovider.lib
       
    81 LIBRARY        nsmldshostclient.lib
       
    82 LIBRARY        nsmlcontactsdatastoreextension.lib
       
    83 LIBRARY        nsmlcontactsdataprovider.lib
       
    84