videocollection/mpxmyvideoscollection/group/vcxmyvideoscollectionplugin.mmp
changeset 65 a9d57bd8d7b7
parent 52 e3cecb93e76a
equal deleted inserted replaced
62:0e1e938beb1a 65:a9d57bd8d7b7
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:    My Videos mpx collection plugin project specification*
    14 * Description:    My Videos mpx collection plugin project specification*
    15 */
    15 */
    16 
    16 
    17 
       
    18 
       
    19 #include <bldvariant.hrh>
    17 #include <bldvariant.hrh>
    20 #include <data_caging_paths.hrh>
    18 #include <data_caging_paths.hrh>
    21 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    22 
    20 
    23 TARGET          vcxmyvideoscollectionplugin.dll
    21 TARGET          vcxmyvideoscollectionplugin.dll
    25 UID             0x10009D8D 0x20016B96
    23 UID             0x10009D8D 0x20016B96
    26 
    24 
    27 VENDORID        VID_DEFAULT
    25 VENDORID        VID_DEFAULT
    28 //CAPABILITY      CAP_ECOM_PLUGIN
    26 //CAPABILITY      CAP_ECOM_PLUGIN
    29 CAPABILITY All -TCB
    27 CAPABILITY All -TCB
       
    28 VERSION         10.0
    30 
    29 
    31 SOURCEPATH      ../src
    30 SOURCEPATH      ../src
    32 SOURCE          vcxmyvideoscollectionpluginproxy.cpp
    31 SOURCE          vcxmyvideoscollectionpluginproxy.cpp
    33 SOURCE          vcxmyvideoscollectionplugin.cpp
    32 SOURCE          vcxmyvideoscollectionplugin.cpp
    34 SOURCE          vcxmyvideosmdsdb.cpp
    33 SOURCE          vcxmyvideosmdsdb.cpp
    71 LIBRARY         mdeclient.lib
    70 LIBRARY         mdeclient.lib
    72 LIBRARY         efsrv.lib
    71 LIBRARY         efsrv.lib
    73 LIBRARY         charconv.lib
    72 LIBRARY         charconv.lib
    74 LIBRARY         centralrepository.lib
    73 LIBRARY         centralrepository.lib
    75 LIBRARY         PlatformEnv.lib
    74 LIBRARY         PlatformEnv.lib
       
    75 
       
    76 // End of File