telephonyserverplugins/common_tsy/group/ctsy.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 15:36:38 +0300
changeset 49 f50f4094acd7
parent 0 3553901f7fa8
child 66 07a122eea281
permissions -rw-r--r--
Revision: 201027 Kit: 2010127

// 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