messagingappbase/obexmtms/Rom/obex.hby
branchGCC_SURGE
changeset 47 5b14749788d7
parent 25 84d9eb65b26f
parent 34 84197e66a4bd
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
    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