telephonyserverplugins/common_tsy/commontsy/exportinc/serviceapi/MmTsy_IPCdefs.h
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     1 /*
     1 /*
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18    
    18 
    19 
    19 
    20 
    20 
    21 /**
    21 /**
    22  @file
    22  @file
    23  @publishedPartner
    23  @publishedPartner
   154 	ECtsyPhoneCellInfoSync = IPC_CTSY_BASE,
   154 	ECtsyPhoneCellInfoSync = IPC_CTSY_BASE,
   155 	ECtsyPhoneCellInfoReq,
   155 	ECtsyPhoneCellInfoReq,
   156 	ECtsyPhoneCellInfoComp,
   156 	ECtsyPhoneCellInfoComp,
   157 	ECtsyPhoneCellInfoIndReq,
   157 	ECtsyPhoneCellInfoIndReq,
   158 	ECtsyPhoneCellInfoIndComp,
   158 	ECtsyPhoneCellInfoIndComp,
   159 	ECtsyPhoneCellInfoInd,
   159 	ECtsyPhoneCellInfoInd,	// 5
   160 	ECtsyUpdateLifeTimeReq,
   160 	ECtsyUpdateLifeTimeReq,
   161 	ECtsyUpdateLifeTimeComp,
   161 	ECtsyUpdateLifeTimeComp,
   162 	ECtsyPacketMbmsInitialiseContextReq,
   162 	ECtsyPacketMbmsInitialiseContextReq,
   163 	ECtsyPacketMbmsInitialiseContextComp,
   163 	ECtsyPacketMbmsInitialiseContextComp,
   164 	ECtsyPacketMbmsContextNotifyConfigChanged,
   164 	ECtsyPacketMbmsContextNotifyConfigChanged, // 10
   165 	ECtsyPhoneTerminateAllCallsReq,
   165 	ECtsyPhoneTerminateAllCallsReq,
   166 	ECtsyPhoneTerminateAllCallsComp,
   166 	ECtsyPhoneTerminateAllCallsComp,
   167 	// RMobilePhone::NotifySendNetworkServiceRequest
   167 	// RMobilePhone::NotifySendNetworkServiceRequest
   168 	ECtsyPhoneSendNetworkServiceRequestReq,
   168 	ECtsyPhoneSendNetworkServiceRequestReq,
   169 	ECtsyPhoneSendNetworkServiceRequestIndReq,
   169 	ECtsyPhoneSendNetworkServiceRequestIndReq,
   170 	ECtsyPhoneSendNetworkServiceRequestInd,
   170 	ECtsyPhoneSendNetworkServiceRequestInd,	//15
   171 	ECtsyPhoneTerminateActiveCallsReq,
   171 	ECtsyPhoneGetPreferredNetworksReq,
   172     ECtsyPhoneTerminateActiveCallsComp
   172 	ECtsyPhoneGetPreferredNetworksComp,
       
   173 	ECtsyPhoneStorePreferredNetworksListReq,
       
   174 	ECtsyPhoneStorePreferredNetworksListComp
   173 	};
   175 	};
   174 #else
   176 #else
   175 enum TCtsyIpc
   177 enum TCtsyIpc
   176 	{	
   178 	{	
   177 	ECtsyPhoneCellInfoReq = IPC_CTSY_BASE,
   179 	ECtsyPhoneCellInfoReq = IPC_CTSY_BASE,
   178 	ECtsyPhoneCellInfoComp,
   180 	ECtsyPhoneCellInfoComp,
   179 	ECtsyPhoneCellInfoIndReq,
   181 	ECtsyPhoneCellInfoIndReq,
   180 	ECtsyPhoneCellInfoIndComp,
   182 	ECtsyPhoneCellInfoIndComp,
   181 	ECtsyUpdateLifeTimeReq,
   183 	ECtsyUpdateLifeTimeReq,
   182 	ECtsyUpdateLifeTimeComp,
   184 	ECtsyUpdateLifeTimeComp,	// 5
   183 	ECtsyPacketMbmsInitialiseContextReq,
   185 	ECtsyPacketMbmsInitialiseContextReq,
   184 	ECtsyPacketMbmsInitialiseContextComp,
   186 	ECtsyPacketMbmsInitialiseContextComp,
   185 	ECtsyPacketMbmsContextNotifyConfigChanged,
   187 	ECtsyPacketMbmsContextNotifyConfigChanged,
   186 	ECtsyPhoneTerminateAllCallsReq,
   188 	ECtsyPhoneTerminateAllCallsReq,
   187 	ECtsyPhoneTerminateAllCallsComp,
   189 	ECtsyPhoneTerminateAllCallsComp,	//10
   188 	ECtsyPhoneSendNetworkServiceRequestInd,
   190 	ECtsyPhoneSendNetworkServiceRequestInd,
   189 	ECtsyGetPhoneIdV2Comp,
   191 	ECtsyGetPhoneIdV2Comp,
   190     ECtsyPhoneTerminateActiveCallsReq,
   192 	ECtsyPhoneGetPreferredNetworksReq,
   191     ECtsyPhoneTerminateActiveCallsComp
   193 	ECtsyPhoneGetPreferredNetworksComp,
       
   194 	ECtsyPhoneStorePreferredNetworksListReq,	 //15
       
   195 	ECtsyPhoneStorePreferredNetworksListComp
   192 	};
   196 	};
   193 #endif //USING_CTSY_DISPATCHER
   197 #endif //USING_CTSY_DISPATCHER
   194 
   198 
   195 #endif // MMTSY_IPCDEFS_H
   199 #endif // MMTSY_IPCDEFS_H
   196      
   200