menufw/menusuites/foldersuite/group/bld.inf
branchRCL_3
changeset 83 5456b4e8b3a8
child 88 3321d3e205b6
equal deleted inserted replaced
82:5f0182e07bfb 83:5456b4e8b3a8
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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 foldersuite
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 PRJ_PLATFORMS
       
    21 DEFAULT
       
    22 
       
    23 PRJ_EXPORTS
       
    24 // exports for HW & emulator
       
    25 // touch
       
    26 ../data/suite.xml z:/private/101F4CD2/import/suites/foldersuite_touch/suite.xml
       
    27 ../data/items_touch.xml z:/private/101F4CD2/import/suites/foldersuite_touch/items.xml
       
    28 // non-touch
       
    29 ../data/suite.xml z:/private/101F4CD2/import/suites/foldersuite_nontouch/suite.xml
       
    30 ../data/items_nontouch.xml z:/private/101F4CD2/import/suites/foldersuite_nontouch/items.xml
       
    31 
       
    32 // default
       
    33 ../data/suite.xml z:/private/101F4CD2/import/suites/foldersuite/suite.xml
       
    34 #ifdef __PEN_SUPPORT
       
    35 ../data/items_touch.xml z:/private/101F4CD2/import/suites/foldersuite/items.xml
       
    36 #else
       
    37 ../data/items_nontouch.xml z:/private/101F4CD2/import/suites/foldersuite/items.xml
       
    38 #endif
       
    39 
       
    40 ../loc/matrixmenudata.loc          APP_LAYER_LOC_EXPORT_PATH(matrixmenudata.loc)
       
    41 // MCS root folder configuration
       
    42 #ifdef _MATRIX_MENU_INCLUDE_TEST_CONTENT
       
    43 ../data/matrixmenudatatestcontent.xml Z:/private/200113DD/content/matrixmenudata.xml
       
    44 #else
       
    45 ../data/matrixmenudata.xml Z:/private/200113DD/content/matrixmenudata.xml
       
    46 #endif
       
    47 ../data/matrixmenudata.dtd Z:/private/200113DD/content/01/matrixmenudata.dtd
       
    48 
       
    49 ./copyheaderfile.xml                 /epoc32/tools/makefile_templates/general/copyheaderfile.xml
       
    50 ./copyheaderfile.flm                 /epoc32/tools/makefile_templates/general/copyheaderfile.flm
       
    51 ./copyheaderfile.meta                /epoc32/tools/makefile_templates/general/copyheaderfile.meta
       
    52 
       
    53 PRJ_MMPFILES
       
    54 foldersuite.mmp
       
    55 #ifndef SBSV2
       
    56 gnumakefile exportfoldersuite.mk
       
    57 #ifndef __PEN_SUPPORT
       
    58 gnumakefile exportmoveindicatoricons.mk
       
    59 #endif
       
    60 #endif
       
    61 
       
    62 PRJ_EXTENSIONS
       
    63 START EXTENSION tools/dtd
       
    64 OPTION SWITCH_LOC_FILE_NAME matrixmenudata
       
    65 OPTION DTD_TYPE dtd
       
    66 END
       
    67 
       
    68 START EXTENSION s60/mifconv
       
    69 OPTION TARGETFILE gridroot.mif
       
    70 OPTION HEADERFILE gridroot.mbg
       
    71 OPTION SOURCES 	-c8,8 qgn_prop_folder_large -c8,8 qgn_prop_folder_empty -c8,8 qgn_prop_drm_rights_valid_super -c8,8 qgn_prop_drm_rights_exp_super -c8,8 qgn_indi_org_icon_locked -c8,8 qgn_indi_app_open -c8,8 qgn_prop_folder_parent -c8,8 qgn_prop_folder_medium
       
    72 END
       
    73 
       
    74 START EXTENSION s60/mifconv
       
    75 OPTION TARGETFILE matrixmenudata.mif
       
    76 OPTION HEADERFILE matrixmenudata.mbg
       
    77 OPTION SOURCES 	-c8,8 qgn_menu_music -c8,8 qgn_menu_group_web -c8,8 qgn_menu_photos -c8,8 qgn_menu_video -c8,8 qgn_menu_group_apps -c8,8 qgn_menu_group_extras -c8,8 qgn_menu_games -c8,8 qgn_menu_group_organiser
       
    78 END
       
    79 
       
    80 #ifndef __PEN_SUPPORT
       
    81 START EXTENSION s60/mifconv
       
    82 OPTION TARGETFILE move_indicator_icons.mif
       
    83 OPTION HEADERFILE move_indicator_icons.mbg
       
    84 OPTION SOURCES 	-c8,8 qgn_indi_org_arrow_down -c8,8 qgn_indi_org_arrow_left -c8,8 qgn_indi_org_arrow_right -c8,8 qgn_indi_org_arrow_up
       
    85 END
       
    86 #endif
       
    87 
       
    88 #if defined(SBSV2) && defined(WINSCW)
       
    89 START EXTENSION general/copyheaderfile
       
    90   SRCFILE foldersuite.rsg
       
    91 END
       
    92 
       
    93 START EXTENSION general/copyheaderfile
       
    94   SRCFILE gridroot.mbg
       
    95 END
       
    96 
       
    97 START EXTENSION general/copyheaderfile
       
    98   SRCFILE matrixmenudata.mbg
       
    99 END
       
   100 #ifndef __PEN_SUPPORT
       
   101 START EXTENSION general/copyheaderfile
       
   102   SRCFILE move_indicator_icons.mbg
       
   103 END
       
   104 #endif
       
   105 #endif