bluetoothcommsprofiles/btpan/group/btpan.iby
branchRCL_3
changeset 44 e9b924a62a66
parent 43 5b153be919d4
--- a/bluetoothcommsprofiles/btpan/group/btpan.iby	Tue Aug 31 16:20:16 2010 +0300
+++ b/bluetoothcommsprofiles/btpan/group/btpan.iby	Wed Sep 01 12:38:54 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2009 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...
 
-#ifndef __BT
+#ifdef SYMBIAN_EXCLUDE_BLUETOOTH
 REM Feature BLUETOOTH is not in this ROM (btpan.iby)
 
 #else
-// __BT
+// !SYMBIAN_EXCLUDE_BLUETOOTH
 
 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
-// __BT
+// SYMBIAN_EXCLUDE_BLUETOOTH
 
 #endif
 // __BTPAN_IBY__