messagingappbase/obexmtms/Rom/obex.hby
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
    18 
    18 
    19 #ifdef SYMBIAN_EXCLUDE_OBEX
    19 #ifdef SYMBIAN_EXCLUDE_OBEX
    20 REM Messaging OBEX MTM is not included in this ROM, because it depends on excluded OBEX
    20 REM Messaging OBEX MTM is not included in this ROM, because it depends on excluded OBEX
    21 #else
    21 #else
    22 
    22 
    23 #ifdef SYMBIAN_EXCLUDE_INFRARED
    23 #ifndef __IRDA 
    24 REM Infrared watcher is not included in this ROM, because it depends on excluded INFRARED
    24 REM Infrared watcher is not included in this ROM, because it depends on excluded INFRARED
    25 #else
    25 #else
    26 data=MULTI_LINGUIFY(RSC ZSYSTEM\Data\irwatcher		System\Data\irwatcher)
    26 data=MULTI_LINGUIFY(RSC ZSYSTEM\Data\irwatcher		System\Data\irwatcher)
    27 #endif // SYMBIAN_EXCLUDE_INFRARED
    27 #endif // __IRDA
    28 
    28 
    29 #ifdef SYMBIAN_EXCLUDE_BLUETOOTH
    29 #ifndef __BT
    30 REM Bluetooth watcher is not included in this ROM, because it depends on excluded BLUETOOTH
    30 REM Bluetooth watcher is not included in this ROM, because it depends on excluded BLUETOOTH
    31 #else
    31 #else
    32 REM data=MULTI_LINGUIFY(RSC ZSYSTEM\Data\btwatcher		System\Data\btwatcher)
    32 REM data=MULTI_LINGUIFY(RSC ZSYSTEM\Data\btwatcher		System\Data\btwatcher)
    33 #endif // SYMBIAN_EXCLUDE_BLUETOOTH
    33 #endif // __BT
    34 
    34 
    35 #endif // SYMBIAN_EXCLUDE_OBEX
    35 #endif // SYMBIAN_EXCLUDE_OBEX
    36 
    36 
    37 #endif
    37 #endif