equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Structure definition for resource file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // INCLUDES |
|
20 #include "sipluginimplementationuids.hrh" |
|
21 |
|
22 // STRUCTURE DEFINITIONS |
|
23 |
|
24 // ----------------------------------------------------------------------------- |
|
25 // SICONTROLLER_INFO |
|
26 // Structure definition for SIControllerPlugin resource file. |
|
27 // ----------------------------------------------------------------------------- |
|
28 // |
|
29 STRUCT SICONTROLLER_INFO |
|
30 { |
|
31 /*LONG voice_encoder_uid = KUidCodecPCM16ToGSM610; // GSM 6.10 FR encoder |
|
32 LONG voice_decoder_uid = KUidCodecGSM610ToPCM16; // GSM 6.10 FR decoder |
|
33 WORD compression_rate = -1; // NotSupported by default |
|
34 */ |
|
35 WORD max_models_per_bank; |
|
36 |
|
37 WORD max_models_in_system; |
|
38 LTEXT db_file_name; |
|
39 LTEXT data_file_name_prefix; |
|
40 LTEXT data_file_name_postfix; |
|
41 LTEXT data_file_name_seperator; |
|
42 WORD user_define_1; // Reserved |
|
43 WORD user_define_2; // Reserved |
|
44 WORD user_define_3; // Reserved |
|
45 } |
|
46 |
|
47 // End of File |