44
|
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 |
REM SyncML Device Management
|
|
18 |
|
|
19 |
#include <bldvariant.hrh>
|
|
20 |
|
|
21 |
#ifndef __OMADMADAPTERS_IBY__
|
|
22 |
#define __OMADMADAPTERS_IBY__
|
|
23 |
|
|
24 |
#ifdef __SYNCML_DM // nothing should be installed from this .iby file if __SYNCML_DM feature is not selected
|
|
25 |
|
|
26 |
|
|
27 |
REM SyncML Device Management plug-in adapters
|
|
28 |
ECOM_PLUGIN(nsmldmdevdetailadapter.dll,nsmldmdevdetailadapter.rsc)
|
|
29 |
ECOM_PLUGIN(nsmldmdevinfoadapter.dll,nsmldmdevinfoadapter.rsc)
|
|
30 |
#ifdef __SYNCML_DM_1_1_2
|
|
31 |
ECOM_PLUGIN(nsmldmsettingsadapter.dll,nsmldmsettingsadapter.rsc)
|
|
32 |
#else
|
|
33 |
ECOM_PLUGIN(nsmldmsettingsadapter12.dll,nsmldmsettingsadapter12.rsc)
|
|
34 |
#endif
|
|
35 |
|
|
36 |
#ifdef FF_DM_STREAMING_ADAPTER
|
|
37 |
REM ECOM_PLUGIN(nsmldmstreamingadapter.dll,nsmldmstreamingadapter.rsc)
|
|
38 |
#endif
|
|
39 |
|
|
40 |
#ifdef FF_DM_BROWSER_ADAPTER
|
|
41 |
REM ECOM_PLUGIN(nsmldmbrowseradapter.dll,nsmldmbrowseradapter.rsc)
|
|
42 |
#endif
|
|
43 |
|
|
44 |
#ifdef __SYNCML_DS // SyncML data synchronization
|
|
45 |
#ifdef __SYNCML_DM_DS // SyncML device management data sync settings plug-in
|
|
46 |
ECOM_PLUGIN(nsmldssettingsadapter.dll,nsmldssettingsadapter.rsc)
|
|
47 |
#endif // __SYNCML_DM_DS
|
|
48 |
#endif // __SYNCML_DS
|
|
49 |
|
|
50 |
#ifdef __SYNCML_DM_EMAIL // SyncML device management email settings plug-in
|
|
51 |
REM ECOM_PLUGIN(nsmldmemailadapter.dll,nsmldmemailadapter.rsc)
|
|
52 |
#endif // __SYNCML_DM_EMAIL
|
|
53 |
|
|
54 |
#ifdef __SYNCML_DM_MMS // SyncML device management MMS settings plug-in
|
|
55 |
ECOM_PLUGIN(nsmldmmmsadapter.dll,nsmldmmmsadapter.rsc)
|
|
56 |
#endif // __SYNCML_DM_MMS
|
|
57 |
|
|
58 |
#ifdef __SYNCML_DM_FOTA // SyncML device management Firmware update plug-in
|
|
59 |
REM ECOM_PLUGIN(nsmldmfotaadapter.dll,nsmldmfotaadapter.rsc)
|
|
60 |
REM data=ABI_DIR\BUILD_DIR\z\private\100012a5\policy\101F9A02.SPD private\100012a5\policy\101F9A02.SPD
|
|
61 |
#endif // __SYNCML_DM_FOTA
|
|
62 |
|
|
63 |
|
|
64 |
#ifdef FF_DM_CONNMO_ADAPTER
|
|
65 |
// old internet adapter is not used in that case for access point provisioning.
|
|
66 |
ECOM_PLUGIN(connmoadapter.dll,connmoadapter.rsc)
|
|
67 |
#else
|
|
68 |
REM ECOM_PLUGIN(nsmlinternetadapter.dll,nsmlinternetadapter.rsc)
|
|
69 |
#endif FF_DM_CONNMO_ADAPTER
|
|
70 |
|
|
71 |
#ifdef __SYNCML_DM_WLAN
|
|
72 |
ECOM_PLUGIN(globalwlanadapter.dll,globalwlanadapter.rsc)
|
|
73 |
#endif // __SYNCML_DM_WLAN
|
|
74 |
|
|
75 |
#ifdef __ALWAYS_ONLINE_PDPCONTEXT2
|
|
76 |
ECOM_PLUGIN( nsmldmalwaysonadapter.dll, nsmldmalwaysonadapter.rsc )
|
|
77 |
#endif // __ALWAYS_ONLINE_PDPCONTEXT2
|
|
78 |
|
|
79 |
REM ECOM_PLUGIN( nsmldmbmadapter.dll, nsmldmbmadapter.rsc )
|
|
80 |
|
|
81 |
#ifdef FF_RUNTIME_DEVICE_CAPABILITY_CONFIGURATION
|
|
82 |
REM ECOM_PLUGIN(dcmodmadapter.dll,dcmodmadapter.rsc)
|
|
83 |
#endif
|
|
84 |
|
|
85 |
#endif //__SYNCML_DM
|
|
86 |
|
|
87 |
#endif //__OMADMADAPTERS_IBY__
|