engines/vmbxengine/group/bld.inf
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     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:  Build information file for project vmbxengine.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 
       
    26 //Backup registartion file
       
    27 backup_registration.xml   /epoc32/data/z/private/100058F5/backup_registration.xml
       
    28 backup_registration.xml   /epoc32/release/winscw/udeb/z/private/100058F5/backup_registration.xml
       
    29 backup_registration.xml   /epoc32/release/winscw/urel/z/private/100058F5/backup_registration.xml
       
    30 
       
    31 // sis export
       
    32 vmbx_stub.sis                         /epoc32/data/z/system/install/vmbx_stub.sis
       
    33 
       
    34 // iby export
       
    35 ../rom/vmbxengine.iby               CORE_MW_LAYER_IBY_EXPORT_PATH(vmbxengine.iby)
       
    36 ../rom/vmbxengineresources.iby      LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(vmbxengineresources.iby)
       
    37 
       
    38 // loc export
       
    39 ../loc/vmbx.loc                     MW_LAYER_LOC_EXPORT_PATH(vmbx.loc)
       
    40 
       
    41 // Generic configuration interface for component cenrep settings
       
    42 ../conf/voicemailbox.confml         MW_LAYER_CONFML(voicemailbox.confml)
       
    43 ../conf/voicemailbox_101F874F.crml 	MW_LAYER_CRML(voicemailbox_101F874F.crml)
       
    44 
       
    45 PRJ_EXTENSIONS
       
    46 START EXTENSION s60/mifconv
       
    47   option TARGETFILE vm.mif
       
    48   option HEADERFILE vm.mbg
       
    49   option SOURCES -c8,8 qgn_menu_smsvo_cxt -c8,8 qgn_prop_nrtyp_sim_contact -c8,8 qgn_prop_empty -c8,8 qgn_prop_nrtyp_mobile -c8,8 qgn_prop_nrtyp_video -c8,8 qgn_prop_nrtyp_voip
       
    50 END
       
    51 
       
    52 PRJ_MMPFILES
       
    53 vmbxengine.mmp
       
    54 
       
    55 //  End of File