messagingappbase/obexmtms/Rom/obex.hby
changeset 0 72b543305e3a
child 5 4697dfb2d7ad
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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __OBEXMTM_HBY__
       
    17 #define __OBEXMTM_HBY__
       
    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 #ifdef SYMBIAN_EXCLUDE_INFRARED
       
    24 REM Infrared watcher is not included in this ROM, because it depends on excluded INFRARED
       
    25 #else
       
    26 data=MULTI_LINGUIFY(RSC ZSYSTEM\Data\irwatcher		System\Data\irwatcher)
       
    27 #endif // SYMBIAN_EXCLUDE_INFRARED
       
    28 
       
    29 #ifdef SYMBIAN_EXCLUDE_BLUETOOTH
       
    30 REM Bluetooth watcher is not included in this ROM, because it depends on excluded BLUETOOTH
       
    31 #else
       
    32 REM data=MULTI_LINGUIFY(RSC ZSYSTEM\Data\btwatcher		System\Data\btwatcher)
       
    33 #endif // SYMBIAN_EXCLUDE_BLUETOOTH
       
    34 
       
    35 #endif // SYMBIAN_EXCLUDE_OBEX
       
    36 
       
    37 #endif