contentctrl_plat/adapter_customization_api/tsrc/DummyAdapter/group/nsmldummydataprovider.mmp
branchRCL_3
changeset 25 4f0867e42d62
parent 10 b922b9936679
equal deleted inserted replaced
24:8e7494275d3a 25:4f0867e42d62
       
     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 0x2001FDF1
       
    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          nsmldummymodsfetcher.cpp
       
    39 SOURCE          nsmldummydatastore.cpp
       
    40 SOURCE          nsmldummydllmain.cpp
       
    41 SOURCE			nsmldummyutility.cpp
       
    42 
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE     \epoc32\include\ecom
       
    46 SYSTEMINCLUDE     \epoc32\include\syncml
       
    47 
       
    48 
       
    49 USERINCLUDE     ..\inc
       
    50 
       
    51 SOURCEPATH		..\data
       
    52 START RESOURCE nsmldummydataprovider.rss
       
    53     HEADER
       
    54     TARGET nsmldummydataprovider.rsc
       
    55     TARGETPATH ECOM_RESOURCE_DIR
       
    56     LANG    sc
       
    57 END
       
    58 
       
    59 START RESOURCE nsmldummydatastoreformat_1_1_2.rss
       
    60 	HEADER
       
    61 	TARGET         nsmldummydatastoreformat_1_1_2.rsc
       
    62 	TARGETPATH  RESOURCE_FILES_DIR 
       
    63 	LANG    sc
       
    64 END 
       
    65 
       
    66 START RESOURCE nsmldummydatastoreformat_1_2.rss
       
    67 	HEADER
       
    68 	TARGET         nsmldummydatastoreformat_1_2.rsc
       
    69 	TARGETPATH  RESOURCE_FILES_DIR 
       
    70 	LANG    sc
       
    71 END 
       
    72 
       
    73 
       
    74 
       
    75 LIBRARY        ECom.lib
       
    76 LIBRARY        bafl.lib
       
    77 LIBRARY        euser.lib
       
    78 LIBRARY        efsrv.lib
       
    79 LIBRARY        estor.lib
       
    80 LIBRARY        sysutil.lib
       
    81 LIBRARY        flogger.lib
       
    82 LIBRARY        cntmodel.lib
       
    83 LIBRARY        wbxmllib.lib
       
    84 LIBRARY        centralrepository.lib
       
    85 LIBRARY        smlstoreformat.lib
       
    86 LIBRARY        smldataprovider.lib
       
    87 LIBRARY        nsmldatamod.lib
       
    88 LIBRARY        nsmldshostclient.lib
       
    89 LIBRARY        nsmlchangefinder.lib  
       
    90 LIBRARY        VPbkEng.lib
       
    91 LIBRARY        vpbkvcardEng.lib
       
    92 LIBRARY        versit.lib
       
    93 LIBRARY        vcard.lib
       
    94 LIBRARY        nsmlcontactsdataprovider.lib
       
    95 LIBRARY        nsmldebug.lib
       
    96