omads/omadsextensions/adapters/contacts/bld/nsmldscontactsdataprovider.mmp
changeset 0 dab8a81a92de
child 51 8e7494275d3a
equal deleted inserted replaced
-1:000000000000 0:dab8a81a92de
       
     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:  mmp file for contacts adapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <defaultcaps.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 CAPABILITY CAP_ECOM_PLUGIN
       
    24 
       
    25 TARGET          nsmlcontactsdataprovider.dll
       
    26 TARGETPATH		PLUGINS_1_DIR
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D 0x101F6DDD
       
    29 VENDORID		VID_DEFAULT
       
    30 
       
    31 #if defined(ARMCC)
       
    32 DEFFILE		./def/eabicontactsdataprovider
       
    33 #elif defined(WINSCW)
       
    34 DEFFILE		./def/bwinscwcontactsdataprovider
       
    35 #endif
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          NSmlContactsDataProvider.cpp
       
    39 SOURCE          NSmlContactsDataStore.cpp
       
    40 SOURCE          NSmlContactsModsFetcher.cpp
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    44 SYSTEMINCLUDE 	/epoc32/include/syncml
       
    45 
       
    46 USERINCLUDE     ../inc ../../inc
       
    47 USERINCLUDE     ../../../datamod/inc
       
    48 
       
    49 START RESOURCE 101F6DD6.rss
       
    50 HEADER
       
    51 TARGET 		nsmlcontactsdataprovider.rsc       
       
    52 TARGETPATH	ECOM_RESOURCE_DIR
       
    53 END 
       
    54 
       
    55 START RESOURCE NSmlContactsDataStoreFormat_1_1_2.rss
       
    56 HEADER
       
    57 TARGET 		NSmlContactsDataStoreFormat_1_1_2.rsc       
       
    58 TARGETPATH  RESOURCE_FILES_DIR 
       
    59 LANGUAGE_IDS
       
    60 END 
       
    61 
       
    62 START RESOURCE NSmlContactsDataStoreFormat_1_2.rss
       
    63 HEADER
       
    64 TARGET 		NSmlContactsDataStoreFormat_1_2.rsc       
       
    65 TARGETPATH  RESOURCE_FILES_DIR 
       
    66 LANGUAGE_IDS
       
    67 END 
       
    68 
       
    69 LIBRARY		ECom.lib bafl.lib euser.lib efsrv.lib estor.lib nsmldebug.lib sysutil.lib
       
    70 LIBRARY		nsmlchangefinder.lib cntmodel.lib wbxmllib.lib
       
    71 LIBRARY		nsmldatamod.lib smlstoreformat.lib smldataprovider.lib
       
    72 LIBRARY		nsmldshostclient.lib
       
    73 LIBRARY		VPbkEng.lib
       
    74 LIBRARY     vpbkvcardEng.lib
       
    75