BootupSrvGprot.h
19.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or disclosed except with the written
* permission of MediaTek Inc. (C) 2005
*
* BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
* THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
* RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
* AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
* NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
* SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
* SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
* THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
* NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
* SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
*
* BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
* LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
* AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
* OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
* MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
*
* THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
* WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
* LAWS PRINCIPLES. ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
* RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
* THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
*
*****************************************************************************/
/*****************************************************************************
*
* Filename:
* ---------
* BootupSrvGprot.h
*
* Project:
* --------
* MAUI
*
* Description:
* ------------
* Published interface of bootup.
*
* Author:
* -------
* -------
*
*============================================================================
* HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*============================================================================
****************************************************************************/
#ifndef __SRV_BOOTUP_SRV_GPROT_H__
#define __SRV_BOOTUP_SRV_GPROT_H__
/****************************************************************************
* Include
****************************************************************************/
#include "custom_nvram_sec.h" /* SML_MAX_RETRY_COUNT */
#include "MMIDataType.h"
#include "kal_general_types.h"
#include "mmi_res_range_def.h"
/****************************************************************************
* Constants
****************************************************************************/
/*
* DESCRIPTION
* Infinite number of remaining attempts.
* SEE ALSO
* srv_bootup_verify_result_struct, srv_bootup_get_verification_info
*/
#define SRV_BOOTUP_ATTEMPT_INFINITE_NUMBER 0xffff
/*
* DESCRIPTION
* Maximum retrial number of personalization lock.
* SEE ALSO
* srv_bootup_verify_result_struct, srv_bootup_get_verification_info
*/
#define SRV_BOOTUP_MAX_PERSONALIZATION_TRIAL_NUM (SML_MAX_RETRY_COUNT)
/****************************************************************************
* Typedef
****************************************************************************/
/*
* DESCRIPTION
* Current booting mode.
* However, it may be exceptional booting that needs different behavior. Please
* also determine exceptional bootup by srv_bootup_is_exception_mode().
* SEE ALSO
* srv_bootup_get_booting_mode, srv_bootup_is_exception_mode
*/
typedef enum
{
SRV_BOOTUP_MODE_INVALID, /* Unknown yet. The booting mode is known until bootup is launched. */
SRV_BOOTUP_MODE_NORMAL, /* Normal bootup. Usually power-on by key press */
SRV_BOOTUP_MODE_USB, /* USB mode */
SRV_BOOTUP_MODE_ALARM, /* Alarm ringing */
SRV_BOOTUP_MODE_PRECHARGE, /* Charger connected in, but power is not sufficient to show charging screen. */
SRV_BOOTUP_MODE_CHARGE, /* Normal charging. */
SRV_BOOTUP_MODE_END_OF_ENUM
} srv_bootup_mode_enum;
/*
* DESCRIPTION
* Verification type required by bootup.
* SEE ALSO
* srv_bootup_get_verification_type
*/
typedef enum
{
SRV_BOOTUP_VERI_NONE, /* No verification is required */
SRV_BOOTUP_VERI_PHONE_LOCK, /* Phone lock password */
SRV_BOOTUP_VERI_CHV1, /* CHV1(PIN1) */
SRV_BOOTUP_VERI_UBCHV1, /* Unblock CHV1(PUK1) */
SRV_BOOTUP_VERI_NP, /* Personalization: Network control key */
SRV_BOOTUP_VERI_NSP, /* Personalization: Network subset control key */
SRV_BOOTUP_VERI_SP, /* Personalization: Service provider control key */
SRV_BOOTUP_VERI_CP, /* Personalization: Corporate control key */
SRV_BOOTUP_VERI_SIMP, /* Personalization: SIM/USIM personalization control key */
SRV_BOOTUP_VERI_NSSP, /* Personalization: NSP + SP */
SRV_BOOTUP_VERI_SIMCP, /* Personalization: SIMP + CP */
SRV_BOOTUP_VERI_END_OF_ENUM
} srv_bootup_verification_type_enum;
/*
* DESCRIPTION
* The result of verification.
*/
typedef struct
{
/*
* Which protocol.
* If the password is not related to protocol module, e.g., phone lock,
* this value is invalid.
*/
mmi_sim_enum sim;
/* Type of verification */
srv_bootup_verification_type_enum type;
/*
* Success or not.
* NOTE even if success, not apply all verfication required are passed. Client should
* also call srv_bootup_is_verification_passed() and srv_bootup_get_verification_type()
* to check whether there is any further verfication required.
*/
MMI_BOOL success;
/*
* Verification failed may be caused by a fatal error. For example, SIM
* removed suddenly and future CHV trial is not allowed.
*/
MMI_BOOL fatal_error;
/*
* The number of remaining attempts of the verification type.
* If the verfication is locked, this value will be 0. If not limited,
* this value will be SRV_BOOTUP_ATTEMPT_INFINITE_NUMBER.
*/
S32 n_remaining_attempts;
} srv_bootup_verify_result_struct;
/*****************************************************************************
* <GROUP CallBackFunctions>
*
* FUNCTION
* srv_bootup_verify_result_callback
* DESCRIPTION
* The result callback for verification.
* PARAMETERS
* user_data : [IN] The user data passed in to the command function.
* result : [IN] Result
* RETURNS
* void
* SEE ALSO
* srv_bootup_verify_phonelock, srv_bootup_verify
*****************************************************************************/
typedef void (*srv_bootup_verify_result_callback)(void *user_data, const srv_bootup_verify_result_struct *result);
/****************************************************************************
* Global functions
****************************************************************************/
/*****************************************************************************
* FUNCTION
* srv_bootup_is_launched
* DESCRIPTION
* Normal bootup is launched.
* This is used by the applications who receive events before system is really
* booted-up. They can query the state by this function to know if they can
* operator UI, or other bootup-dependent operation.
* PARAMETERS
* void
* RETURNS
* void
*****************************************************************************/
extern MMI_BOOL srv_bootup_is_launched(void);
/*****************************************************************************
* FUNCTION
* srv_bootup_is_booting
* DESCRIPTION
* System is still booting.
* The return value will be true until entered Idle and all bootup
* flow completed.
* PARAMETERS
* void
* RETURNS
* MMI_TRUE if in booting period.
*****************************************************************************/
extern MMI_BOOL srv_bootup_is_booting(void);
/*****************************************************************************
* FUNCTION
* srv_bootup_is_completed
* DESCRIPTION
* Bootup is completed and entered idle screen.
* PARAMETERS
* void
* RETURNS
* MMI_TRUE if boot completed.
*****************************************************************************/
#define srv_bootup_is_completed() \
(srv_bootup_is_launched() && !srv_bootup_is_booting())
/*****************************************************************************
* FUNCTION
* srv_bootup_get_booting_mode
* DESCRIPTION
* Get booting mode.
* PARAMETERS
* void
* RETURNS
* Bootup mode: srv_bootup_mode_enum.
* SEE ALSO
* srv_bootup_mode_enum
*****************************************************************************/
extern srv_bootup_mode_enum srv_bootup_get_booting_mode(void);
/*****************************************************************************
* FUNCTION
* srv_bootup_is_exception_mode
* DESCRIPTION
* Is exceptional bootup. The return value will be MMI_TRUE only if some assert
* fail or fatal error caused the phone reboot.
* Normally applications only need to know bootup mode by srv_bootup_get_booting_mode(),
* but if need different behavior on exceptional booting, use this function
* to query.
* PARAMETERS
* void
* RETURNS
* MMI_TRUE if it is exceptional bootup.
* SEE ALSO
* srv_bootup_get_booting_mode
*****************************************************************************/
extern MMI_BOOL srv_bootup_is_exception_mode(void);
/****************************************************************************
* Events
****************************************************************************/
/*
* DESCRIPTION
* Event IDs of bootup.
*/
typedef enum
{
/*
* [INTERNAL]
* Notify bootup control flow module to handle bootup.
* The bootup control flow module should implement all bootup necessary steps.
*
* Structure:
* srv_bootup_start_evt_struct
*/
EVT_ID_SRV_BOOTUP_START = SRV_BOOTUP_BASE,
/*
* [INTERNAL]
* Notify the status change of SIM.
*
* Structure:
* srv_bootup_sim_status_changed_evt_struct
*/
EVT_ID_SRV_BOOTUP_SIM_STATUS_CHANGED,
/*
* This event will be emitted once bootup sanity check is passed. The applications
* which need to be initialized as earlier as possible will require this event,
* for example, interrupt applications, services needed during booting.
* If no such requirement, please subscribe EVT_ID_SRV_BOOTUP_NORMAL_INIT.
*
* Please register your event proc in BootupInitConfig.h
*
* Structure:
* srv_bootup_early_init_evt_struct
* See also:
* EVT_ID_SRV_BOOTUP_NORMAL_INIT
*/
EVT_ID_SRV_BOOTUP_EARLY_INIT,
/*
* The normal init event of booting. Applications usually subscribe to do their
* initializations. If your application has NVRAM or file accessing, it is recommended
* to trigger the initialization here. If your application does not need to be
* initialized on booting or large amount of initialization is required, you may try
* lazy initialization. That is, initialize only when the application is really launched,
* to accelerate bootup speed.
*
* Please register your event proc in BootupInitConfig.h
*
* Structure:
* srv_bootup_normal_init_evt_struct
*/
EVT_ID_SRV_BOOTUP_NORMAL_INIT,
/*
* Before entering idle screen, this event will be emitted. At this step, almost
* all initializations are completed, including SIM.
*
* Please register your event proc in BootupInitConfig.h
*
* Structure:
* srv_bootup_before_idle_evt_struct
*/
EVT_ID_SRV_BOOTUP_BEFORE_IDLE,
/*
* The bootup flow has completed and entered idle screen. All application is possible
* to be launched.
*
* Please register your event proc in BootupInitConfig.h
*
* Structure:
* srv_bootup_completed_evt_struct
*/
EVT_ID_SRV_BOOTUP_COMPLETED,
/*
* SIM slots were initialized and we can know how many SIMs are inserted.
* Available only if (MMI_MAX_SIM_NUM >= 2); that is, on multiple SIM projects.
*
* Structure:
* srv_bootup_sim_slot_ready_evt_struct
*/
EVT_ID_SRV_BOOTUP_SIM_SLOT_READY,
EVT_ID_SRV_BOOTUP_END_OF_ENUM
} srv_bootup_event_enum;
/*
* DESCRIPTION
* The event structure of EVT_ID_SRV_BOOTUP_EARLY_INIT, to trigger applications'
* initializations more early.
* SEE ALSO
* EVT_ID_SRV_BOOTUP_EARLY_INIT
*/
typedef struct
{
MMI_EVT_PARAM_HEADER
/*
* MMI_TRUE if exception mode, the same as the return value of
* srv_bootup_is_exception_mode(). Usually application does not care this
* field, see the description of srv_bootup_is_exception_mode().
*/
MMI_BOOL is_exception_mode;
} srv_bootup_early_init_evt_struct;
/*
* DESCRIPTION
* The event structure of EVT_ID_SRV_BOOTUP_NORMAL_INIT, to notify applications do
* initializations.
* SEE ALSO
* EVT_ID_SRV_BOOTUP_NORMAL_INIT
*/
typedef struct
{
MMI_EVT_PARAM_HEADER
/*
* MMI_TRUE if exception mode, the same as the return value of
* srv_bootup_is_exception_mode(). Usually application does not care this
* field, see the description of srv_bootup_is_exception_mode().
*/
MMI_BOOL is_exception_mode;
} srv_bootup_normal_init_evt_struct;
/*
* DESCRIPTION
* The event structure of EVT_ID_SRV_BOOTUP_BEFORE_IDLE, to notify it is going to
* idle first time.
* SEE ALSO
* EVT_ID_SRV_BOOTUP_BEFORE_IDLE
*/
typedef struct
{
MMI_EVT_PARAM_HEADER
/*
* MMI_TRUE if exception mode, the same as the return value of
* srv_bootup_is_exception_mode(). Usually application does not care this
* field, see the description of srv_bootup_is_exception_mode().
*/
MMI_BOOL is_exception_mode;
} srv_bootup_before_idle_evt_struct;
/*
* DESCRIPTION
* The event structure of EVT_ID_SRV_BOOTUP_COMPLETED, to notify the bootup flow
* has completed and entered idle screen.
* SEE ALSO
* EVT_ID_SRV_BOOTUP_COMPLETED
*/
typedef struct
{
MMI_EVT_PARAM_HEADER
/*
* MMI_TRUE if exception mode, the same as the return value of
* srv_bootup_is_exception_mode(). Usually application does not care this
* field, see the description of srv_bootup_is_exception_mode().
*/
MMI_BOOL is_exception_mode;
} srv_bootup_completed_evt_struct;
#if (MMI_MAX_SIM_NUM >= 2)
/*
* DESCRIPTION
* The event structure of EVT_ID_SRV_BOOTUP_SIM_SLOT_READY, which will be emitted
* on SIM slots were initialized.
* NOTE: Only supported on multiple SIM projects.
*
* SEE ALSO
* EVT_ID_SRV_BOOTUP_SIM_SLOT_READY
*/
typedef struct
{
MMI_EVT_PARAM_HEADER
/* Number of SIMs inserted */
S32 n_inserted;
/* Bit set of SIM-inserted slots */
U32 inserted_sims;
} srv_bootup_sim_slot_ready_evt_struct;
#endif
/* DOM-NOT_FOR_SDK-BEGIN */
/*****************************************************************************
* FUNCTION
* srv_bootup_verification_is_passed
* DESCRIPTION
* To query if all verfications of speficic protocol layer for bootup are passed.
* Note that the verification of a protocol layer is passed does NOT imply
* the SIM is available. Verfication passed means the verification on the SIM
* is no longer required. Maybe SIM blocked, SIM not inserted. User can use
* srv_sim_ctrl_is_available() to query the availability of SIM during booting.
* This function is only for the applications which can be launched during
* booting, need to know the verification status. But we suggest applications
* allow normal operations only after booting completed, do not use this function
* unless you really require. Query srv_bootup_is_completed() instead if possible.
* PARAMETERS
* sim : [IN] Which protocol layer
* RETURNS
* MMI_TRUE if no verfication is required anymore.
* SEE ALSO
* srv_bootup_get_verification_type
*****************************************************************************/
extern MMI_BOOL srv_bootup_verification_is_passed(mmi_sim_enum sim);
/*****************************************************************************
* FUNCTION
* srv_bootup_get_verification_type
* DESCRIPTION
* Get the type of verfication currently required.
* PARAMETERS
* sim : [IN] Which protocol layer
* n_remaining_attempts : [OUT] Number of remaining attempts. If equals to 0,
* we can not do verification anymore.
* RETURNS
* srv_bootup_verification_type_enum
* SEE ALSO
* srv_bootup_is_verification_passed
*****************************************************************************/
extern srv_bootup_verification_type_enum srv_bootup_get_verification_info(
mmi_sim_enum sim,
S32 *n_remaining_attempts);
/*****************************************************************************
* FUNCTION
* srv_bootup_verify
* DESCRIPTION
* Verfiy the password currently required.
* This function can be used only if srv_bootup_get_verification_type() ==
* SRV_BOOTUP_VERI_CHV1 or SRV_BOOTUP_VERI_PERSONALIZATION_LOCK.
* PARAMETERS
* sim : [IN] Which SIM
* password : [IN] UCS2-encoded string of password.
* result_callback : [IN] Callback to return result.
* user_data : [IN] The data pointer to be passed into result_callback().
* RETURNS
* void
*****************************************************************************/
#if 0
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
#endif
extern void srv_bootup_verify(
mmi_sim_enum sim,
const WCHAR *password,
const WCHAR *new_password,
srv_bootup_verify_result_callback result_callback,
void *user_data);
extern void srv_bootup_set_mode(void* msg);
/*****************************************************************************
* FUNCTION
* srv_bootup_power_on_ind_hdlr
* DESCRIPTION
* [For MMI framework only]
* The event handler of MMI_EQ_POWER_ON_IND.
* This handler stores the necessary information from the power-on indication,
* and start normal booting if the power-on mode is POWER_ON_KEYPAD or
* POWER_ON_EXCEPTION.
* PARAMETERS
* msg : [IN] mmi_eq_power_on_ind_struct*
* RETURNS
* MMI_TRUE if the power-on mode is POWER_ON_KEYPAD or POWER_ON_EXCEPTION.
* Otherwise, returns MMI_FALSE.
*****************************************************************************/
extern MMI_BOOL srv_bootup_power_on_ind_hdlr(void *msg);
extern MMI_BOOL srv_bootup_sec_password_required_ind_hdlr(mmi_sim_enum sim, void *msg);
extern MMI_BOOL srv_bootup_sec_smu_fail_ind_hdlr(mmi_sim_enum sim, void *msg);
/* DOM-NOT_FOR_SDK-END */
#endif /* __SRV_BOOTUP_SRV_GPROT_H__ */