syncmlfw/rom/NSmlCommon.iby
changeset 0 b497e44ab2fc
child 11 06f47423ecee
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     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 Common modules
       
    18 
       
    19 #ifndef __NSMLCOMMON_IBY__
       
    20 #define __NSMLCOMMON_IBY__
       
    21 
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 #if defined(__SYNCML_DS) || defined(__SYNCML_DM)
       
    25 
       
    26 #ifndef __SYNCML_DM
       
    27 REM Tree db client
       
    28 file=ABI_DIR\BUILD_DIR\nsmldmtreedbclient.dll		SHARED_LIB_DIR\nsmldmtreedbclient.dll
       
    29 file=ABI_DIR\BUILD_DIR\nsmldmclientserverutils.dll	SHARED_LIB_DIR\nsmldmclientserverutils.dll
       
    30 
       
    31 #ifdef __SYNCML_DM_FOTA
       
    32 ECOM_PLUGIN(nsmldmdevdetailadapter.dll,nsmldmdevdetailadapter.rsc)
       
    33 ECOM_PLUGIN(nsmldmdevinfoadapter.dll,nsmldmdevinfoadapter.rs)
       
    34 ECOM_PLUGIN(nsmldmfotaadapter.dll,nsmldmfotaadapter.rsc)
       
    35 data=ABI_DIR\BUILD_DIR\z\private\100012a5\policy\101F9A02.SPD		private\100012a5\policy\101F9A02.SPD
       
    36 ECOM_PLUGIN(wpdm.dll,wpdm.rsc)
       
    37 
       
    38 file=ABI_DIR\BUILD_DIR\nsmldmiapmatcher.dll		SHARED_LIB_DIR\nsmldmiapmatcher.dll
       
    39 
       
    40 REM Tree db handler
       
    41 file=ABI_DIR\BUILD_DIR\nsmldmtreedbhandler.dll		SHARED_LIB_DIR\nsmldmtreedbhandler.dll
       
    42 
       
    43 REM callback server
       
    44 file=ABI_DIR\BUILD_DIR\nsmldmcallbackserver.exe		PROGRAMS_DIR\nsmldmcallbackserver.exe
       
    45 data=DATAZ_\private\101F9A06\backup_registration.xml	private\101F9A06\backup_registration.xml
       
    46 
       
    47 REM Host server base
       
    48 file=ABI_DIR\BUILD_DIR\nsmldmhostserver.dll		SHARED_LIB_DIR\nsmldmhostserver.dll
       
    49 
       
    50 REM Host servers
       
    51 file=ABI_DIR\BUILD_DIR\nsmldmhostserver1.exe		PROGRAMS_DIR\nsmldmhostserver1.exe
       
    52 file=ABI_DIR\BUILD_DIR\nsmldmhostserver2.exe		PROGRAMS_DIR\nsmldmhostserver2.exe
       
    53 file=ABI_DIR\BUILD_DIR\nsmldmhostserver3.exe		PROGRAMS_DIR\nsmldmhostserver3.exe
       
    54 file=ABI_DIR\BUILD_DIR\nsmldmhostserver4.exe		PROGRAMS_DIR\nsmldmhostserver4.exe
       
    55 
       
    56 REM Tree module
       
    57 file=ABI_DIR\BUILD_DIR\nsmldmmodule.dll			SHARED_LIB_DIR\nsmldmmodule.dll
       
    58 
       
    59 REM Sync Agent
       
    60 file=ABI_DIR\BUILD_DIR\nsmldmagent.dll			SHARED_LIB_DIR\nsmldmagent.dll
       
    61 
       
    62 REM wappushalert
       
    63 ECOM_PLUGIN(nsmldmwappushalert.dll,101F6DE3.rsc)
       
    64 #endif __SYNCML_DM_FOTA
       
    65 #endif //__SYNCML_DM
       
    66 
       
    67 REM \common\inc\policy
       
    68 data=ABI_DIR\BUILD_DIR\z\private\100012a5\policy\101F99FB.SPD		private\100012a5\policy\101F99FB.SPD
       
    69 
       
    70 REM \common\wbxml
       
    71 file=ABI_DIR\BUILD_DIR\nsmlwbxml.dll			SHARED_LIB_DIR\nsmlwbxml.dll
       
    72 
       
    73 REM \common\transport
       
    74 file=ABI_DIR\BUILD_DIR\nsmltransport.dll		SHARED_LIB_DIR\nsmltransport.dll
       
    75 
       
    76 REM \common\http
       
    77 file=ABI_DIR\BUILD_DIR\nsmlhttp.dll			SHARED_LIB_DIR\nsmlhttp.dll
       
    78 
       
    79 REM  \dm\settings		
       
    80 file=ABI_DIR\BUILD_DIR\NSmlDMSettings.dll		SHARED_LIB_DIR\NSmlDMSettings.dll
       
    81 
       
    82 REM \ds\settings
       
    83 file=ABI_DIR\BUILD_DIR\NSmlDSSettings.dll		SHARED_LIB_DIR\NSmlDSSettings.dll
       
    84 
       
    85 #ifdef __SYNCML_OBEX
       
    86 
       
    87 REM \common\obexclient
       
    88 file=ABI_DIR\BUILD_DIR\nsmlobexclient.dll		SHARED_LIB_DIR\nsmlobexclient.dll
       
    89 
       
    90 REM \common\obexcommserver
       
    91 file=ABI_DIR\BUILD_DIR\nsmlobexcommserver.dll		SHARED_LIB_DIR\nsmlobexcommserver.dll
       
    92 
       
    93 REM \common\obexserverbinding
       
    94 file=ABI_DIR\BUILD_DIR\nsmlobexserverbinding.dll	SHARED_LIB_DIR\nsmlobexserverbinding.dll
       
    95 
       
    96 REM \common\obexdsplugin
       
    97 ECOM_PLUGIN(nsmlobexdsplugin.dll,101F9684.rsc)
       
    98 data=DATAZ_\private\101F99F6\capability\101F6DE4.xml	private\101F99F6\capability\101F6DE4.xml
       
    99 
       
   100 #ifdef __SYNCML_DM_OBEX
       
   101 REM \common\obexdmplugin
       
   102 ECOM_PLUGIN(nsmlobexdmplugin.dll,101F968C.rsc)
       
   103 data=DATAZ_\private\101F99F6\capability\101F6DE5.xml	private\101F99F6\capability\101F6DE5.xml
       
   104 #endif //__SYNCML_DM_OBEX
       
   105 
       
   106 #endif //__SYNCML_OBEX
       
   107 
       
   108 REM \common\syncagent
       
   109 file=ABI_DIR\BUILD_DIR\nsmlagentcommon.dll		SHARED_LIB_DIR\nsmlagentcommon.dll
       
   110 
       
   111 REM \common\historylog
       
   112 file=ABI_DIR\BUILD_DIR\nsmlhistorylog.dll		SHARED_LIB_DIR\nsmlhistorylog.dll
       
   113 
       
   114 REM \common\sosserver
       
   115 file=ABI_DIR\BUILD_DIR\nsmlsosserver.exe		PROGRAMS_DIR\nsmlsosserver.exe
       
   116 data=DATAZ_\private\101F99FB\backup_registration.xml	private\101F99FB\backup_registration.xml	
       
   117 
       
   118 REM \common\sosserver_clientapi
       
   119 file=ABI_DIR\BUILD_DIR\SyncMLClientAPI.dll		SHARED_LIB_DIR\SyncMLClientAPI.dll
       
   120 
       
   121 REM common\sosserver_privateapi
       
   122 file=ABI_DIR\BUILD_DIR\NSmlPrivateAPI.dll		SHARED_LIB_DIR\NSmlPrivateAPI.dll
       
   123 
       
   124 REM \common\sosserver_TransportHandler
       
   125 file=ABI_DIR\BUILD_DIR\nsmltransporthandler.dll		SHARED_LIB_DIR\nsmltransporthandler.dll
       
   126 
       
   127 REM common\Alert Queue
       
   128 file=ABI_DIR\BUILD_DIR\NSmlAlertQueue.dll		SHARED_LIB_DIR\NSmlAlertQueue.dll
       
   129 data=DATAZ_\RESOURCE_FILES_DIR\NSmlDSTypesRes.rsc	RESOURCE_FILES_DIR\NSmlDSTypesRes.rsc
       
   130 
       
   131 REM stub sis file
       
   132 data=ZSYSTEM\install\syncmlfw_stub.sis    System\Install\syncmlfw_stub.sis
       
   133 
       
   134 REM Debug modules for debugging purposes
       
   135 
       
   136 REM \common\xml
       
   137 REM file=ABI_DIR\BUILD_DIR\nsmlxml.dll			SHARED_LIB_DIR\nsmlxml.dll
       
   138 
       
   139 REM \common\debug
       
   140 REM file=ABI_DIR\BUILD_DIR\nsmldebug.dll		SHARED_LIB_DIR\nsmldebug.dll
       
   141 
       
   142 #endif // (__SYNCML_DS) || defined(__SYNCML_DM)
       
   143 #endif //__NSMLCOMMON_IBY__