usbengines/usbwatcher/src/usbman_pcsmtp.rss
changeset 38 218231f2b3b3
parent 35 9d8b04ca6939
equal deleted inserted replaced
35:9d8b04ca6939 38:218231f2b3b3
    19 NAME USBM
    19 NAME USBM
    20 
    20 
    21 #include <badef.rh>
    21 #include <badef.rh>
    22 #include <bldvariant.hrh>
    22 #include <bldvariant.hrh>
    23 #include <usbpersonalityids.h>
    23 #include <usbpersonalityids.h>
    24 #include <usbman.loc>
       
    25 #include "usbman.rh"
    24 #include "usbman.rh"
    26 #include "usbvariation.rh"
    25 #include "usbvariation.rh"
    27 
    26 
    28 
    27 
    29 
    28 
    52             bcdDevice = per_bcdDevice;
    51             bcdDevice = per_bcdDevice;
    53             manufacturer = per_manufacturer;
    52             manufacturer = per_manufacturer;
    54             product = per_product;
    53             product = per_product;
    55             id = KUsbPersonalityIdPCSuiteMTP;
    54             id = KUsbPersonalityIdPCSuiteMTP;
    56             class_uids = "102827B3, 101fbf22, 101fbf24, 10281F2A, 101FB43A";
    55             class_uids = "102827B3, 101fbf22, 101fbf24, 10281F2A, 101FB43A";
    57             description = qtn_usb_mode_ovisuite_mtp;
    56             description = "ovi suite";
    58             detailedDescription = qtn_usb_mode_msg_ovi_suite;
    57             detailedDescription = qtn_usb_mode_msg_ovi_suite;
    59             property = 0x00000000;
    58             property = 0x00000000;
    60             }
    59             }
    61         ,
    60         ,
    62         PERSONALITY
    61         PERSONALITY
    70             bcdDevice = per_bcdDevice;
    69             bcdDevice = per_bcdDevice;
    71             manufacturer = per_manufacturer;
    70             manufacturer = per_manufacturer;
    72             product = per_product;
    71             product = per_product;
    73             id = KUsbPersonalityIdMS;
    72             id = KUsbPersonalityIdMS;
    74             class_uids = "10204bbc";
    73             class_uids = "10204bbc";
    75             description = qtn_usb_mode_mass_storage;
    74             description = "mass storage";
    76             detailedDescription = qtn_usb_mode_msg_mass_storage;
    75             detailedDescription = qtn_usb_mode_msg_mass_storage;
    77             property = 0x00000000;
    76             property = 0x00000000;
    78             }
    77             }
    79         ,
    78         ,
    80         PERSONALITY
    79         PERSONALITY
    88             bcdDevice = per_bcdDevice;
    87             bcdDevice = per_bcdDevice;
    89             manufacturer = per_manufacturer;
    88             manufacturer = per_manufacturer;
    90             product = per_product;
    89             product = per_product;
    91             id = KUsbPersonalityIdMTP;
    90             id = KUsbPersonalityIdMTP;
    92             class_uids = "102827B3";
    91             class_uids = "102827B3";
    93             description = qtn_usb_mode_mtp;
    92             description = "media transfer";
    94             detailedDescription = qtn_usb_mode_msg_mtp;
    93             detailedDescription = qtn_usb_mode_msg_mtp;
    95             property = 0x00000000;
    94             property = 0x00000000;
    96             }
    95             }
    97 		,
    96 		,
    98         PERSONALITY
    97         PERSONALITY