author | Billy Gibson <Billy.Gibson@nokia.com> |
Fri, 09 Apr 2010 17:19:12 +0100 | |
branch | GeoConversion |
changeset 16 | 90477588756a |
permissions | -rw-r--r-- |
16
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
1 |
/* |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
3 |
* All rights reserved. |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
5 |
* under the terms of the License "Symbian Foundation License v1.0" |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
7 |
* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
8 |
* |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
11 |
* |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
12 |
* Contributors: |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
13 |
* |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
14 |
* Description: This file provides the information required for building the |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
15 |
* location monitor component. |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
16 |
* |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
17 |
*/ |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
18 |
|
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
19 |
#include "../../ConversionDataTypes/group/bld.inf" |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
20 |
#include "../ConversionCommon/group/bld.inf" |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
21 |
#include "../ConversionClientApi/group/bld.inf" |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
22 |
#include "../ConversionPluginApi/group/bld.inf" |
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
23 |
|
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
24 |
|
90477588756a
Draft APIs for Converting Cell and/or WLAN information to a latitudes and longitude
Billy Gibson <Billy.Gibson@nokia.com>
parents:
diff
changeset
|
25 |
// End of file |