omads/omadsextensions/adapters/sms/group/smsdataprovider.mmp
changeset 40 b63e67867dcd
child 54 13ecdfc9a581
equal deleted inserted replaced
39:9905f7d46607 40:b63e67867dcd
       
     1 /*
       
     2 * Copyright (c) 2006-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 SMS DS Data provider
       
    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 TARGET          smsdataprovider.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009d8d 0x10206B5C
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          smsdataprovider.cpp
       
    31 SOURCE          smsdatastore.cpp
       
    32 SOURCE          smsadaptermsvapi.cpp
       
    33 SOURCE          vmessageparser.cpp
       
    34 SOURCE          changefinder.cpp
       
    35 SOURCE          snapshotitem.cpp
       
    36 SOURCE          omadsfolderobject.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 START RESOURCE  smsdataprovider.rss
       
    45 HEADER
       
    46 TARGET          smsdataprovider.rsc
       
    47 TARGETPATH      ECOM_RESOURCE_DIR
       
    48 END
       
    49 
       
    50 START RESOURCE  smsdatastore.rss
       
    51 HEADER
       
    52 TARGET          smsdatastore.rsc  
       
    53 TARGETPATH      RESOURCE_FILES_DIR
       
    54 END
       
    55 
       
    56 
       
    57 LIBRARY         ecom.lib
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         efsrv.lib
       
    60 LIBRARY         estor.lib
       
    61 LIBRARY         gsmu.lib
       
    62 LIBRARY         smcm.lib
       
    63 LIBRARY         smldataprovider.lib
       
    64 LIBRARY         smlstoreformat.lib
       
    65 LIBRARY         centralrepository.lib
       
    66 LIBRARY         msgs.lib 
       
    67 LIBRARY         bafl.lib
       
    68 DEBUGLIBRARY    flogger.lib
       
    69 LIBRARY         sysutil.lib
       
    70 LIBRARY         nsmlchangefinder.lib
       
    71 LIBRARY         etext.lib 
       
    72 LIBRARY         cntmodel.lib 
       
    73 LIBRARY         SenXml.lib 
       
    74 LIBRARY         charconv.lib