--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/telephonyserverplugins/common_tsy/group/ctsy.iby Tue Feb 02 01:41:59 2010 +0200
@@ -0,0 +1,57 @@
+// 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