omads/rom/omads.iby
branchRCL_3
changeset 24 8e7494275d3a
equal deleted inserted replaced
23:2bb96f4ecad8 24:8e7494275d3a
       
     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:  iby file for Omads components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __OMADS_IBY__
       
    20 #define __OMADS_IBY__
       
    21 
       
    22 REM stub sis file
       
    23 data=ZSYSTEM\install\omads_stub.sis     System\Install\omads_stub.sis
       
    24 
       
    25 REM SyncML  Data Synchronisation plug-in adapters
       
    26 
       
    27 #ifdef  __SYNCML_DS_CAL // SyncML data synchronization calendar plug-in
       
    28 ECOM_PLUGIN(nsmlagendadataprovider.dll,nsmlagendadataprovider.rsc)
       
    29 data=DATAZ_\RESOURCE_FILES_DIR\NSmlAgendaDataStore_1_1_2.rsc		RESOURCE_FILES_DIR\NSmlAgendaDataStore_1_1_2.rsc
       
    30 data=DATAZ_\RESOURCE_FILES_DIR\NSmlAgendaDataStore_1_2.rsc			RESOURCE_FILES_DIR\NSmlAgendaDataStore_1_2.rsc
       
    31 #endif // __SYNCML_DS_CAL
       
    32 
       
    33 #ifdef  __SYNCML_DS_NOTEPAD
       
    34 ECOM_PLUGIN(nsmlnotepaddataprovider.dll,nsmlnotepaddataprovider.rsc)
       
    35 data=DATAZ_\RESOURCE_FILES_DIR\nsmlnotepaddatastoreformat.rsc		RESOURCE_FILES_DIR\nsmlnotepaddatastoreformat.rsc
       
    36 #endif
       
    37 
       
    38 #ifdef __SYNCML_DS_CON //  SyncML data synchronization contacts plug-in
       
    39 ECOM_PLUGIN(nsmlcontactsdataprovider.dll,nsmlcontactsdataprovider.rsc)
       
    40 data=DATAZ_\RESOURCE_FILES_DIR\NSmlContactsDataStoreFormat_1_1_2.rsc	RESOURCE_FILES_DIR\NSmlContactsDataStoreFormat_1_1_2.rsc
       
    41 data=DATAZ_\RESOURCE_FILES_DIR\NSmlContactsDataStoreFormat_1_2.rsc		RESOURCE_FILES_DIR\NSmlContactsDataStoreFormat_1_2.rsc
       
    42 #endif // __SYNCML_DS_CON
       
    43 
       
    44 REM \ds\datamod
       
    45 file=ABI_DIR\BUILD_DIR\nsmldatamod.dll                  			SHARED_LIB_DIR\nsmldatamod.dll
       
    46 
       
    47 REM \ds\dsutils
       
    48 file=ABI_DIR\BUILD_DIR\nsmlCGIScriptParser.dll       				SHARED_LIB_DIR\nsmlCGIScriptParser.dll
       
    49 file=ABI_DIR\BUILD_DIR\nsmlcontactsdatastoreextension.dll       	SHARED_LIB_DIR\nsmlcontactsdatastoreextension.dll
       
    50 
       
    51 
       
    52 #endif //__OMADS_IBY__