mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetserviceinfo.cpp
changeset 17 aabe5387f5ce
parent 0 d0791faffa3f
child 47 63cf70d3ecd8
equal deleted inserted replaced
0:d0791faffa3f 17:aabe5387f5ce
    99         //The ServiceID has been allocated by MTP Datacode Generator
    99         //The ServiceID has been allocated by MTP Datacode Generator
   100         //but Parser&Router fail to get the target DP.
   100         //but Parser&Router fail to get the target DP.
   101         //it may be caused by: 
   101         //it may be caused by: 
   102         //    1. DP plugin does not register the ServiceID by the Supported() function. Mostly.
   102         //    1. DP plugin does not register the ServiceID by the Supported() function. Mostly.
   103         //    2. Framework have some errors while setup the router mapping table.
   103         //    2. Framework have some errors while setup the router mapping table.
   104         Panic(EMTPDevDpUnknownServiceID);
   104         __DEBUG_ONLY(Panic(EMTPDevDpUnknownServiceID));
   105         }
   105         }
   106     
   106     
   107     __FLOG(_L8("ServiceL - Exit"));
   107     __FLOG(_L8("ServiceL - Exit"));
   108     }
   108     }
   109 
   109