omadm/omadmappui/group/bld.inf
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2005 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:  bld.inf file for NSmlDMSyncApp
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 #ifdef __SYNCML_DM
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 
       
    26 #include "../help/group/bld.inf"
       
    27 
       
    28 // Backup registration file
       
    29 #ifdef __SYNCML_DM_FOTA
       
    30 backup_registration.xml  /epoc32/data/z/private/101f6de5/backup_registration.xml  
       
    31 backup_registration.xml  /epoc32/release/winscw/udeb/z/private/101f6de5/backup_registration.xml 
       
    32 backup_registration.xml  /epoc32/release/winscw/urel/z/private/101f6de5/backup_registration.xml
       
    33 #endif // __SYNCML_DM_FOTA
       
    34 
       
    35 ../rom/OmaDmAppUi.iby													CORE_APP_LAYER_IBY_EXPORT_PATH(omadmappui.iby)
       
    36 ../rom/OmaDmAppUiResources.iby								LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(omadmappuiresources.iby)
       
    37 ../loc/NSmlDMSync.loc													APP_LAYER_LOC_EXPORT_PATH(nsmldmsync.loc)
       
    38 ../loc/NSmlDMSyncFota.loc											APP_LAYER_LOC_EXPORT_PATH(nsmldmsyncfota.loc)
       
    39 
       
    40 // Generic configuration interface for component cenrep settings  
       
    41 ../conf/nsmldmsync.confml                    APP_LAYER_CONFML(nsmldmsync.confml)
       
    42 ../conf/nsmldmsync_101F6DE5.crml 	        APP_LAYER_CRML(nsmldmsync_101F6DE5.crml)
       
    43 
       
    44 PRJ_EXTENSIONS
       
    45 START EXTENSION s60/mifconv
       
    46   OPTION TARGETFILE nsmldmsync.mif
       
    47   OPTION HEADERFILE nsmldmsync.mbg
       
    48   OPTION SOURCES \
       
    49 	  -c8,8 qgn_prop_sml_http -c8,8 qgn_prop_sml_http_off -c8,8 qgn_prop_sml_bt \
       
    50 	  -c8,8 qgn_prop_sml_bt_off -c8,8 qgn_prop_sml_usb -c8,8 qgn_prop_sml_usb_off \
       
    51 	  -c8,8 qgn_menu_dm -c8,8 qgn_menu_dm_disabled_cxt -c8,8 qgn_note_sml \
       
    52 	  -c8,8 qgn_note_sml_server -c8,8 qgn_indi_sett_protected_add -c8,8 qgn_prop_cp_dev_update  
       
    53 END
       
    54 
       
    55 START EXTENSION s60/mifconv
       
    56   OPTION TARGETFILE nsmldmsync_aif.mif
       
    57   OPTION SOURCES -c8,8 qgn_menu_dm
       
    58 END
       
    59 
       
    60 
       
    61 PRJ_MMPFILES
       
    62 /*
       
    63 gnumakefile dmui_icons_dc.mk
       
    64 
       
    65 #ifdef __SCALABLE_ICONS
       
    66     gnumakefile dmui_icons_aif_scalable_dc.mk
       
    67 #else
       
    68     gnumakefile dmui_icons_aif_bitmaps_dc.mk
       
    69 #endif
       
    70 */
       
    71 
       
    72 NSmlDMSync.mmp
       
    73 #include "../OmaDmCPPlugin/group/bld.inf"
       
    74 #endif //__SYNCML_DM
       
    75 // End of file