telephonyserverplugins/common_tsy/group/ctsy.iby
branchopencode
changeset 24 6638e7f4bd8f
parent 0 3553901f7fa8
child 32 58332560b319
--- a/telephonyserverplugins/common_tsy/group/ctsy.iby	Mon May 03 13:37:20 2010 +0300
+++ b/telephonyserverplugins/common_tsy/group/ctsy.iby	Thu May 06 15:10:38 2010 +0100
@@ -1,57 +1,58 @@
-// Copyright (c) 2007-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"
-// which accompanies this distribution, and is available
-// at the URL "http://www.eclipse.org/legal/epl-v10.html".
-//
-// Initial Contributors:
-// Nokia Corporation - initial contribution.
-//
-// Contributors:
-//
-// Description:
-//
-
-#ifndef CTSY_IBY
-#define CTSY_IBY
-
-//*** commontsy ***
-
-#ifdef SYMBIAN_USING_CTSY_DISPATCHER 
-	#ifdef HWRM_IS_SUPPORTED
-		patchdata commontsyfordispatcher.dll @ KHWRMIsSupported 1
-	#endif
-
-	file=ABI_DIR\DEBUG_DIR\commontsyfordispatcher.dll	Sys\Bin\commontsyfordispatcher.dll
-#else
-	#ifdef HWRM_IS_SUPPORTED
-		patchdata commontsy.dll @ KHWRMIsSupported 1
-	#endif
-
-	file=ABI_DIR\DEBUG_DIR\COMMONTSY.DLL			Sys\Bin\COMMONTSY.DLL
-
-#endif
-
-
-// c32.exe SID is 101F7989
-data=ZPRIVATE\101f7989\operatorVariants.ini		private\101f7989\operatorVariants.ini
-
-//*** customapi ***
-file=ABI_DIR\DEBUG_DIR\CUSTOMAPI.DLL        Sys\Bin\CUSTOMAPI.DLL
-
-//*** phonetsy ***
-#ifdef SYMBIAN_USING_CTSY_DISPATCHER  
-file=ABI_DIR\DEBUG_DIR\phonetsywithdispatcher.tsy	Sys\Bin\phonetsywithdispatcher.tsy
-#else
-file=ABI_DIR\DEBUG_DIR\PHONETSY.TSY        Sys\Bin\PHONETSY.TSY
-#endif
-
-// System State plugin
-#include <ctsysystemstateplugin.iby>
-
-#ifdef SYMBIAN_USING_CTSY_DISPATCHER
-#include <ctsydispatcher.iby>
-#endif
-
-#endif
+// Copyright (c) 2007-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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+#ifndef CTSY_IBY
+#define CTSY_IBY
+
+//*** commontsy ***
+
+#ifdef SYMBIAN_USING_CTSY_DISPATCHER 
+	#ifdef HWRM_IS_SUPPORTED
+		patchdata commontsyfordispatcher.dll @ KHWRMIsSupported 1
+	#endif
+
+	file=ABI_DIR\DEBUG_DIR\commontsyfordispatcher.dll	Sys\Bin\commontsyfordispatcher.dll
+#else
+	#ifdef HWRM_IS_SUPPORTED
+		patchdata commontsy.dll @ KHWRMIsSupported 1
+	#endif
+
+	file=ABI_DIR\DEBUG_DIR\COMMONTSY.DLL			Sys\Bin\COMMONTSY.DLL
+
+#endif
+
+
+// c32.exe SID is 101F7989
+data=ZPRIVATE\101f7989\operatorVariants.ini		private\101f7989\operatorVariants.ini
+data=ZPRIVATE\101f7989\ltsydata.ini				private\101f7989\ltsydata.ini
+
+//*** customapi ***
+file=ABI_DIR\DEBUG_DIR\CUSTOMAPI.DLL        Sys\Bin\CUSTOMAPI.DLL
+
+//*** phonetsy ***
+#ifdef SYMBIAN_USING_CTSY_DISPATCHER  
+file=ABI_DIR\DEBUG_DIR\phonetsywithdispatcher.tsy	Sys\Bin\phonetsywithdispatcher.tsy
+#else
+file=ABI_DIR\DEBUG_DIR\PHONETSY.TSY        Sys\Bin\PHONETSY.TSY
+#endif
+
+// System State plugin
+#include <ctsysystemstateplugin.iby>
+
+#ifdef SYMBIAN_USING_CTSY_DISPATCHER
+#include <ctsydispatcher.iby>
+#endif
+
+#endif