1 /* |
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
3 * All rights reserved. |
3 // This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
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 // which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
7 // |
8 * |
8 // Initial Contributors: |
9 * Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
10 // |
11 * |
11 // Contributors: |
12 * Contributors: |
12 // |
13 * |
|
14 * Description: |
|
15 * Name : lbsipc.hrh |
|
16 * Part of : Mobile Location Framework/Location FW |
|
17 * Interface : Location Acquisition API |
|
18 * Client-Server Request codes |
|
19 * Version : |
|
20 * This material, including documentation and any related |
|
21 * computer programs, is protected by copyright controlled by |
|
22 * Nokia Corporation. All rights are reserved. Copying, |
|
23 * including reproducing, storing, adapting or translating, any |
|
24 * or all of this material requires the prior written consent of |
|
25 * Nokia Corporation. This material also contains confidential |
|
26 * information which may not be disclosed to others without the |
|
27 * prior written consent of Nokia Corporation. |
|
28 * |
|
29 */ |
|
30 |
|
31 |
|
32 |
|
33 |
13 |
34 /** |
14 /** |
35 @file |
15 @file |
36 @publishedAll |
16 @publishedAll |
37 @released |
17 @released |
38 */ |
18 */ |
39 |
19 |
40 // Following added to maintain compatibility with Symbian Loc Server |
20 // Following added to maintain compatibility with Symbian Lbs |
41 #define EPositioningCancelOffset 500 |
21 #define EPositioningCancelOffset 500 |
42 #define EPositioningCompleteOffset 600 |
22 #define EPositioningCompleteOffset 600 |
43 #define IPC_LOCATION_START 1000 |
23 #define IPC_LOCATION_START 1000 |
44 |
24 |
45 // 0x00000000 to 0x00000FFF not used |
25 // 0x00000000 to 0x00000FFF not used |
85 EPositionerSetUpdateOptions, |
65 EPositionerSetUpdateOptions, |
86 EPositionerGetUpdateOptions, |
66 EPositionerGetUpdateOptions, |
87 EPositionerGetLastKnownPosition, |
67 EPositionerGetLastKnownPosition, |
88 EPositionerNotifyPositionUpdate, |
68 EPositionerNotifyPositionUpdate, |
89 |
69 |
90 // Following added to maintain compatibility with Symbian Loc Server |
70 // Following added to maintain compatibility with Symbian Lbs |
91 EPositionerOpenServer = EPositionerRedundentOffset, |
71 EPositionerOpenServer = EPositionerRedundentOffset, |
92 EPositionCustomCodesBegin, |
72 EPositionCustomCodesBegin, |
93 EPositionCancelIpcsBegin, |
73 EPositionCancelIpcsBegin, |
94 EPositionServerNotifyModuleStatusEventCancel, |
74 EPositionServerNotifyModuleStatusEventCancel, |
95 EPositionerGetLastKnownPositionCancel, |
75 EPositionerGetLastKnownPositionCancel, |