56
|
1 |
/*
|
|
2 |
* Copyright (c) 2005-2010 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: Image description file for project locationomasuplprotocolhandler
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#ifndef OMASUPLPROTOCOLHANDLER_IBY
|
|
21 |
#define OMASUPLPROTOCOLHANDLER_IBY
|
|
22 |
|
|
23 |
#include <bldvariant.hrh>
|
|
24 |
|
|
25 |
////////////////////////////////////////
|
|
26 |
// *** OMA SUPL Protocol Handler *** //
|
|
27 |
//////////////////////////////////////
|
|
28 |
|
|
29 |
#ifdef __OMA_SUPL_PLUGINS
|
|
30 |
|
|
31 |
//ASN Plugin
|
|
32 |
file=ABI_DIR\BUILD_DIR\epos_comasuplasnplugin.dll SHARED_LIB_DIR\epos_comasuplasnplugin.dll
|
|
33 |
|
|
34 |
|
|
35 |
//OMA SUPL POS message plugin dll
|
|
36 |
//file=ABI_DIR\BUILD_DIR\eposomasuplposmessageplugin.dll SHARED_LIB_DIR\eposomasuplposmessageplugin.dll
|
|
37 |
|
|
38 |
//SUPL Listener
|
|
39 |
file=ABI_DIR\BUILD_DIR\epos_omasupllistener.exe SHARED_LIB_DIR\epos_omasupllistener.exe
|
|
40 |
|
|
41 |
|
|
42 |
//OMA Protocol Handler Plugin & resource file
|
|
43 |
ECOM_PLUGIN(eposomasuplprotocolhandler.dll,eposomasuplprotocolhandler.rsc)
|
|
44 |
|
|
45 |
//OMA Protocol Handler Plugin & resource file
|
|
46 |
ECOM_PLUGIN(eposomasuplprotocolhandler1.dll,eposomasuplprotocolhandler1.rsc)
|
|
47 |
|
|
48 |
#ifndef FF_DISABLE_OMA_SUPL_V2
|
|
49 |
//OMA Protocol Handler Plugin & resource file
|
|
50 |
ECOM_PLUGIN(eposomasuplprotocolhandler2.dll,eposomasuplprotocolhandler2.rsc)
|
|
51 |
#endif // FF_DISABLE_OMA_SUPL_V2
|
|
52 |
|
|
53 |
//OMA Provisioning
|
|
54 |
ECOM_PLUGIN(epos_omasuplprovhandler.dll,1027509B.rsc)
|
|
55 |
|
|
56 |
data=DATAZ_\resource\epos_omasuplprovhandlerres.rsc resource\epos_omasuplprovhandlerres.rsc
|
|
57 |
|
|
58 |
|
|
59 |
//WAP Plugin
|
|
60 |
ECOM_PLUGIN(epos_omasuplwaplistener.dll,epos_omasuplwaplistener.rsc)
|
|
61 |
|
|
62 |
#ifdef __SYNCML_DM
|
|
63 |
//SynML DM Adapter
|
|
64 |
ECOM_PLUGIN(epos_omasuplsyncmldm.dll,epos_omasuplsyncmldm.rsc)
|
|
65 |
#endif // __SYNCML_DM
|
|
66 |
|
|
67 |
|
|
68 |
// Storage Db Backup Registration File
|
|
69 |
data=DATAZ_\private\1027509E\backup_registration.xml \private\1027509E\backup_registration.xml
|
|
70 |
#endif //__OMA_SUPL_PLUGINS
|
|
71 |
|
|
72 |
#endif // OMASUPLPROTOCOLHANDLER_IBY
|
|
73 |
|