calendarui/bcplugins/bcpreviewplugin/group/bcpreviewpaneplugin.mmp
changeset 89 b57382753122
equal deleted inserted replaced
83:5aadd1120515 89:b57382753122
       
     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:   Project specification file for preview pane plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 #include "../inc/bcpreviewpluginuids.h"
       
    24 
       
    25 TARGET          bcpreviewpaneplugin.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D KBCPREVIEWPLUGINIMPLUID
       
    28 
       
    29 CAPABILITY  CAP_ECOM_PLUGIN
       
    30 VENDORID    VID_DEFAULT
       
    31 USERINCLUDE     ../inc
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 
       
    35 SOURCEPATH      ../data
       
    36     START RESOURCE bcpreviewpaneplugin.rss
       
    37 END
       
    38 
       
    39 SOURCEPATH      ../data
       
    40 START RESOURCE  bcpreviewpaneplugingui.rss
       
    41 HEADER
       
    42 TARGET          bcpreviewpaneplugingui.rsc
       
    43 TARGETPATH      RESOURCE_FILES_DIR
       
    44 LANGUAGE_IDS
       
    45 END
       
    46 
       
    47 
       
    48 SOURCEPATH      ../src
       
    49 SOURCE dllmain.cpp
       
    50 SOURCE bcpreviewpanecontainer.cpp
       
    51 SOURCE bcpreviewpanedata.cpp
       
    52 SOURCE bcpreviewlistbox.cpp
       
    53 SOURCE bcpreviewpaneentry.cpp
       
    54 SOURCE bcpreviewplugin.cpp
       
    55 SOURCE bcpreviewlistboxitemdrawer.cpp
       
    56 SOURCE bcpreviewlistboxdata.cpp
       
    57 SOURCE bcpreviewlistboxview.cpp
       
    58 SOURCE bcpreviewlongtaphandler.cpp
       
    59 
       
    60 
       
    61 LIBRARY         aknicon.lib
       
    62 LIBRARY         aknskins.lib
       
    63 LIBRARY         aknpictograph.lib
       
    64 LIBRARY         apgrfx.lib
       
    65 LIBRARY         apparc.lib
       
    66 LIBRARY         avkon.lib
       
    67 LIBRARY         bafl.lib
       
    68 LIBRARY         bitgdi.lib
       
    69 LIBRARY         calinterimapi.lib
       
    70 LIBRARY         cdlengine.lib
       
    71 LIBRARY         cenrepnotifhandler.lib
       
    72 LIBRARY         centralrepository.lib
       
    73 LIBRARY         charconv.lib
       
    74 LIBRARY         commonengine.lib
       
    75 LIBRARY         commonui.lib
       
    76 LIBRARY         cone.lib
       
    77 LIBRARY         ecom.lib
       
    78 LIBRARY         efsrv.lib
       
    79 LIBRARY         egul.lib
       
    80 LIBRARY         eikctl.lib
       
    81 LIBRARY         fepbase.lib
       
    82 LIBRARY         eikcoctl.lib
       
    83 LIBRARY         eikcore.lib
       
    84 LIBRARY         eikdlg.lib
       
    85 LIBRARY         estor.lib
       
    86 LIBRARY         etext.lib
       
    87 LIBRARY         euser.lib
       
    88 LIBRARY         aknlayout2scalable.lib
       
    89 LIBRARY         calencommonutils.lib
       
    90 LIBRARY         gesturehelper.lib
       
    91 LIBRARY         ws32.lib
       
    92 LIBRARY         gdi.lib
       
    93 LIBRARY         touchfeedback.lib
       
    94 
       
    95 // End of File
       
    96 
       
    97 
       
    98 
       
    99