videofeeds/scheduleddlplugin/group/iptvscheduleddownloadplugin.mmp
changeset 0 96612d01cf9f
child 1 6711b85517b7
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 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:    Project definition file for scheduled download plug-in*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include "../../utils/inc/IptvEngineUids.h"
       
    23 
       
    24 TARGET          iptvscheduleddownloadplugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 // Get real UID
       
    27 UID             0x10009D8D KIptvScheduledDownloadPluginDllUid
       
    28 VENDORID        VID_DEFAULT
       
    29 CAPABILITY      CAP_ECOM_PLUGIN -DRM -AllFiles
       
    30 
       
    31 TARGETPATH      /system/libs
       
    32 
       
    33 SOURCEPATH      ../src 
       
    34 SOURCE          dllmain.cpp
       
    35 SOURCE          iptvscheduleddownloadlugin.cpp
       
    36 SOURCE          vcnsscheduleddownloadpluginengine.cpp
       
    37 SOURCE          vcnsscheduleddownloadmpxclient.cpp
       
    38 SOURCE          iptvbatterywatcher.cpp
       
    39 SOURCE          iptvphoneregistrationwatcher.cpp
       
    40 
       
    41 
       
    42 SOURCEPATH      ../data  
       
    43 START RESOURCE  0x20009013.rss
       
    44 TARGET          iptvscheduleddownloadplugin.rsc
       
    45 TARGETPATH 		resource/plugins
       
    46 END // RESOURCE
       
    47 
       
    48 
       
    49 USERINCLUDE     ../inc
       
    50 USERINCLUDE     ../../clientapi/inc
       
    51 USERINCLUDE     ../../vccommon/conf
       
    52 USERINCLUDE     ../../utils/inc
       
    53 USERINCLUDE     ../../server/IptvScheduledDownload/inc
       
    54 USERINCLUDE     ../../server/IptvNetworkSelection/inc
       
    55 USERINCLUDE     ../../server/server/inc
       
    56 USERINCLUDE     ../../livetvutils/inc
       
    57 
       
    58 APP_LAYER_SYSTEMINCLUDE 
       
    59 
       
    60 LIBRARY     euser.lib               // Base library
       
    61 LIBRARY     ecom.lib                // ECOM
       
    62 LIBRARY     estor.lib               // RDesReadStream
       
    63 LIBRARY     flogger.lib
       
    64 LIBRARY     profileeng.lib          // CProfileChangeNotifyHandler
       
    65 LIBRARY     commdb.lib              // CCommsDatabase, CCommsDbTableView
       
    66 
       
    67 LIBRARY     CseSchedulerClient.lib  // CCseScheduledProgram
       
    68 LIBRARY     IptvClientApi.lib       // IPTV Server
       
    69 LIBRARY     IptvUtil.lib            // CIptvUtil::ConnectionTypeL
       
    70 LIBRARY     etel.lib                // ETel functionalities
       
    71 LIBRARY     etelmm.lib              // ETel functionalities
       
    72 
       
    73 #if !defined(__SERIES60_30__) && !defined(__SERIES60_31__) && !defined(__SERIES60_32__)
       
    74 LIBRARY     mpxcommon.lib
       
    75 LIBRARY     mpxcollectionutility.lib
       
    76 #endif // !defined(__SERIES60_30__) && !defined(__SERIES60_31__) && !defined(__SERIES60_32__)
       
    77 
       
    78 // End of File