omads/omadsappui/rom/AspSyncUtil.iby
branchRCL_3
changeset 24 8e7494275d3a
parent 23 2bb96f4ecad8
child 25 4f0867e42d62
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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __ASPSYNCUTIL_IBY__
       
    19 #define __ASPSYNCUTIL_IBY__
       
    20 
       
    21 #ifdef __SYNCML_DS // nothing should be installed from this .iby file if __SYNCML_DS feature is not selected
       
    22 
       
    23 
       
    24 file=ABI_DIR\BUILD_DIR\AspSyncUtil.dll   		SHARED_LIB_DIR\AspSyncutil.dll
       
    25 //file=ABI_DIR\UDEB\AspSyncUtil.dll        		SHARED_LIB_DIR\AspSyncutil.dll
       
    26 //file=ABI_DIR\DEBUG_DIR\AspSyncUtil.dll   		SHARED_LIB_DIR\AspSyncutil.dll
       
    27 
       
    28 file=ABI_DIR\BUILD_DIR\aspschedulehandler.exe    PROGRAMS_DIR\aspschedulehandler.exe
       
    29 
       
    30 ECOM_PLUGIN(AspPreSyncDefault.dll,AspPreSyncDefault.rsc)
       
    31 
       
    32 //
       
    33 // Normal icons
       
    34 //
       
    35 data=DATAZ_\BITMAP_DIR\AspSyncUtil.MIF               BITMAP_DIR\AspSyncUtil.mif
       
    36 AUTO-BITMAP=DATAZ_\BITMAP_DIR\AspSyncUtil.mbm               BITMAP_DIR\AspSyncUtil.mbm
       
    37 
       
    38 //Resource file(s) for AspSyncUtil
       
    39 //data=DATAZ_\RESOURCE_FILES_DIR\AspSyncUtil.RSC          RESOURCE_FILES_DIR\AspSyncUtil.rsc
       
    40 
       
    41 
       
    42 #endif // __SYNCML_DS
       
    43 
       
    44 #endif //__ASPSYNCUTIL_IBY__