localconnectivityservice/obexserviceman/rom/obex.iby
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     1 /*
       
     2 * Copyright (c) 2001-2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __OBEX_IBY__
       
    20 #define __OBEX_IBY__
       
    21 
       
    22 #ifdef SYMBIAN_EXCLUDE_OBEX
       
    23 REM Messaging OBEX MTM is not included in this ROM, because it depends on excluded OBEX
       
    24 #else
       
    25 
       
    26 // generic OBEX Modules
       
    27 file=ABI_DIR\BUILD_DIR\obexservermtm.dll                 System\libs\obexservermtm.dll 
       
    28 file=ABI_DIR\BUILD_DIR\obexclientmtm.dll                 System\libs\obexclientmtm.dll 
       
    29 file=ABI_DIR\BUILD_DIR\obexmtmutil.dll                   System\libs\obexmtmutil.dll 
       
    30 
       
    31 // test harness support libraries
       
    32 //file=ABI_DIR\BUILD_DIR\msvtestutils.dll                  System\libs\msvtestutils.dll 
       
    33 //file=ABI_DIR\BUILD_DIR\msgth.dll                         System\libs\msgth.dll 
       
    34 
       
    35 
       
    36 #ifdef SYMBIAN_EXCLUDE_INFRARED
       
    37 REM Messaging infrared MTM is not included in this ROM, because it depends on excluded INFRARED
       
    38 #else
       
    39 //IR MTM Client
       
    40 file=ABI_DIR\BUILD_DIR\irc.dll                        System\libs\irc.dll 
       
    41 
       
    42 //IR MTM Server
       
    43 file=ABI_DIR\BUILD_DIR\irs.dll                        System\libs\irs.dll 
       
    44 
       
    45 //IR MTM Resources
       
    46 
       
    47 #endif // SYMBIAN_EXCLUDE_INFRARED
       
    48 
       
    49 
       
    50 #ifdef SYMBIAN_EXCLUDE_BLUETOOTH
       
    51 REM Messaging Bluetooth MTM is not included in this ROM, because it depends on excluded BLUETOOTH
       
    52 #else
       
    53 //BT MTM Client
       
    54 file=ABI_DIR\BUILD_DIR\btcmtm.dll                        System\libs\btcmtm.dll 
       
    55 
       
    56 //BT MTM Server
       
    57 file=ABI_DIR\BUILD_DIR\btsmtm.dll                        System\libs\btsmtm.dll 
       
    58 
       
    59 //BT MTM Resources
       
    60 
       
    61 #endif // SYMBIAN_EXCLUDE_BLUETOOTH
       
    62 
       
    63 
       
    64 //Test Harness Executable
       
    65 //file=ABI_DIR\BUILD_DIR\T_ObexMTM.exe                     System\Samples\T_ObexMTM.exe 
       
    66 
       
    67 #endif // SYMBIAN_EXCLUDE_OBEX
       
    68 
       
    69 
       
    70 #endif