epoc32/include/et_clsvr.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Final list of Symbian^2 public API header files
     1 // Copyright (c) 1997-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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // This version of the file contains the reordered version of the IPC table for the purpose
    15 // of having a more efficient policy table as part of the platform security framework.
    16 // Previously IPCs were ordered by functional area and now they are ordered by the capability
    17 // associated with them.
    18 // All IPCs policed with SIDs should be added here.
    19 // 
    20 //
    21 
    22 
    23 
    24 /**
    25  @file
    26  @publishedAll
    27  @released
    28 */
    29 
    30 #if !defined (__ET_CLISVR_H__)
    31 #define __ET_CLISVR_H__
    32 
    33 #define IPC_ETEL_CORE   (0)
    34 
    35 /**
    36 Used by extension APIs to offset their cancel IPC values
    37 */
    38 #define EMobileCancelOffset					500
    39 
    40 //
    41 // None
    42 //
    43 enum
    44 	{
    45 	EEtelOpenFromSession = 0,                                    // 0
    46 	EEtelOpenFromSubSession,                                     // 1
    47 	EEtelOpenByNameFromSession,                                  // 2
    48 	EEtelOpenByNameFromSubSession,                               // 3
    49 	EEtelClose,                                                  // 4
    50 	EEtelCancelSubSession,                                       // 5
    51 	EETelLineCapsChangeNotification,                             // 6
    52 	EETelLineCapsChangeNotificationCancel,                       // 7
    53 	EETelPhoneCapsChangeNotification,                            // 8
    54 	EETelPhoneCapsChangeNotificationCancel,                      // 9
    55 	EEtelCallCapsChangeNotification,                             // 10
    56 	EEtelCallCapsChangeNotificationCancel,                       // 11
    57 	EEtelCallGetBearerServiceInfo,                               // 12
    58 	EEtelCallGetCallDuration,                                    // 13
    59 	EEtelCallGetCallParams,                                      // 14
    60 	EEtelCallGetCaps,                                            // 15
    61 	EEtelCallGetFaxSettings,                                     // 16
    62 	EEtelCallGetInfo,                                            // 17
    63 	EEtelCallGetOwnershipStatus,                                 // 18
    64 	EEtelCallGetStatus,                                          // 19
    65 	EEtelCallNotifyDurationChange,                               // 20
    66 	EEtelCallNotifyDurationChangeCancel,                         // 21
    67 	EEtelCallNotifyHookChange,                                   // 22
    68 	EEtelCallNotifyHookChangeCancel,                             // 23
    69 	EEtelCallNotifyStatusChange,                                 // 24
    70 	EEtelCallNotifyStatusChangeCancel,                           // 25
    71 	EEtelCallReferenceCount,                                     // 26
    72 	EEtelDbgCheckHeap,                                           // 27
    73 	EEtelDbgDoDumpDebugInfo,                                     // 28
    74 	EEtelDbgFailNext,                                            // 29
    75 	EEtelDbgMarkEnd,                                             // 30
    76 	EEtelDbgMarkHeap,                                            // 31
    77 	EEtelDbgSetDebugPrintMask,                                   // 32
    78 	EEtelFaxWaitForEndOfPage,                                    // 33
    79 	EEtelLineEnumerateCall,                                      // 34
    80 	EEtelLineGetCallInfo,                                        // 35
    81 	EEtelLineGetCaps,                                            // 36
    82 	EEtelLineGetHookStatus,                                      // 37
    83 	EEtelLineGetInfo,                                            // 38
    84 	EEtelLineGetStatus,                                          // 39
    85 	EEtelLineNotifyCallAdded,                                    // 40
    86 	EEtelLineNotifyCallAddedCancel,                              // 41
    87 	EEtelLineNotifyHookChange,                                   // 42
    88 	EEtelLineNotifyHookChangeCancel,                             // 43
    89 	EEtelLineNotifyStatusChange,                                 // 44
    90 	EEtelLineNotifyStatusChangeCancel,                           // 45
    91 	EEtelPhoneEnumerateLines,                                    // 46
    92 	EEtelPhoneGetCaps,                                           // 47
    93 	EEtelPhoneGetInfo,                                           // 48
    94 	EEtelPhoneGetLineInfo,                                       // 49
    95 	EEtelPhoneGetStatus,                                         // 50
    96 	EEtelPhoneNotifyModemDetected,                               // 51
    97 	EEtelPhoneNotifyModemDetectedCancel,                         // 52
    98 	EEtelServerClosePhoneModule,                                 // 53
    99 	EEtelServerEnumeratePhones,                                  // 54
   100 	EEtelServerGetTsyName,                                       // 55
   101 	EEtelServerGetTsyVersionNo,                                  // 56
   102 	EEtelServerLoadPhoneModule,                                  // 57
   103 	EEtelServerOpen,                                             // 58
   104 	EEtelServerPhoneInfoByIndex,                                 // 59
   105 	EEtelServerQueryTsyFunctionality,                            // 60
   106 	EEtelServerSetExtendedErrorGranularity                       // 61
   107 	};
   108 
   109 //
   110 // NetworkServices
   111 //
   112 enum
   113 	{
   114 	EEtelAdoptFaxSharedHeaderFile = 62,                          // 62
   115 	EEtelCallAcquireOwnership,                                   // 63
   116 	EEtelCallAcquireOwnershipCancel,                             // 64
   117 	EEtelCallConnect,                                            // 65
   118 	EEtelCallConnectCancel,                                      // 66
   119 	EEtelCallHangUp,                                             // 67
   120 	EEtelCallHangUpCancel,                                       // 68
   121 	EEtelCallTransferOwnership,                                  // 69
   122 	EEtelFaxTerminateFaxSession,                                 // 70
   123 	EEtelLineNotifyIncomingCall,                                 // 71
   124 	EEtelLineNotifyIncomingCallCancel                            // 72
   125 	};
   126 
   127 //
   128 // WriteDeviceData
   129 //
   130 enum
   131 	{
   132 	EEtelCallSetFaxSettings = 73,                                // 73
   133 	};
   134 
   135 //
   136 // NetworkControl
   137 //
   138 enum
   139 	{
   140 	EEtelGlobalKernelObjectHandle = 74,                          // 74
   141 	};
   142 
   143 //
   144 // None
   145 //
   146 enum
   147 	{
   148 	EEtelPhoneInitialise = 75,                                   // 75
   149 	EEtelPhoneInitialiseCancel,                                  // 76
   150 	};
   151 
   152 //
   153 // NetworkControl + SID
   154 //
   155 enum
   156 	{
   157 	EEtelServerSetPriorityClient = 77,                           // 77
   158 	};
   159 
   160 //
   161 // NetworkControl NetworkServices
   162 //
   163 enum
   164 	{
   165 	EEtelCallAnswer = 78,                                        // 78
   166 	EEtelCallAnswerCancel,                                       // 79
   167 	EEtelCallDial,                                               // 80
   168 	EEtelCallDialCancel,                                         // 81
   169 	EEtelCallLoanDataPort,                                       // 82
   170 	EEtelCallLoanDataPortCancel,                                 // 83
   171 	EEtelCallRecoverDataPort                                     // 84
   172 	};
   173 
   174 //
   175 // NetworkServices ReadUserData
   176 //
   177 enum
   178 	{
   179 	EEtelFaxRead = 85,                                           // 85
   180 	};
   181 
   182 //
   183 // NetworkServices WriteUserData
   184 //
   185 enum
   186 	{
   187 	EEtelFaxWrite = 86,                                          // 86
   188 	};
   189 
   190 //
   191 // None
   192 //
   193 enum
   194 	{
   195 	EEtelDbgFailNextAvail = 87,										//87
   196 	};
   197 
   198 //
   199 // WriteDeviceData
   200 //
   201 enum
   202 	{
   203 	EETelPhoneSetEmergencyClient = 88,							 // 88
   204 	};
   205 
   206 //
   207 // SID
   208 //
   209 enum
   210 	{
   211 	EEtelOpenFromSubSessionLcs = 89,                           // 89
   212 	};
   213 
   214 //
   215 // NetworkControl + SID
   216 //
   217 enum
   218 	{
   219 	EEtelServerSetPriorityClientV2 = 90,						 // 90
   220 	};
   221 
   222 
   223 //
   224 // NetworkServices NetworkControl SID
   225 //
   226 enum
   227 	{
   228 	EMobileCallDialCallControl = 91							// 91
   229 	};
   230 
   231 //
   232 // None
   233 //
   234 enum
   235 	{
   236 	EEtelFlushInterfaceQueue = 92							// 92
   237 	};
   238 
   239 enum
   240 	{
   241 	EMobileCallDialCallControlCancel = EMobileCallDialCallControl + EMobileCancelOffset	// 591
   242 	};
   243 
   244 #endif