equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-2008 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: Header declaration |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 #ifndef XML_LOCALNAME_CONSTANTS_H |
|
26 #define XML_LOCALNAME_CONSTANTS_H |
|
27 |
|
28 _LIT8(KIdentityProvider8, "IdentityProvider"); |
|
29 _LIT8(KFakeIMEI8, "012345678901234"); |
|
30 _LIT8(KContract8, "urn:liberty:as:2004-04"); |
|
31 _LIT8(KImei, "IMEI"); |
|
32 _LIT8(KType, "type"); |
|
33 |
|
34 _LIT8(KAuthzID8, "AuthzID"); |
|
35 _LIT8(KAdvisoryAuthnID8, "AdvisoryAuthnID"); |
|
36 _LIT8(KPassword8, "Password"); |
|
37 _LIT8(KProviderID8, "ProviderID"); |
|
38 |
|
39 |
|
40 #endif XML_LOCALNAME_CONSTANTS_H |
|
41 |
|
42 // End of File |