messagingappbase/obexmtms/Rom/obex.iby
changeset 34 84197e66a4bd
parent 0 72b543305e3a
child 60 7fdbb852d323
equal deleted inserted replaced
31:ebfee66fde93 34:84197e66a4bd
    28 // test harness support libraries
    28 // test harness support libraries
    29 //file=ABI_DIR\BUILD_DIR\msvtestutils.dll                  System\libs\msvtestutils.dll 
    29 //file=ABI_DIR\BUILD_DIR\msvtestutils.dll                  System\libs\msvtestutils.dll 
    30 //file=ABI_DIR\BUILD_DIR\msgth.dll                         System\libs\msgth.dll 
    30 //file=ABI_DIR\BUILD_DIR\msgth.dll                         System\libs\msgth.dll 
    31 
    31 
    32 
    32 
    33 #ifdef SYMBIAN_EXCLUDE_INFRARED
    33 #ifndef __IRDA
    34 REM Messaging infrared MTM is not included in this ROM, because it depends on excluded INFRARED
    34 REM Messaging infrared MTM is not included in this ROM, because it depends on excluded INFRARED
    35 #else
    35 #else
    36 //IR MTM Client
    36 //IR MTM Client
    37 file=ABI_DIR\BUILD_DIR\irc.dll                        System\libs\irc.dll 
    37 file=ABI_DIR\BUILD_DIR\irc.dll                        System\libs\irc.dll 
    38 
    38 
    39 //IR MTM Server
    39 //IR MTM Server
    40 file=ABI_DIR\BUILD_DIR\irs.dll                        System\libs\irs.dll 
    40 file=ABI_DIR\BUILD_DIR\irs.dll                        System\libs\irs.dll 
    41 
    41 
    42 //IR MTM Resources
    42 //IR MTM Resources
    43 data=DATAZ_\resource\messaging\mtm\irmtm.rsc             resource\messaging\mtm\irmtm.rsc
    43 data=DATAZ_\resource\messaging\mtm\irmtm.rsc             resource\messaging\mtm\irmtm.rsc
    44 #endif // SYMBIAN_EXCLUDE_INFRARED
    44 #endif // __IRDA
    45 
    45 
    46 
    46 
    47 #ifdef SYMBIAN_EXCLUDE_BLUETOOTH
    47 #ifndef __BT
    48 REM Messaging Bluetooth MTM is not included in this ROM, because it depends on excluded BLUETOOTH
    48 REM Messaging Bluetooth MTM is not included in this ROM, because it depends on excluded BLUETOOTH
    49 #else
    49 #else
    50 //BT MTM Client
    50 //BT MTM Client
    51 file=ABI_DIR\BUILD_DIR\btcmtm.dll                        System\libs\btcmtm.dll 
    51 file=ABI_DIR\BUILD_DIR\btcmtm.dll                        System\libs\btcmtm.dll 
    52 
    52 
    53 //BT MTM Server
    53 //BT MTM Server
    54 file=ABI_DIR\BUILD_DIR\btsmtm.dll                        System\libs\btsmtm.dll 
    54 file=ABI_DIR\BUILD_DIR\btsmtm.dll                        System\libs\btsmtm.dll 
    55 
    55 
    56 //BT MTM Resources
    56 //BT MTM Resources
    57 data=DATAZ_\resource\messaging\mtm\btmtm.rsc             resource\messaging\mtm\btmtm.rsc
    57 data=DATAZ_\resource\messaging\mtm\btmtm.rsc             resource\messaging\mtm\btmtm.rsc
    58 #endif // SYMBIAN_EXCLUDE_BLUETOOTH
    58 #endif // __BT
    59 
    59 
    60 
    60 
    61 //Test Harness Executable
    61 //Test Harness Executable
    62 //file=ABI_DIR\BUILD_DIR\T_ObexMTM.exe                     System\Samples\T_ObexMTM.exe 
    62 //file=ABI_DIR\BUILD_DIR\T_ObexMTM.exe                     System\Samples\T_ObexMTM.exe 
    63 
    63