videofeeds/mrssplugin/group/IptvRssPlugin.mmp
changeset 0 96612d01cf9f
child 1 6711b85517b7
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2004-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 the License "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:    This is a project specification file for IptvRssPlugin*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include "../../utils/inc/IptvEngineUids.h"
       
    24 
       
    25 //OPTION ARMCC --asm --interleave
       
    26 ALWAYS_BUILD_AS_ARM
       
    27 
       
    28 TARGET          IptvRssPlugin.dll
       
    29 TARGETTYPE      PLUGIN
       
    30 UID             0x10009D8D  KIptvRssPluginDllUid
       
    31 
       
    32 CAPABILITY      CAP_ECOM_PLUGIN
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          DllMain.cpp
       
    37 SOURCE          CIptvRssPlugin.cpp
       
    38 SOURCE          CIptv3XmlContentHandler.cpp
       
    39 SOURCE          CIptvRssDownload.cpp
       
    40 SOURCE          CIptvDownloadItem.cpp
       
    41 SOURCE          ciptvxmldatetime.cpp
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 USERINCLUDE     ../../utils/inc
       
    45 USERINCLUDE     ../../vccommon/conf
       
    46 USERINCLUDE     ../../server/IptvEpgManager/inc
       
    47 USERINCLUDE     ../../clientapi/inc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 SOURCEPATH      ../data
       
    52 
       
    53 START RESOURCE        IptvRssPlugin.rss
       
    54 END
       
    55 
       
    56 LIBRARY         xmlframework.lib
       
    57 LIBRARY         bafl.lib
       
    58 LIBRARY         downloadmgr.lib
       
    59 LIBRARY         flogger.lib
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         ecom.lib
       
    62 LIBRARY         efsrv.lib
       
    63 LIBRARY         XMLInterface.lib
       
    64 LIBRARY         esock.lib
       
    65 LIBRARY         commdb.lib
       
    66 LIBRARY         centralrepository.lib
       
    67 LIBRARY         charconv.lib
       
    68 LIBRARY         iptvutil.lib
       
    69 LIBRARY         sysutil.lib
       
    70 LIBRARY         IptvClientApi.lib
       
    71 LIBRARY         hash.lib