author | William Roberts <williamr@symbian.org> |
Thu, 22 Jul 2010 16:32:06 +0100 | |
branch | GCC_SURGE |
changeset 47 | 5b14749788d7 |
parent 25 | 84d9eb65b26f |
parent 34 | 84197e66a4bd |
permissions | -rw-r--r-- |
31 | 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 |
||
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
23 |
#ifndef __IRDA |
31 | 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) |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
27 |
#endif // __IRDA |
31 | 28 |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
29 |
#ifndef __BT |
31 | 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) |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
33 |
#endif // __BT |
31 | 34 |
|
35 |
#endif // SYMBIAN_EXCLUDE_OBEX |
|
36 |
||
37 |
#endif |