telephonyserverplugins/common_tsy/group/ctsy.iby
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
child 44 8b72faa1200f
child 51 6012a0dcf61c
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef CTSY_IBY
       
    17 #define CTSY_IBY
       
    18 
       
    19 //*** commontsy ***
       
    20 
       
    21 #ifdef SYMBIAN_USING_CTSY_DISPATCHER 
       
    22 	#ifdef HWRM_IS_SUPPORTED
       
    23 		patchdata commontsyfordispatcher.dll @ KHWRMIsSupported 1
       
    24 	#endif
       
    25 
       
    26 	file=ABI_DIR\DEBUG_DIR\commontsyfordispatcher.dll	Sys\Bin\commontsyfordispatcher.dll
       
    27 #else
       
    28 	#ifdef HWRM_IS_SUPPORTED
       
    29 		patchdata commontsy.dll @ KHWRMIsSupported 1
       
    30 	#endif
       
    31 
       
    32 	file=ABI_DIR\DEBUG_DIR\COMMONTSY.DLL			Sys\Bin\COMMONTSY.DLL
       
    33 
       
    34 #endif
       
    35 
       
    36 
       
    37 // c32.exe SID is 101F7989
       
    38 data=ZPRIVATE\101f7989\operatorVariants.ini		private\101f7989\operatorVariants.ini
       
    39 
       
    40 //*** customapi ***
       
    41 file=ABI_DIR\DEBUG_DIR\CUSTOMAPI.DLL        Sys\Bin\CUSTOMAPI.DLL
       
    42 
       
    43 //*** phonetsy ***
       
    44 #ifdef SYMBIAN_USING_CTSY_DISPATCHER  
       
    45 file=ABI_DIR\DEBUG_DIR\phonetsywithdispatcher.tsy	Sys\Bin\phonetsywithdispatcher.tsy
       
    46 #else
       
    47 file=ABI_DIR\DEBUG_DIR\PHONETSY.TSY        Sys\Bin\PHONETSY.TSY
       
    48 #endif
       
    49 
       
    50 // System State plugin
       
    51 #include <ctsysystemstateplugin.iby>
       
    52 
       
    53 #ifdef SYMBIAN_USING_CTSY_DISPATCHER
       
    54 #include <ctsydispatcher.iby>
       
    55 #endif
       
    56 
       
    57 #endif