usbmgmt/usbmgr/group/Usbmanrsc.iby
changeset 25 4ddb65515edd
parent 0 c9bc50fca66e
equal deleted inserted replaced
14:4285b54b0d2c 25:4ddb65515edd
    20 #ifndef __USBMANRSC_IBY__
    20 #ifndef __USBMANRSC_IBY__
    21 #define __USBMANRSC_IBY__
    21 #define __USBMANRSC_IBY__
    22 
    22 
    23 
    23 
    24 // *** Only include resource files if device supports USB
    24 // *** Only include resource files if device supports USB
    25 #if defined(SYMBIAN_EXCLUDE_USB) || !defined(EUSBC)
    25 #if !defined(__USB) || !defined(EUSBC)
    26 REM Feature USB is not included in this ROM (usbman.iby)
    26 REM Feature USB is not included in this ROM (usbman.iby)
    27 #else
    27 #else  // defined(__USB) && defined(EUSBC)
    28 
    28 
    29 DEFINE __USBMAN_RSC_ZPATH__ ZPRIVATE\101fe1db
    29 DEFINE __USBMAN_RSC_ZPATH__ ZPRIVATE\101fe1db
    30 DEFINE __USBMAN_RSC_PATH__  PRIVATE\101fe1db
    30 DEFINE __USBMAN_RSC_PATH__  PRIVATE\101fe1db
    31 
    31 
    32 
    32 
    40 		// *** The RSC file that was created when building the example source
    40 		// *** The RSC file that was created when building the example source
    41 		data=__USBMAN_RSC_ZPATH__\obexusbman.rsc		__USBMAN_RSC_PATH__\usbman.rsc
    41 		data=__USBMAN_RSC_ZPATH__\obexusbman.rsc		__USBMAN_RSC_PATH__\usbman.rsc
    42 	#else //__EXAMPLE_OBEX_CC__
    42 	#else //__EXAMPLE_OBEX_CC__
    43 		// *** This is the normal resource file..
    43 		// *** This is the normal resource file..
    44 		#ifndef USB_EXCLUDE_DEFAULT_PERSONALITIES
    44 		#ifndef USB_EXCLUDE_DEFAULT_PERSONALITIES
    45 		  	#ifdef SYMBIAN_EXCLUDE_MTP
    45 		  	#ifndef __MTP_PROTOCOL_SUPPORT
    46 		  		#ifdef SYMBIAN_INCLUDE_USB_RNDIS
    46 		  		#ifdef SYMBIAN_INCLUDE_USB_RNDIS
    47 		  			// *** Normal resource file including RNDIS support but excluding MTP
    47 		  			// *** Normal resource file including RNDIS support but excluding MTP
    48 		  			data=__USBMAN_RSC_ZPATH__\usbmanrndis.rsc		__USBMAN_RSC_PATH__\usbman.rsc
    48 		  			data=__USBMAN_RSC_ZPATH__\usbmanrndis.rsc		__USBMAN_RSC_PATH__\usbman.rsc
    49 		  		#else
    49 		  		#else
    50 		  			//	*** Normal resource file excluding MTP and RNDIS support
    50 		  			//	*** Normal resource file excluding MTP and RNDIS support
    51 		  			data=__USBMAN_RSC_ZPATH__\usbman.rsc		__USBMAN_RSC_PATH__\usbman.rsc
    51 		  			data=__USBMAN_RSC_ZPATH__\usbman.rsc		__USBMAN_RSC_PATH__\usbman.rsc
    52 		  		#endif // SYMBIAN_INCLUDE_USB_RNDIS
    52 		  		#endif // SYMBIAN_INCLUDE_USB_RNDIS
    53 			#else // SYMBIAN_EXCLUDE_MTP
    53 			#else // defined(__MTP_PROTOCOL_SUPPORT)
    54 				#ifdef SYMBIAN_INCLUDE_USB_RNDIS
    54 				#ifdef SYMBIAN_INCLUDE_USB_RNDIS
    55 					// *** Normal resource file including RNDIS and MTP support
    55 					// *** Normal resource file including RNDIS and MTP support
    56 					data=__USBMAN_RSC_ZPATH__\usbmanmtprndis.rsc		__USBMAN_RSC_PATH__\usbman.rsc
    56 					data=__USBMAN_RSC_ZPATH__\usbmanmtprndis.rsc		__USBMAN_RSC_PATH__\usbman.rsc
    57 				#else
    57 				#else
    58 					//	*** Normal resource file including MTP support but excluding RNDIS
    58 					//	*** Normal resource file including MTP support but excluding RNDIS
    59 					data=__USBMAN_RSC_ZPATH__\usbmanmtp.rsc		__USBMAN_RSC_PATH__\usbman.rsc
    59 					data=__USBMAN_RSC_ZPATH__\usbmanmtp.rsc		__USBMAN_RSC_PATH__\usbman.rsc
    60 				#endif // SYMBIAN_INCLUDE_USB_RNDIS
    60 				#endif // SYMBIAN_INCLUDE_USB_RNDIS
    61 			#endif // SYMBIAN_EXCLUDE_MTP
    61 			#endif // __MTP_PROTOCOL_SUPPORT
    62 		#endif // USB_EXCLUDE_DEFAULT_PERSONALITIES
    62 		#endif // USB_EXCLUDE_DEFAULT_PERSONALITIES
    63 	#endif //__EXAMPLE_OBEX_CC__	
    63 	#endif //__EXAMPLE_OBEX_CC__	
    64 #endif //__TEST_USB_ZLP__
    64 #endif //__TEST_USB_ZLP__
    65 
    65 
    66 #endif // SYMBIAN_EXCLUDE_USB
    66 #endif // !defined(__USB) || !defined(EUSBC)
    67 
    67 
    68 #endif // __USBMANRSC_IBY__
    68 #endif // __USBMANRSC_IBY__