browserui/browser/Group/bld.inf
changeset 0 84ad3b177aa3
child 5 e45c3f40ea5f
equal deleted inserted replaced
-1:000000000000 0:84ad3b177aa3
       
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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 *     Build information file
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 ../rom/browser_stub.sis                 /epoc32/release/armv5/urel/browser_stub.sis
       
    28 ../SrcData/feeds_view_template.html     /epoc32/winscw/c/feeds_view_template.html
       
    29 ../SrcData/feeds_view_template.html     /epoc32/data/c/feeds_view_template.html
       
    30 
       
    31 ../SrcData/backup_registration.xml      /epoc32/data/z/private/10008d39/backup_registration.xml
       
    32 ../SrcData/backup_registration.xml      /epoc32/release/winscw/udeb/z/private/10008d39/backup_registration.xml
       
    33 ../SrcData/backup_registration.xml      /epoc32/release/winscw/urel/z/private/10008d39/backup_registration.xml
       
    34 ../loc/BrowserHp.loc                    APP_LAYER_LOC_EXPORT_PATH(BrowserHp.loc)
       
    35 ../loc/Feeds.loc                        APP_LAYER_LOC_EXPORT_PATH(Feeds.loc)
       
    36 ../loc/WmlBrowser.loc                   APP_LAYER_LOC_EXPORT_PATH(WmlBrowser.loc)
       
    37 
       
    38 ../Rom/BrowserLauncher.iby              CORE_APP_LAYER_IBY_EXPORT_PATH(BrowserLauncher.iby)
       
    39 ../Rom/BrowserUi.iby                    CORE_APP_LAYER_IBY_EXPORT_PATH(BrowserUi.iby)
       
    40 ../Rom/BrowserResources.iby             LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(BrowserResources.iby)
       
    41 
       
    42 // factory browser bookmarks confml file
       
    43 ../conf/BrowserBookmarks.confml         APP_LAYER_CONFML(BrowserBookmarks.confml)
       
    44 // genconfml file for processing of bookmarks confml file
       
    45 ../conf/BookmarkItems.gcfml             APP_LAYER_GCFML(BookmarkItems.gcfml)
       
    46 // default feeds confml file
       
    47 ../conf/Feeds.confml                    APP_LAYER_CONFML(Feeds.confml)
       
    48 // genconfml file for processing of Feeds.confml into OPML file for default feeds
       
    49 ../conf/Feeds_OPML.gcfml                APP_LAYER_GCFML(Feeds_OPML.gcfml)
       
    50 
       
    51 ../conf/browserui.confml                APP_LAYER_CONFML(browserui.confml)
       
    52 ../conf/browserui_101F861B.crml         APP_LAYER_CRML(browserui_101F861B.crml)
       
    53 ../conf/browserui_10008D39.crml         APP_LAYER_CRML(browserui_10008D39.crml)
       
    54 
       
    55 #ifdef __SERIES60_32__
       
    56 
       
    57 PRJ_MMPFILES
       
    58 gnumakefile browsericonsdc.mk
       
    59 #ifdef __SCALABLE_ICONS
       
    60 	gnumakefile browserngaifsvgiconsdc.mk
       
    61 #else  // __SCALABLE_ICONS
       
    62     gnumakefile browseraificonsdc.mk
       
    63 #endif  // __SCALABLE_ICONS
       
    64 
       
    65 ../launcher2/group/Browserlauncher.mmp
       
    66 BrowserNG.mmp
       
    67 
       
    68 #else
       
    69 PRJ_EXTENSIONS
       
    70 START EXTENSION s60/mifconv
       
    71 OPTION TARGETFILE browser.mif
       
    72 OPTION HEADERFILE browser.mbg
       
    73 OPTION SOURCEFILE browsericons.txt
       
    74 END
       
    75 START EXTENSION s60/mifconv
       
    76 OPTION TARGETFILE browserng_aif.mif
       
    77 OPTION SOURCES -c8,8 qgn_menu_browserng
       
    78 END
       
    79 
       
    80 PRJ_MMPFILES
       
    81 
       
    82 ../launcher2/group/Browserlauncher.mmp
       
    83 BrowserNG.mmp
       
    84 
       
    85 #endif
       
    86 
       
    87 PRJ_TESTMMPFILES