email_pub/email_widget_api/tsrc/3rdpartyapitestplugin2/group/testplugin2.mmp
branchRCL_3
changeset 8 e1b6206813b4
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
       
     1 /*
       
     2 * Copyright (c) 2009 - 2010 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 definition file for 3rd party api testplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>       // APP_LAYER_SYSTEMINCLUDE
       
    20 #include <data_caging_paths.hrh>    // ECOM_RESOURCE_DIR
       
    21 
       
    22 #include "../inc/t_testpluginconst.hrh"
       
    23 
       
    24 TARGET              testplugin2.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D KTestPlugin2Uid3
       
    27 
       
    28 CAPABILITY          CAP_GENERAL_DLL
       
    29 VENDORID            VID_DEFAULT
       
    30 
       
    31 USERINCLUDE         . ../inc
       
    32 USERINCLUDE         ../../../../../inc
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 START RESOURCE ../data/2002C324.rss
       
    37 TARGET          testplugin2
       
    38 END
       
    39 
       
    40 LIBRARY             euser.lib
       
    41 LIBRARY             ecom.lib
       
    42 LIBRARY             cmaillogger.lib
       
    43 
       
    44 SOURCEPATH          ../src
       
    45 SOURCE              t_testpluginproxy.cpp
       
    46 SOURCE              t_testpluginimpl.cpp
       
    47 SOURCE              emaildataimpl.cpp
       
    48 SOURCE              mailboxdataimpl.cpp
       
    49 SOURCE              applaunchdataimpl.cpp
       
    50 SOURCE              messagedataimpl.cpp