equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2003-2005 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2003-2005 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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
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.symbianfoundation.org/legal/licencesv10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 * |
8 * |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
178 </branchInfo>*/ |
178 </branchInfo>*/ |
179 // BRANCH 08-04-18 : gronoff |
179 // BRANCH 08-04-18 : gronoff |
180 , |
180 , |
181 /** Converged service plugin and UI extension plugin*/ |
181 /** Converged service plugin and UI extension plugin*/ |
182 KAiwCmdCSCServicePlugins = 0x1020E56F, |
182 KAiwCmdCSCServicePlugins = 0x1020E56F, |
183 KAiwCmdCSCUiExtensionPlugins = 0x10282EF7 |
183 KAiwCmdCSCUiExtensionPlugins = 0x10282EF7, |
|
184 KAiwCmdSaveToCalendar = 0x2002A507 |
184 // BRANCH_END 08-04-18 : gronoff |
185 // BRANCH_END 08-04-18 : gronoff |
185 }; |
186 }; |
186 |
187 |
187 |
188 |
188 // Service command strings. These strings are used in service provider's |
189 // Service command strings. These strings are used in service provider's |
238 /*<branchInfo originator="gronoff" since="08-04-18" category="new_feature" error=”none”> |
239 /*<branchInfo originator="gronoff" since="08-04-18" category="new_feature" error=”none”> |
239 <pf_5250_OFF_CYCLE_SW_INT> |
240 <pf_5250_OFF_CYCLE_SW_INT> |
240 </branchInfo>*/ |
241 </branchInfo>*/ |
241 // BRANCH 08-04-18 : gronoff |
242 // BRANCH 08-04-18 : gronoff |
242 #define KAiwCmdCSCServicePluginsStr "1020E56F" |
243 #define KAiwCmdCSCServicePluginsStr "1020E56F" |
243 #define KAiwCmdCSCUiExtensionPluginsStr "10282EF7" |
244 #define KAiwCmdCSCUiExtensionPluginsStr "10282EF7" |
|
245 #define KAiwCmdSaveToCalendarStr "2002A507" |
244 // BRANCH_END 08-04-18 : gronoff |
246 // BRANCH_END 08-04-18 : gronoff |
245 |
247 |
246 /** |
248 /** |
247 * Service command options (bits) to alter command handling behaviour. |
249 * Service command options (bits) to alter command handling behaviour. |
248 */ |
250 */ |