bluetoothcommsprofiles/btpan/group/btpan.iby
branchRCL_3
changeset 23 5b153be919d4
parent 0 29b1cd4cb562
child 24 e9b924a62a66
--- a/bluetoothcommsprofiles/btpan/group/btpan.iby	Thu Aug 19 11:01:00 2010 +0300
+++ b/bluetoothcommsprofiles/btpan/group/btpan.iby	Tue Aug 31 16:20:16 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -34,11 +34,11 @@
 REM *** Now for things which should only be included if the device
 REM *** supports bluetooth, to save ROM space...
 
-#ifdef SYMBIAN_EXCLUDE_BLUETOOTH
+#ifndef __BT
 REM Feature BLUETOOTH is not in this ROM (btpan.iby)
 
 #else
-// !SYMBIAN_EXCLUDE_BLUETOOTH
+// __BT
 
 file=ABI_DIR\BT_DIR\panagt.agt		System\Libs\panagt.agt
 file=ABI_DIR\BT_DIR\panhelper.dll		System\Libs\panhelper.dll
@@ -50,7 +50,7 @@
 #endif
 
 #endif
-// SYMBIAN_EXCLUDE_BLUETOOTH
+// __BT
 
 #endif
 // __BTPAN_IBY__