messagingapp/msgappfw/plugins/previewplugin/group/cspreviewplugin.mmp
changeset 27 e4592d119491
child 34 84197e66a4bd
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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:  CS Preview Plugin
       
    15 *
       
    16 */
       
    17 #include <data_caging_paths.hrh>
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 CAPABILITY      CAP_ECOM_PLUGIN 
       
    21 VENDORID        VID_DEFAULT
       
    22 TARGET          cspreviewplugin.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x20026F49
       
    25 
       
    26 VERSION 	1.0
       
    27 
       
    28 PAGED
       
    29 
       
    30 // RESOURCE
       
    31 START RESOURCE ../rss/cspreviewplugin.rss
       
    32 TARGET cspreviewplugin.rsc
       
    33 END
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 SOURCE    proxy.cpp
       
    38 SOURCE    ccspreviewplugin.cpp
       
    39 SOURCE    ccspreviewpluginhandler.cpp
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 USERINCLUDE     ../../../server/inc
       
    43 USERINCLUDE     ../../../utils/inc
       
    44 USERINCLUDE     ../../../../../inc
       
    45 USERINCLUDE     ../../../../msgutils/unidatautils/unidatamodel/inc
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         eCom.lib
       
    51 LIBRARY         csutils.lib
       
    52 LIBRARY         efsrv.lib 
       
    53 
       
    54 DEBUGLIBRARY    flogger.lib
       
    55 
       
    56 // Msg Server
       
    57 LIBRARY         Smcm.lib
       
    58 LIBRARY         gsmu.lib
       
    59 LIBRARY         etext.lib
       
    60 LIBRARY         msgs.lib
       
    61 LIBRARY         sqldb.lib 
       
    62 LIBRARY         thumbnailmanager.lib
       
    63 LIBRARY         fbscli.lib 
       
    64 LIBRARY         estor.lib 
       
    65 LIBRARY         unidatamodel.lib
       
    66 LIBRARY         charconv.lib