messagingappbase/obexmtms/Rom/obex.hby
changeset 80 8b14b30db193
child 34 84197e66a4bd
equal deleted inserted replaced
79:2981cb3aa489 80:8b14b30db193
       
     1 // Copyright (c) 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 __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