diff -r 000000000000 -r b497e44ab2fc syncmlfw/rom/NSmlDMSync.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/syncmlfw/rom/NSmlDMSync.iby Thu Dec 17 09:07:52 2009 +0200 @@ -0,0 +1,107 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ +REM SyncML Device Management + +#include + +#ifndef __NSMLDMSYNC_IBY__ +#define __NSMLDMSYNC_IBY__ + +#ifdef __SYNCML_DM // nothing should be installed from this .iby file if __SYNCML_DM feature is not selected + + +REM SyncML Device Management plug-in adapters +ECOM_PLUGIN(nsmldmdevdetailadapter.dll,nsmldmdevdetailadapter.rsc) +ECOM_PLUGIN(nsmldmdevinfoadapter.dll,nsmldmdevinfoadapter.rsc) +//ECOM_PLUGIN(nsmlinternetadapter.dll,nsmlinternetadapter.rsc) +#ifdef __SYNCML_DM_1_1_2 +ECOM_PLUGIN(nsmldmsettingsadapter.dll,nsmldmsettingsadapter.rsc) +#else +ECOM_PLUGIN(nsmldmsettingsadapter12.dll,nsmldmsettingsadapter12.rsc) +#endif + +#ifdef FF_DM_STREAMING_ADAPTER +ECOM_PLUGIN(nsmldmstreamingadapter.dll,nsmldmstreamingadapter.rsc) +#endif + +#ifdef FF_DM_BROWSER_ADAPTER +ECOM_PLUGIN(nsmldmbrowseradapter.dll,nsmldmbrowseradapter.rsc) +#endif + +#ifdef __SYNCML_DS // SyncML data synchronization +#ifdef __SYNCML_DM_DS // SyncML device management data sync settings plug-in +ECOM_PLUGIN(nsmldssettingsadapter.dll,nsmldssettingsadapter.rsc) +#endif // __SYNCML_DM_DS +#endif // __SYNCML_DS + +#ifdef __SYNCML_DM_EMAIL // SyncML device management email settings plug-in +ECOM_PLUGIN(nsmldmemailadapter.dll,nsmldmemailadapter.rsc) +#endif // __SYNCML_DM_EMAIL + +#ifdef __SYNCML_DM_MMS // SyncML device management MMS settings plug-in +ECOM_PLUGIN(nsmldmmmsadapter.dll,nsmldmmmsadapter.rsc) +#endif // __SYNCML_DM_MMS + +#ifdef __SYNCML_DM_FOTA // SyncML device management Firmware update plug-in +ECOM_PLUGIN(nsmldmfotaadapter.dll,nsmldmfotaadapter.rsc) +data=ABI_DIR\BUILD_DIR\z\private\100012a5\policy\101F9A02.SPD private\100012a5\policy\101F9A02.SPD +#endif // __SYNCML_DM_FOTA + + +REM DM utils +REM file=ABI_DIR\BUILD_DIR\nsmldmaputils.dll SHARED_LIB_DIR\nsmldmaputils.dll +file=ABI_DIR\BUILD_DIR\nsmldmclientserverutils.dll SHARED_LIB_DIR\nsmldmclientserverutils.dll +file=ABI_DIR\BUILD_DIR\nsmldmiapmatcher.dll SHARED_LIB_DIR\nsmldmiapmatcher.dll + +REM Tree db handler +file=ABI_DIR\BUILD_DIR\nsmldmtreedbhandler.dll SHARED_LIB_DIR\nsmldmtreedbhandler.dll + +REM Tree db client +file=ABI_DIR\BUILD_DIR\nsmldmtreedbclient.dll SHARED_LIB_DIR\nsmldmtreedbclient.dll + +REM callback server +file=ABI_DIR\BUILD_DIR\nsmldmcallbackserver.exe PROGRAMS_DIR\nsmldmcallbackserver.exe +data=DATAZ_\private\101F9A06\backup_registration.xml private\101F9A06\backup_registration.xml + +REM Host server base +file=ABI_DIR\BUILD_DIR\nsmldmhostserver.dll SHARED_LIB_DIR\nsmldmhostserver.dll + +REM Host servers +file=ABI_DIR\BUILD_DIR\nsmldmhostserver1.exe PROGRAMS_DIR\nsmldmhostserver1.exe +file=ABI_DIR\BUILD_DIR\nsmldmhostserver2.exe PROGRAMS_DIR\nsmldmhostserver2.exe +file=ABI_DIR\BUILD_DIR\nsmldmhostserver3.exe PROGRAMS_DIR\nsmldmhostserver3.exe +file=ABI_DIR\BUILD_DIR\nsmldmhostserver4.exe PROGRAMS_DIR\nsmldmhostserver4.exe +// DM NetMon +file=ABI_DIR\BUILD_DIR\dmnetworkmon.exe PROGRAMS_DIR\dmnetworkmon.exe + +REM Tree module +file=ABI_DIR\BUILD_DIR\nsmldmmodule.dll SHARED_LIB_DIR\nsmldmmodule.dll + +REM Sync Agent +file=ABI_DIR\BUILD_DIR\nsmldmagent.dll SHARED_LIB_DIR\nsmldmagent.dll + +REM wappushalert +ECOM_PLUGIN(nsmldmwappushalert.dll,101F6DE3.rsc) + +#ifdef __SYNCML_DM_OTA +REM DM OMA provisioning +ECOM_PLUGIN(wpdm.dll,wpdm.rsc) +#endif //__SYNCML_DM_OTA + +#endif //__SYNCML_DM + +#endif //__NSMLDMSYNC_IBY__