usbmgmt/usbmgr/group/Usbman.iby
changeset 36 1a2a19ee918d
parent 31 4bea936937d0
child 46 613028a7da24
equal deleted inserted replaced
31:4bea936937d0 36:1a2a19ee918d
    47 file=ABI_DIR\USB_DIR\usbman.dll			usbman.dll
    47 file=ABI_DIR\USB_DIR\usbman.dll			usbman.dll
    48 
    48 
    49 // The main backup registration file. Plug-ins should use its own backup registration file in order to back its perfered data.
    49 // The main backup registration file. Plug-ins should use its own backup registration file in order to back its perfered data.
    50 data=ZPRIVATE\101fe1db\backup_registration.xml	private\101fe1db\backup_registration.xml
    50 data=ZPRIVATE\101fe1db\backup_registration.xml	private\101fe1db\backup_registration.xml
    51 
    51 
    52 // *** USB logger. This is not dependent on EUSBC as it is used by 
       
    53 // *** usbman.dll. It compiles down to next to nothing when __FLOG_ACTIVE is 
       
    54 // *** undefined, and we cannot remove it altogether because things link 
       
    55 // *** against it.
       
    56 file=ABI_DIR\USB_DIR\usblogger.dll		usblogger.dll
       
    57 
    52 
    58 #if defined(_DEBUG) || defined (__USB_DEBUG__)
    53 #if defined(_DEBUG) || defined (__USB_DEBUG__)
    59 #include "commsdebugutility.iby"
    54 #include "commsdebugutility.iby"
    60 #endif
    55 #endif
    61 
    56 
    64 #if !defined(__USB) || !defined(EUSBC)
    59 #if !defined(__USB) || !defined(EUSBC)
    65 REM Feature USB is not included in this ROM (usbman.iby)
    60 REM Feature USB is not included in this ROM (usbman.iby)
    66 #else //defined(__USB) && defined(EUSBC)
    61 #else //defined(__USB) && defined(EUSBC)
    67 
    62 
    68 #include <usbacm.iby>
    63 #include <usbacm.iby>
       
    64 
       
    65 #include <usbncm.iby>
    69 
    66 
    70 #ifndef __OBEX_OVER_USB__
    67 #ifndef __OBEX_OVER_USB__
    71   #ifndef __TEST_USB_ZLP__
    68   #ifndef __TEST_USB_ZLP__
    72     #ifdef __EXAMPLE_OBEX_CC__
    69     #ifdef __EXAMPLE_OBEX_CC__
    73       // *** OBEX Class Controller plugin. 
    70       // *** OBEX Class Controller plugin.