usbmgmt/usbmgr/group/usb.iby
branchRCL_3
changeset 16 012cc2ee6408
parent 15 f92a4f87e424
equal deleted inserted replaced
15:f92a4f87e424 16:012cc2ee6408
    26 #include <usbman.iby> // USB_DIR is defined in usbman.iby
    26 #include <usbman.iby> // USB_DIR is defined in usbman.iby
    27 
    27 
    28 REM *** Now for things which should only be included if the device
    28 REM *** Now for things which should only be included if the device
    29 REM *** supports USB, to save ROM space...
    29 REM *** supports USB, to save ROM space...
    30 
    30 
    31 #if !defined(__USB) || !defined(EUSBC)
    31 #if defined(SYMBIAN_EXCLUDE_USB) || !defined(EUSBC)
    32 REM Feature USB is not included in this ROM (usb.iby)
    32 REM Feature USB is not included in this ROM (usb.iby)
    33 #else // defined(__USB) && defined(EUSBC)
    33 #else
    34 REM USB component can be added here.
    34 REM USB component can be added here.
    35 #endif // !defined(__USB) || !defined(EUSBC)
    35 #endif // SYMBIAN_EXCLUDE_USB
    36 
    36 
    37 #endif
    37 #endif