videocollection/mpxmyvideoscollection/group/vcxmyvideoscollectionplugin.mmp
changeset 0 96612d01cf9f
child 1 6711b85517b7
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2008 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:    My Videos mpx collection plugin project specification*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #include <bldvariant.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          vcxmyvideoscollectionplugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x20016B96
       
    27 
       
    28 VENDORID        VID_DEFAULT
       
    29 //CAPABILITY      CAP_ECOM_PLUGIN
       
    30 CAPABILITY All -TCB
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          vcxmyvideoscollectionpluginproxy.cpp
       
    34 SOURCE          vcxmyvideoscollectionplugin.cpp
       
    35 SOURCE          vcxmyvideosmdsdb.cpp
       
    36 SOURCE          vcxmyvideoscollectionutil.cpp
       
    37 SOURCE          vcxmyvideosvideocache.cpp
       
    38 SOURCE          vcxmyvideoscategories.cpp
       
    39 SOURCE          vcxmyvideosmessagelist.cpp
       
    40 SOURCE          vcxmyvideosasyncfileoperations.cpp
       
    41 SOURCE          vcxmyvideosdownloadcache.cpp
       
    42 SOURCE          vcxmyvideosdrivemonitor.cpp
       
    43 SOURCE          vcxmyvideosdriveinfo.cpp
       
    44 SOURCE          vcxmyvideosdrivemonitorevent.cpp
       
    45 SOURCE          vcxmyvideosactivetask.cpp
       
    46 SOURCE          vcxmyvideosopenhandler.cpp
       
    47 
       
    48 SOURCEPATH      ../download/src
       
    49 SOURCE          vcxmyvideosdownloadutil.cpp
       
    50 
       
    51 SOURCEPATH      ../src
       
    52 SOURCE          vcxmyvideostimer.cpp
       
    53 
       
    54 SOURCEPATH      ../data
       
    55 
       
    56 START RESOURCE  vcxmyvideoscollectionplugin.RSS
       
    57 TARGET          vcxmyvideoscollectionplugin.rsc
       
    58 END
       
    59 
       
    60 USERINCLUDE     ../inc
       
    61 USERINCLUDE     ../download/inc
       
    62 USERINCLUDE     ../../inc
       
    63 
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         ecom.lib
       
    68 
       
    69 LIBRARY         estor.lib
       
    70 LIBRARY         mpxcommon.lib
       
    71 LIBRARY         bafl.lib
       
    72 LIBRARY         flogger.lib
       
    73 LIBRARY         mdeclient.lib
       
    74 LIBRARY         efsrv.lib
       
    75 LIBRARY         DownloadMgr.lib
       
    76 LIBRARY         charconv.lib
       
    77 LIBRARY         vcxconnectionutility.lib
       
    78 LIBRARY         mediatorclient.lib
       
    79 LIBRARY         centralrepository.lib
       
    80 LIBRARY         drmutility.lib
       
    81 LIBRARY         PlatformEnv.lib