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