browserui/browser/Group/bld.inf
changeset 0 84ad3b177aa3
child 15 e45c3f40ea5f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/browserui/browser/Group/bld.inf	Mon Mar 30 12:49:49 2009 +0300
@@ -0,0 +1,87 @@
+/*
+* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*     Build information file
+*     
+*
+*/
+
+#include <platform_paths.hrh>
+
+PRJ_PLATFORMS
+
+DEFAULT
+
+PRJ_EXPORTS
+../rom/browser_stub.sis                 /epoc32/release/armv5/urel/browser_stub.sis
+../SrcData/feeds_view_template.html     /epoc32/winscw/c/feeds_view_template.html
+../SrcData/feeds_view_template.html     /epoc32/data/c/feeds_view_template.html
+
+../SrcData/backup_registration.xml      /epoc32/data/z/private/10008d39/backup_registration.xml
+../SrcData/backup_registration.xml      /epoc32/release/winscw/udeb/z/private/10008d39/backup_registration.xml
+../SrcData/backup_registration.xml      /epoc32/release/winscw/urel/z/private/10008d39/backup_registration.xml
+../loc/BrowserHp.loc                    APP_LAYER_LOC_EXPORT_PATH(BrowserHp.loc)
+../loc/Feeds.loc                        APP_LAYER_LOC_EXPORT_PATH(Feeds.loc)
+../loc/WmlBrowser.loc                   APP_LAYER_LOC_EXPORT_PATH(WmlBrowser.loc)
+
+../Rom/BrowserLauncher.iby              CORE_APP_LAYER_IBY_EXPORT_PATH(BrowserLauncher.iby)
+../Rom/BrowserUi.iby                    CORE_APP_LAYER_IBY_EXPORT_PATH(BrowserUi.iby)
+../Rom/BrowserResources.iby             LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(BrowserResources.iby)
+
+// factory browser bookmarks confml file
+../conf/BrowserBookmarks.confml         APP_LAYER_CONFML(BrowserBookmarks.confml)
+// genconfml file for processing of bookmarks confml file
+../conf/BookmarkItems.gcfml             APP_LAYER_GCFML(BookmarkItems.gcfml)
+// default feeds confml file
+../conf/Feeds.confml                    APP_LAYER_CONFML(Feeds.confml)
+// genconfml file for processing of Feeds.confml into OPML file for default feeds
+../conf/Feeds_OPML.gcfml                APP_LAYER_GCFML(Feeds_OPML.gcfml)
+
+../conf/browserui.confml                APP_LAYER_CONFML(browserui.confml)
+../conf/browserui_101F861B.crml         APP_LAYER_CRML(browserui_101F861B.crml)
+../conf/browserui_10008D39.crml         APP_LAYER_CRML(browserui_10008D39.crml)
+
+#ifdef __SERIES60_32__
+
+PRJ_MMPFILES
+gnumakefile browsericonsdc.mk
+#ifdef __SCALABLE_ICONS
+	gnumakefile browserngaifsvgiconsdc.mk
+#else  // __SCALABLE_ICONS
+    gnumakefile browseraificonsdc.mk
+#endif  // __SCALABLE_ICONS
+
+../launcher2/group/Browserlauncher.mmp
+BrowserNG.mmp
+
+#else
+PRJ_EXTENSIONS
+START EXTENSION s60/mifconv
+OPTION TARGETFILE browser.mif
+OPTION HEADERFILE browser.mbg
+OPTION SOURCEFILE browsericons.txt
+END
+START EXTENSION s60/mifconv
+OPTION TARGETFILE browserng_aif.mif
+OPTION SOURCES -c8,8 qgn_menu_browserng
+END
+
+PRJ_MMPFILES
+
+../launcher2/group/Browserlauncher.mmp
+BrowserNG.mmp
+
+#endif
+
+PRJ_TESTMMPFILES