|
1 /** |
|
2 * Copyright (c) 2005-2009 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: |
|
15 * This file define SBLP specific constants |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 |
|
22 /** |
|
23 @file SblpSpecificDefs.h |
|
24 */ |
|
25 |
|
26 #if (!defined SBLPSPECIFICDEFS_H) |
|
27 #define SBLPSPECIFICDEFS_H |
|
28 |
|
29 //Sblp generic parameters. |
|
30 _LIT(KTe_AuthorisationToken,"AuthorisationToken"); |
|
31 _LIT(KTe_SubConExtensionSblpParamsSetName,"GSetExtSblp"); |
|
32 //_LIT(KTe_SubConExtSblpParams,"ExtensionSblpSet"); |
|
33 |
|
34 |
|
35 _LIT(KTe_SubConExtensionSblpFlowName,"FlowName"); |
|
36 _LIT(KTe_SubConnectionSblpParamsName,"SubConnSblpParamsName"); |
|
37 _LIT(KTe_SubConnectionSblpExtFlowName,"SblpExtFlow"); |
|
38 _LIT(KTe_SubConnectionSblpExt,"SblpExt"); |
|
39 _LIT(KTe_SubConGenericSblpParamsSetName,"GSetSblp"); |
|
40 |
|
41 //_LIT(KTe_SubConExtensionSblpFlowID,"FlowID"); |
|
42 _LIT(KTe_SubConExtSblpMediaComponent,"MediaComponent"); |
|
43 _LIT(KTe_SubConExtensionSblpIPFlowNumber,"IPFlowNumber"); |
|
44 |
|
45 #endif //SBLPSPECIFICDEFS_H |
|
46 |