mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/abstractmediamtpdataprovider/data/abstractmediamtpdataprovider_config.rss
changeset 25 d881023c13eb
parent 0 a2952bb97e68
equal deleted inserted replaced
21:a05c44bc3c61 25:d881023c13eb
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  DP configuration information for abstract media dp on armv5 platform
    14 * Description:  DP configuration information for abstract media dp
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <mtp/mtpdataproviderconfig.rh>
    19 #include <mtp/mtpdataproviderconfig.rh>
    20 #include "abstractmediamtpdataprovider_config.rh"
       
    21 
    20 
    22 RESOURCE MTP_DATA_PROVIDER dpConfig
    21 RESOURCE MTP_DATA_PROVIDER dpConfig
    23     {
    22     {
    24     type = KMTPDataProviderTypeECOM;
    23     type = KMTPDataProviderTypeECOM;
    25     major_version = 1;
    24     major_version = 1;
    26     object_enumeration_persistent = 0;
    25     object_enumeration_persistent = 0;
    27     supported_modes = KMTPModeMTP;
    26     supported_modes = KMTPModeMTP;
    28     server_name = "";
    27     server_name = "";
    29     server_image_name = "";
    28     server_image_name = "";
    30     opaque_resource = "folderConfig";
    29     opaque_resource = 0;
    31     enumeration_phase = 12;
    30     enumeration_phase = 12;
    32     }
    31     }
    33 
       
    34 RESOURCE ABSTRACTMEDIAMTPDATAPROVIDER_CONFIG folderConfig
       
    35     {
       
    36     abstractmedia_drive = 4;
       
    37     }
       
    38 
       
    39 
       
    40