voiceui/vcommand/group/bld.inf
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2004-2007 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:  Project file for vcommand
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 //  Help exports
       
    22 #include "../help/group/bld.inf"
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 DEFAULT
       
    26 
       
    27 PRJ_EXPORTS
       
    28 
       
    29 // Backup registration files
       
    30 ../inc/backup_registration.xml     /epoc32/data/z/private/101f8555/backup_registration.xml
       
    31 ../inc/backup_registration.xml     /epoc32/release/winscw/udeb/z/private/101f8555/backup_registration.xml
       
    32 ../inc/backup_registration.xml     /epoc32/release/winscw/urel/z/private/101f8555/backup_registration.xml
       
    33 ../loc/vcommand.loc                APP_LAYER_LOC_EXPORT_PATH(vcommand.loc)
       
    34 
       
    35 // Generic configuration interface for component cenrep settings  
       
    36 ../conf/vcommand.confml                        APP_LAYER_CONFML(vcommand.confml)
       
    37 ../conf/vcommand_10207267.crml          APP_LAYER_CRML(vcommand_10207267.crml)
       
    38 
       
    39 PRJ_MMPFILES
       
    40 vcommand.mmp
       
    41 
       
    42 PRJ_EXTENSIONS
       
    43 
       
    44 START EXTENSION s60/mifconv
       
    45 OPTION TARGETFILE vcommand.mif
       
    46 OPTION HEADERFILE vcommand.mbg
       
    47 OPTION SOURCES \
       
    48 	       -c8,8 qgn_prop_folder_vc_general -c8,8 qgn_prop_folder_vc_tools \
       
    49 	       -c8,8 qgn_prop_folder_vc_organiser -c8,8 qgn_prop_folder_vc_message \
       
    50 	       -c8,8 qgn_prop_folder_vc_media -c8,8 qgn_prop_folder_vc_profiles
       
    51 END
       
    52 
       
    53 START EXTENSION s60/mifconv
       
    54 OPTION TARGETFILE vcommand_aif.mif
       
    55 OPTION SOURCES -c8,8 qgn_menu_vc
       
    56 END