usbmgmt/usbmgr/group/usb.iby
branchRCL_3
changeset 8 96e575696901
parent 0 c9bc50fca66e
child 16 7f84d52cdf22
equal deleted inserted replaced
7:c2db6e29750c 8:96e575696901
    29 REM *** supports USB, to save ROM space...
    29 REM *** supports USB, to save ROM space...
    30 
    30 
    31 #if defined(SYMBIAN_EXCLUDE_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
    33 #else
    34 
    34 REM USB component can be added here.
    35 file=ABI_DIR\USB_DIR\ecacm.csy	Ecacm.csy
       
    36 
       
    37 REM *** 'buildrom -D__TEST_USB_ZLP__' will use the ZLP version of the ini file.
       
    38 REM *** Note that this is a test configuration only.
       
    39 #ifndef __TEST_USB_ZLP__
       
    40 	data=ZSYSTEM\data\ecacm.ini	System\Data\ecacm.ini
       
    41 #else //__TEST_USB_ZLP__
       
    42 	data=ZSYSTEM\data\ecacm_for_usb_zlp_testing.ini	System\Data\ecacm.ini
       
    43 #endif //__TEST_USB_ZLP__
       
    44 
       
    45 #endif // SYMBIAN_EXCLUDE_USB
    35 #endif // SYMBIAN_EXCLUDE_USB
    46 
    36 
    47 #endif
    37 #endif