|
1 /* |
|
2 * Copyright (c) 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 * |
|
16 */ |
|
17 #ifndef __LBS_GPS_AGPS_ADAPTATION_PSY_IBY__ |
|
18 #define __LBS_GPS_AGPS_ADAPTATION_PSY_IBY__ |
|
19 |
|
20 #if !defined(SYMBIAN_EXCLUDE_LOCATION) |
|
21 |
|
22 |
|
23 #if defined (SYMBIAN_INCLUDE_LOCATION_GPS_PM) && defined(SYMBIAN_INCLUDE_LOCATION_AGPS_PM) |
|
24 ECOM_PLUGIN(lbsgpsagpspsy.dll,lbsgpsagpspsy.rsc) |
|
25 //__ECOM_PLUGIN(ABI_DIR\BUILD_DIR,ECOM_BIN_DIR,DATAZ_,ECOM_RSC_DIR,lbsgpsagpspsy.dll,lbsgpsagpspsy.dll) |
|
26 #endif |
|
27 |
|
28 #if defined(SYMBIAN_INCLUDE_LOCATION_GPS_PM) && !defined(SYMBIAN_INCLUDE_LOCATION_AGPS_PM) |
|
29 __ECOM_PLUGIN(ABI_DIR\BUILD_DIR, ECOM_BIN_DIR, DATAZ_\resource\gps, ECOM_RSC_DIR, lbsgpsagpspsy.dll, lbsgpsagpspsy.dll) |
|
30 #endif |
|
31 |
|
32 #if !defined(SYMBIAN_INCLUDE_LOCATION_GPS_PM) && defined(SYMBIAN_INCLUDE_LOCATION_AGPS_PM) |
|
33 __ECOM_PLUGIN(ABI_DIR\BUILD_DIR, ECOM_BIN_DIR, DATAZ_\resource\agps, ECOM_RSC_DIR, lbsgpsagpspsy.dll, lbsgpsagpspsy.dll) |
|
34 #endif |
|
35 |
|
36 // GPS PSY resource |
|
37 #if defined(SYMBIAN_INCLUDE_LOCATION_GPS_PM) |
|
38 data=ZRESOURCE\lbsgpspsy_name.rsc resource\lbsgpspsy_name.rsc |
|
39 #endif // SYMBIAN_INCLUDE_LOCATION_GPS_PM |
|
40 |
|
41 // AGPS PSY resource |
|
42 #if defined(SYMBIAN_INCLUDE_LOCATION_AGPS_PM) |
|
43 data=ZRESOURCE\lbsagpspsy_name.rsc resource\lbsagpspsy_name.rsc |
|
44 #endif // SYMBIAN_INCLUDE_LOCATION_AGPS_PM |
|
45 |
|
46 #endif // SYMBIAN_EXCLUDE_LOCATION |
|
47 |
|
48 #endif // __LBS_GPS_AGPS_ADAPTATION_PSY_IBY__ |