syncmlfw/rom/NSmlDMSync.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:04:06 +0300
branchRCL_3
changeset 25 b183ec05bd8c
parent 1 a9c0ce913924
child 26 19bba8228ff0
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* 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 <bldvariant.hrh>

#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
REM ECOM_PLUGIN(nsmldmdevdetailadapter.dll,nsmldmdevdetailadapter.rsc)
REM ECOM_PLUGIN(nsmldmdevinfoadapter.dll,nsmldmdevinfoadapter.rsc)
REM ECOM_PLUGIN(nsmlinternetadapter.dll,nsmlinternetadapter.rsc)
#ifdef __SYNCML_DM_1_1_2
REM ECOM_PLUGIN(nsmldmsettingsadapter.dll,nsmldmsettingsadapter.rsc)
#else
REM ECOM_PLUGIN(nsmldmsettingsadapter12.dll,nsmldmsettingsadapter12.rsc)
#endif

#ifdef FF_DM_STREAMING_ADAPTER
REM ECOM_PLUGIN(nsmldmstreamingadapter.dll,nsmldmstreamingadapter.rsc)
#endif

REM #ifdef FF_DM_BROWSER_ADAPTER
REM ECOM_PLUGIN(nsmldmbrowseradapter.dll,nsmldmbrowseradapter.rsc)
REM #endif

REM #ifdef __SYNCML_DS //  SyncML data synchronization
REM #ifdef __SYNCML_DM_DS //  SyncML device management data sync settings plug-in
REM ECOM_PLUGIN(nsmldssettingsadapter.dll,nsmldssettingsadapter.rsc)
REM #endif // __SYNCML_DM_DS
REM #endif // __SYNCML_DS

REM #ifdef __SYNCML_DM_EMAIL //  SyncML device management email settings plug-in
REM ECOM_PLUGIN(nsmldmemailadapter.dll,nsmldmemailadapter.rsc)
REM #endif // __SYNCML_DM_EMAIL

REM #ifdef __SYNCML_DM_MMS //  SyncML device management MMS settings plug-in
REM ECOM_PLUGIN(nsmldmmmsadapter.dll,nsmldmmmsadapter.rsc)
REM #endif // __SYNCML_DM_MMS

REM #ifdef __SYNCML_DM_FOTA // SyncML device management Firmware update plug-in
REM ECOM_PLUGIN(nsmldmfotaadapter.dll,nsmldmfotaadapter.rsc)
REM data=ABI_DIR\BUILD_DIR\z\private\100012a5\policy\101F9A02.SPD		private\100012a5\policy\101F9A02.SPD
REM #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__