btobexprofiles/obexserviceman/rom/obex.iby
changeset 57 5ebadcda06cb
parent 47 9e2a905b887f
equal deleted inserted replaced
51:625f43ae9362 57:5ebadcda06cb
    33 // test harness support libraries
    33 // test harness support libraries
    34 //file=ABI_DIR\BUILD_DIR\msvtestutils.dll                  System\libs\msvtestutils.dll 
    34 //file=ABI_DIR\BUILD_DIR\msvtestutils.dll                  System\libs\msvtestutils.dll 
    35 //file=ABI_DIR\BUILD_DIR\msgth.dll                         System\libs\msgth.dll 
    35 //file=ABI_DIR\BUILD_DIR\msgth.dll                         System\libs\msgth.dll 
    36 
    36 
    37 
    37 
    38 #ifdef SYMBIAN_EXCLUDE_INFRARED
    38 #ifndef __IRDA
    39 REM Messaging infrared MTM is not included in this ROM, because it depends on excluded INFRARED
    39 REM Messaging infrared MTM is not included in this ROM, because it depends on excluded INFRARED
    40 #else
    40 #else
    41 //IR MTM Client
    41 //IR MTM Client
    42 file=ABI_DIR\BUILD_DIR\irc.dll                        System\libs\irc.dll 
    42 file=ABI_DIR\BUILD_DIR\irc.dll                        System\libs\irc.dll 
    43 
    43 
    44 //IR MTM Server
    44 //IR MTM Server
    45 file=ABI_DIR\BUILD_DIR\irs.dll                        System\libs\irs.dll 
    45 file=ABI_DIR\BUILD_DIR\irs.dll                        System\libs\irs.dll 
    46 
    46 
    47 //IR MTM Resources
    47 //IR MTM Resources
    48 
    48 
    49 #endif // SYMBIAN_EXCLUDE_INFRARED
    49 #endif // __IRDA
    50 
    50 
    51 
    51 
    52 #ifdef SYMBIAN_EXCLUDE_BLUETOOTH
    52 #ifndef __BT
    53 REM Messaging Bluetooth MTM is not included in this ROM, because it depends on excluded BLUETOOTH
    53 REM Messaging Bluetooth MTM is not included in this ROM, because it depends on excluded BLUETOOTH
    54 #else
    54 #else
    55 //BT MTM Client
    55 //BT MTM Client
    56 file=ABI_DIR\BUILD_DIR\btcmtm.dll                        System\libs\btcmtm.dll 
    56 file=ABI_DIR\BUILD_DIR\btcmtm.dll                        System\libs\btcmtm.dll 
    57 
    57 
    58 //BT MTM Server
    58 //BT MTM Server
    59 file=ABI_DIR\BUILD_DIR\btsmtm.dll                        System\libs\btsmtm.dll 
    59 file=ABI_DIR\BUILD_DIR\btsmtm.dll                        System\libs\btsmtm.dll 
    60 
    60 
    61 //BT MTM Resources
    61 //BT MTM Resources
    62 
    62 
    63 #endif // SYMBIAN_EXCLUDE_BLUETOOTH
    63 #endif // __BT
    64 
    64 
    65 
    65 
    66 //Test Harness Executable
    66 //Test Harness Executable
    67 //file=ABI_DIR\BUILD_DIR\T_ObexMTM.exe                     System\Samples\T_ObexMTM.exe 
    67 //file=ABI_DIR\BUILD_DIR\T_ObexMTM.exe                     System\Samples\T_ObexMTM.exe 
    68 
    68