meetingrequest/mrurlparserplugin/group/esmrurlparserplugin.mmp
branchRCL_3
changeset 12 4ce476e64c59
parent 4 e7aa27f58ae1
child 16 b5fbb9b25d57
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
     1 /*
     2 * Copyright (c) 2008-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2008-2008 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
       
    20 #include "../../inc/esmrinternaluid.h"
       
    21 #include "../../../inc/emailtraceconfig.hrh"
       
    22 #include <data_caging_paths.hrh>
    20 #include <platform_paths.hrh>
    23 #include <platform_paths.hrh>
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    24 #include "../../../inc/emailtraceconfig.hrh"
       
    25 #include "../../inc/esmrinternaluid.h"
       
    26 
    24 
    27 TARGET                  esmrurlparserplugin.dll
    25 TARGET                  esmrurlparserplugin.dll
    28 TARGETTYPE              PLUGIN
    26 TARGETTYPE              PLUGIN
    29 UID                     KEComRecognitionUID2 KESMRURLParserPluginDllUid
    27 UID                     KEComRecognitionUID2 KESMRURLParserPluginDllUid
    30 
    28 
    31 CAPABILITY              CAP_ECOM_PLUGIN
    29 CAPABILITY              CAP_ECOM_PLUGIN
    32 VENDORID                VID_DEFAULT
    30 VENDORID                VID_DEFAULT
    33 
    31 
    34 VERSION                 KEmailBinaryVersionNumber
       
    35 KEmailBinaryDemandPaging
       
    36 
       
    37 SOURCEPATH              ../src
    32 SOURCEPATH              ../src
    38 SOURCE                  cesmrurlparserpluginimpl.cpp 
    33 SOURCE                  cesmrurlparserpluginimpl.cpp
    39 SOURCE                  cesmrurlparserpluginentrypoint.cpp
    34 SOURCE                  cesmrurlparserpluginentrypoint.cpp
       
    35 SOURCE                  cmrurlparserextension.cpp
    40 
    36 
    41 USERINCLUDE             ../inc
    37 USERINCLUDE             ../inc
    42 USERINCLUDE             ../../inc
    38 USERINCLUDE             ../../inc
    43 USERINCLUDE             ../../../inc
    39 USERINCLUDE             ../../../inc
    44 
    40 
    45 APP_LAYER_SYSTEMINCLUDE
    41 APP_LAYER_SYSTEMINCLUDE
    46 
    42 
    47 LIBRARY                 euser.lib
    43 LIBRARY                 euser.lib
    48 LIBRARY                 ecom.lib
    44 LIBRARY                 ecom.lib
    49 LIBRARY                 eposlandmarks.lib
    45 LIBRARY                 eposlandmarks.lib
    50 LIBRARY                 bafl.lib
       
    51 LIBRARY                 efsrv.lib 
       
    52 LIBRARY                 lbs.lib
    46 LIBRARY                 lbs.lib
    53 LIBRARY                 cmaillogger.lib
    47 LIBRARY                 CommonEngine.lib
       
    48 LIBRARY                 calinterimapi.lib
       
    49 LIBRARY                 inetprotutil.lib
    54 
    50 
    55 #ifdef TRACE_INTO_FILE
    51 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
    56 LIBRARY                 flogger.lib
    52 LIBRARY flogger.lib
    57 #endif // TRACE_INTO_FILE
    53 #endif // ENABLE_TRACES && TRACE_INTO_FILE
    58 
       
    59 SOURCEPATH              .
       
    60 START RESOURCE          ../data/esmrurlparserplugindata.rss
       
    61 HEADER
       
    62 TARGETPATH              RESOURCE_FILES_DIR
       
    63 END
       
    64 
    54 
    65 SOURCEPATH              .
    55 SOURCEPATH              .
    66 START RESOURCE          ../data/esmrurlparserplugin.rss
    56 START RESOURCE          ../data/esmrurlparserplugin.rss
    67 TARGET                  esmrurlparserplugin.rsc
    57 TARGET                  esmrurlparserplugin.rsc
    68 END
    58 END