2012-05-21 11:12:37 +00:00
|
|
|
; This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
; License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2011-12-06 23:52:26 +00:00
|
|
|
; Package file for the B2G build.
|
|
|
|
;
|
|
|
|
; File format:
|
|
|
|
;
|
|
|
|
; [] designates a toplevel component. Example: [xpcom]
|
|
|
|
; - in front of a file specifies it to be removed from the destination
|
|
|
|
; * wildcard support to recursively copy the entire directory
|
|
|
|
; ; file comment
|
|
|
|
;
|
|
|
|
|
|
|
|
#filter substitution
|
|
|
|
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
; Mac bundle stuff
|
|
|
|
@APPNAME@/Contents/Info.plist
|
|
|
|
@APPNAME@/Contents/PkgInfo
|
|
|
|
@APPNAME@/Contents/Plug-Ins/
|
|
|
|
@APPNAME@/Contents/Resources/
|
|
|
|
#endif
|
|
|
|
|
|
|
|
[@AB_CD@]
|
|
|
|
@BINPATH@/chrome/@AB_CD@@JAREXT@
|
|
|
|
@BINPATH@/chrome/@AB_CD@.manifest
|
|
|
|
@BINPATH@/@PREF_DIR@/b2g-l10n.js
|
|
|
|
@BINPATH@/searchplugins/*
|
|
|
|
@BINPATH@/defaults/profile/bookmarks.html
|
|
|
|
@BINPATH@/defaults/profile/localstore.rdf
|
|
|
|
@BINPATH@/defaults/profile/mimeTypes.rdf
|
|
|
|
@BINPATH@/defaults/profile/chrome/*
|
|
|
|
#ifdef MOZ_UPDATER
|
|
|
|
@BINPATH@/update.locale
|
|
|
|
@BINPATH@/updater.ini
|
|
|
|
#endif
|
|
|
|
@BINPATH@/dictionaries/*
|
|
|
|
@BINPATH@/hyphenation/*
|
|
|
|
#ifdef XP_WIN32
|
|
|
|
@BINPATH@/uninstall/helper.exe
|
|
|
|
#endif
|
|
|
|
|
|
|
|
[xpcom]
|
|
|
|
@BINPATH@/dependentlibs.list
|
2012-07-11 17:26:50 +00:00
|
|
|
#ifdef XP_WIN32
|
|
|
|
@BINPATH@/@DLL_PREFIX@gkmedias@DLL_SUFFIX@
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifndef MOZ_STATIC_JS
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
@BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@xpcom@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozalloc@DLL_SUFFIX@
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
@BINPATH@/XUL
|
|
|
|
#else
|
|
|
|
@BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
@BINPATH@/@MOZ_CHILD_PROCESS_NAME@.app/
|
|
|
|
#else
|
|
|
|
@BINPATH@/@MOZ_CHILD_PROCESS_NAME@
|
|
|
|
#endif
|
|
|
|
#ifdef XP_WIN32
|
|
|
|
#ifndef MOZ_MEMORY
|
|
|
|
#if _MSC_VER == 1400
|
|
|
|
@BINPATH@/Microsoft.VC80.CRT.manifest
|
|
|
|
@BINPATH@/msvcm80.dll
|
|
|
|
@BINPATH@/msvcp80.dll
|
|
|
|
@BINPATH@/msvcr80.dll
|
|
|
|
#elif _MSC_VER == 1500
|
|
|
|
@BINPATH@/Microsoft.VC90.CRT.manifest
|
|
|
|
@BINPATH@/msvcm90.dll
|
|
|
|
@BINPATH@/msvcp90.dll
|
|
|
|
@BINPATH@/msvcr90.dll
|
|
|
|
#elif _MSC_VER == 1600
|
|
|
|
@BINPATH@/msvcp100.dll
|
|
|
|
@BINPATH@/msvcr100.dll
|
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
@BINPATH@/mozcrt19.dll
|
|
|
|
@BINPATH@/mozcpp19.dll
|
|
|
|
#endif
|
|
|
|
#endif
|
2012-07-04 02:11:04 +00:00
|
|
|
#ifdef MOZ_SHARED_MOZGLUE
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef ANDROID
|
|
|
|
@BINPATH@/AndroidManifest.xml
|
|
|
|
@BINPATH@/resources.arsc
|
|
|
|
@BINPATH@/classes.dex
|
|
|
|
@BINPATH@/res/drawable
|
|
|
|
@BINPATH@/res/drawable-hdpi
|
|
|
|
@BINPATH@/res/layout
|
|
|
|
#endif
|
|
|
|
|
|
|
|
[browser]
|
|
|
|
; [Base Browser Files]
|
|
|
|
#ifndef XP_UNIX
|
|
|
|
@BINPATH@/@MOZ_APP_NAME@.exe
|
|
|
|
#else
|
|
|
|
@BINPATH@/@MOZ_APP_NAME@-bin
|
|
|
|
@BINPATH@/@MOZ_APP_NAME@
|
|
|
|
#endif
|
|
|
|
@BINPATH@/application.ini
|
|
|
|
@BINPATH@/platform.ini
|
|
|
|
#ifndef XP_OS2
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
|
|
|
|
#else
|
|
|
|
@BINPATH@/mozsqlt3@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
@BINPATH@/blocklist.xml
|
|
|
|
#ifdef XP_UNIX
|
|
|
|
#ifndef XP_MACOSX
|
2012-09-04 20:26:54 +00:00
|
|
|
@BINPATH@/run-mozilla.sh
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/mozilla-xremote-client
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Components]
|
|
|
|
@BINPATH@/components/components.manifest
|
|
|
|
@BINPATH@/components/alerts.xpt
|
|
|
|
#ifdef ACCESSIBILITY
|
|
|
|
#ifdef XP_WIN32
|
|
|
|
@BINPATH@/AccessibleMarshal.dll
|
|
|
|
@BINPATH@/components/accessibility-msaa.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/accessibility.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/appshell.xpt
|
|
|
|
@BINPATH@/components/appstartup.xpt
|
|
|
|
@BINPATH@/components/autocomplete.xpt
|
|
|
|
@BINPATH@/components/autoconfig.xpt
|
|
|
|
@BINPATH@/components/browsercompsbase.xpt
|
|
|
|
@BINPATH@/components/browser-feeds.xpt
|
|
|
|
@BINPATH@/components/caps.xpt
|
|
|
|
@BINPATH@/components/chardet.xpt
|
|
|
|
@BINPATH@/components/chrome.xpt
|
|
|
|
@BINPATH@/components/commandhandler.xpt
|
|
|
|
@BINPATH@/components/commandlines.xpt
|
|
|
|
@BINPATH@/components/composer.xpt
|
|
|
|
@BINPATH@/components/content_base.xpt
|
|
|
|
@BINPATH@/components/content_events.xpt
|
|
|
|
@BINPATH@/components/content_canvas.xpt
|
|
|
|
@BINPATH@/components/content_htmldoc.xpt
|
|
|
|
@BINPATH@/components/content_html.xpt
|
|
|
|
@BINPATH@/components/content_xslt.xpt
|
|
|
|
@BINPATH@/components/content_xtf.xpt
|
|
|
|
@BINPATH@/components/cookie.xpt
|
|
|
|
@BINPATH@/components/directory.xpt
|
|
|
|
@BINPATH@/components/docshell.xpt
|
|
|
|
@BINPATH@/components/dom.xpt
|
2012-07-20 15:41:30 +00:00
|
|
|
@BINPATH@/components/dom_activities.xpt
|
2012-03-16 22:23:28 +00:00
|
|
|
@BINPATH@/components/dom_apps.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_base.xpt
|
2011-12-07 01:32:47 +00:00
|
|
|
#ifdef MOZ_B2G_RIL
|
|
|
|
@BINPATH@/components/dom_telephony.xpt
|
2011-12-06 14:14:55 +00:00
|
|
|
@BINPATH@/components/dom_wifi.xpt
|
2012-03-14 22:42:31 +00:00
|
|
|
@BINPATH@/components/dom_system_gonk.xpt
|
2012-08-13 01:55:26 +00:00
|
|
|
@BINPATH@/components/dom_icc.xpt
|
2011-12-07 01:32:47 +00:00
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_battery.xpt
|
2012-02-20 15:15:19 +00:00
|
|
|
#ifdef MOZ_B2G_BT
|
|
|
|
@BINPATH@/components/dom_bluetooth.xpt
|
|
|
|
#endif
|
2012-07-30 21:59:05 +00:00
|
|
|
@BINPATH@/components/dom_camera.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_canvas.xpt
|
2012-02-28 22:01:48 +00:00
|
|
|
@BINPATH@/components/dom_contacts.xpt
|
2012-06-22 07:37:49 +00:00
|
|
|
@BINPATH@/components/dom_alarm.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_core.xpt
|
|
|
|
@BINPATH@/components/dom_css.xpt
|
2012-05-21 16:18:30 +00:00
|
|
|
@BINPATH@/components/dom_devicestorage.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_events.xpt
|
2012-06-03 16:33:52 +00:00
|
|
|
@BINPATH@/components/dom_file.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_geolocation.xpt
|
2012-06-03 07:35:15 +00:00
|
|
|
@BINPATH@/components/dom_media.xpt
|
2012-01-16 12:23:28 +00:00
|
|
|
@BINPATH@/components/dom_network.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_notification.xpt
|
|
|
|
@BINPATH@/components/dom_html.xpt
|
|
|
|
@BINPATH@/components/dom_indexeddb.xpt
|
|
|
|
@BINPATH@/components/dom_offline.xpt
|
2012-08-29 21:41:35 +00:00
|
|
|
@BINPATH@/components/dom_payment.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_json.xpt
|
2012-06-04 05:04:49 +00:00
|
|
|
#ifdef MOZ_B2G_RIL
|
|
|
|
@BINPATH@/components/dom_mms.xpt
|
|
|
|
#endif
|
2012-06-12 22:01:25 +00:00
|
|
|
@BINPATH@/components/dom_browserelement.xpt
|
2012-07-03 00:16:55 +00:00
|
|
|
@BINPATH@/components/dom_messages.xpt
|
2012-01-20 03:24:00 +00:00
|
|
|
@BINPATH@/components/dom_power.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_range.xpt
|
2012-03-26 21:49:38 +00:00
|
|
|
@BINPATH@/components/dom_settings.xpt
|
2012-09-19 18:19:00 +00:00
|
|
|
@BINPATH@/components/dom_permissionsettings.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_sidebar.xpt
|
2012-01-09 19:57:55 +00:00
|
|
|
@BINPATH@/components/dom_sms.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_storage.xpt
|
|
|
|
@BINPATH@/components/dom_stylesheets.xpt
|
|
|
|
@BINPATH@/components/dom_threads.xpt
|
|
|
|
@BINPATH@/components/dom_traversal.xpt
|
|
|
|
@BINPATH@/components/dom_views.xpt
|
|
|
|
@BINPATH@/components/dom_xbl.xpt
|
|
|
|
@BINPATH@/components/dom_xpath.xpt
|
|
|
|
@BINPATH@/components/dom_xul.xpt
|
|
|
|
@BINPATH@/components/dom_loadsave.xpt
|
2012-09-11 06:05:00 +00:00
|
|
|
@BINPATH@/components/dom_time.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/downloads.xpt
|
|
|
|
@BINPATH@/components/editor.xpt
|
|
|
|
@BINPATH@/components/embed_base.xpt
|
|
|
|
@BINPATH@/components/extensions.xpt
|
|
|
|
@BINPATH@/components/exthandler.xpt
|
|
|
|
@BINPATH@/components/exthelper.xpt
|
|
|
|
@BINPATH@/components/fastfind.xpt
|
|
|
|
@BINPATH@/components/feeds.xpt
|
|
|
|
#ifdef MOZ_GTK2
|
|
|
|
@BINPATH@/components/filepicker.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/find.xpt
|
|
|
|
@BINPATH@/components/fuel.xpt
|
|
|
|
@BINPATH@/components/gfx.xpt
|
2012-02-27 11:57:48 +00:00
|
|
|
@BINPATH@/components/html5.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/htmlparser.xpt
|
|
|
|
@BINPATH@/components/imglib2.xpt
|
|
|
|
@BINPATH@/components/imgicon.xpt
|
|
|
|
@BINPATH@/components/inspector.xpt
|
|
|
|
@BINPATH@/components/intl.xpt
|
|
|
|
@BINPATH@/components/jar.xpt
|
|
|
|
@BINPATH@/components/jetpack.xpt
|
2012-05-09 00:08:29 +00:00
|
|
|
@BINPATH@/components/jsdebugger.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/jsdservice.xpt
|
2012-06-15 08:54:45 +00:00
|
|
|
@BINPATH@/components/jsinspector.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/layout_base.xpt
|
|
|
|
@BINPATH@/components/layout_forms.xpt
|
|
|
|
#ifdef NS_PRINTING
|
|
|
|
@BINPATH@/components/layout_printing.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/layout_xul_tree.xpt
|
|
|
|
@BINPATH@/components/layout_xul.xpt
|
|
|
|
@BINPATH@/components/locale.xpt
|
|
|
|
@BINPATH@/components/lwbrk.xpt
|
|
|
|
@BINPATH@/components/migration.xpt
|
|
|
|
@BINPATH@/components/mimetype.xpt
|
|
|
|
@BINPATH@/components/mozfind.xpt
|
|
|
|
@BINPATH@/components/necko_about.xpt
|
|
|
|
@BINPATH@/components/necko_cache.xpt
|
|
|
|
@BINPATH@/components/necko_cookie.xpt
|
|
|
|
@BINPATH@/components/necko_dns.xpt
|
|
|
|
@BINPATH@/components/necko_file.xpt
|
|
|
|
@BINPATH@/components/necko_ftp.xpt
|
|
|
|
@BINPATH@/components/necko_http.xpt
|
|
|
|
@BINPATH@/components/necko_res.xpt
|
|
|
|
@BINPATH@/components/necko_socket.xpt
|
|
|
|
@BINPATH@/components/necko_strconv.xpt
|
|
|
|
@BINPATH@/components/necko_viewsource.xpt
|
|
|
|
@BINPATH@/components/necko_wifi.xpt
|
|
|
|
@BINPATH@/components/necko_wyciwyg.xpt
|
|
|
|
@BINPATH@/components/necko.xpt
|
|
|
|
@BINPATH@/components/loginmgr.xpt
|
|
|
|
@BINPATH@/components/parentalcontrols.xpt
|
|
|
|
@BINPATH@/components/places.xpt
|
|
|
|
@BINPATH@/components/plugin.xpt
|
|
|
|
@BINPATH@/components/pref.xpt
|
|
|
|
@BINPATH@/components/prefetch.xpt
|
|
|
|
@BINPATH@/components/profile.xpt
|
2012-04-09 07:32:57 +00:00
|
|
|
#ifdef MOZ_ENABLE_PROFILER_SPS
|
2012-03-16 18:08:03 +00:00
|
|
|
@BINPATH@/components/profiler.xpt
|
2012-04-09 07:32:57 +00:00
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/proxyObject.xpt
|
|
|
|
@BINPATH@/components/rdf.xpt
|
|
|
|
@BINPATH@/components/satchel.xpt
|
|
|
|
@BINPATH@/components/saxparser.xpt
|
|
|
|
@BINPATH@/components/sessionstore.xpt
|
|
|
|
#ifdef MOZ_SERVICES_SYNC
|
|
|
|
@BINPATH@/components/services-crypto.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/services-crypto-component.xpt
|
|
|
|
@BINPATH@/components/shellservice.xpt
|
|
|
|
@BINPATH@/components/shistory.xpt
|
|
|
|
@BINPATH@/components/spellchecker.xpt
|
|
|
|
@BINPATH@/components/storage.xpt
|
|
|
|
@BINPATH@/components/telemetry.xpt
|
|
|
|
@BINPATH@/components/toolkitprofile.xpt
|
|
|
|
#ifdef MOZ_ENABLE_XREMOTE
|
|
|
|
@BINPATH@/components/toolkitremote.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/txtsvc.xpt
|
|
|
|
@BINPATH@/components/txmgr.xpt
|
|
|
|
#ifdef MOZ_USE_NATIVE_UCONV
|
|
|
|
@BINPATH@/components/ucnative.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/uconv.xpt
|
|
|
|
@BINPATH@/components/unicharutil.xpt
|
|
|
|
#ifdef MOZ_UPDATER
|
|
|
|
@BINPATH@/components/update.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/uriloader.xpt
|
|
|
|
@BINPATH@/components/urlformatter.xpt
|
|
|
|
@BINPATH@/components/webBrowser_core.xpt
|
|
|
|
@BINPATH@/components/webbrowserpersist.xpt
|
|
|
|
@BINPATH@/components/webshell_idls.xpt
|
|
|
|
@BINPATH@/components/widget.xpt
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
@BINPATH@/components/widget_cocoa.xpt
|
|
|
|
#endif
|
2011-12-07 09:27:36 +00:00
|
|
|
#ifdef ANDROID
|
|
|
|
@BINPATH@/components/widget_android.xpt
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/windowds.xpt
|
|
|
|
@BINPATH@/components/windowwatcher.xpt
|
|
|
|
@BINPATH@/components/xpcom_base.xpt
|
|
|
|
@BINPATH@/components/xpcom_system.xpt
|
|
|
|
@BINPATH@/components/xpcom_components.xpt
|
|
|
|
@BINPATH@/components/xpcom_ds.xpt
|
|
|
|
@BINPATH@/components/xpcom_io.xpt
|
|
|
|
@BINPATH@/components/xpcom_threads.xpt
|
|
|
|
@BINPATH@/components/xpcom_xpti.xpt
|
|
|
|
@BINPATH@/components/xpconnect.xpt
|
|
|
|
@BINPATH@/components/xulapp.xpt
|
|
|
|
@BINPATH@/components/xul.xpt
|
|
|
|
@BINPATH@/components/xuldoc.xpt
|
|
|
|
@BINPATH@/components/xultmpl.xpt
|
|
|
|
@BINPATH@/components/zipwriter.xpt
|
|
|
|
|
|
|
|
; JavaScript components
|
|
|
|
@BINPATH@/components/ConsoleAPI.manifest
|
|
|
|
@BINPATH@/components/ConsoleAPI.js
|
2012-05-08 16:20:35 +00:00
|
|
|
@BINPATH@/components/BrowserElementParent.manifest
|
|
|
|
@BINPATH@/components/BrowserElementParent.js
|
2012-02-28 22:01:48 +00:00
|
|
|
@BINPATH@/components/ContactManager.js
|
|
|
|
@BINPATH@/components/ContactManager.manifest
|
2012-09-19 18:19:00 +00:00
|
|
|
@BINPATH@/components/PermissionSettings.js
|
|
|
|
@BINPATH@/components/PermissionSettings.manifest
|
2012-06-22 07:37:49 +00:00
|
|
|
@BINPATH@/components/AlarmsManager.js
|
|
|
|
@BINPATH@/components/AlarmsManager.manifest
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/FeedProcessor.manifest
|
|
|
|
@BINPATH@/components/FeedProcessor.js
|
|
|
|
@BINPATH@/components/BrowserFeeds.manifest
|
|
|
|
@BINPATH@/components/FeedConverter.js
|
|
|
|
@BINPATH@/components/FeedWriter.js
|
|
|
|
@BINPATH@/components/fuelApplication.manifest
|
|
|
|
@BINPATH@/components/fuelApplication.js
|
|
|
|
@BINPATH@/components/WebContentConverter.js
|
|
|
|
@BINPATH@/components/BrowserComponents.manifest
|
|
|
|
@BINPATH@/components/nsBrowserContentHandler.js
|
|
|
|
@BINPATH@/components/nsBrowserGlue.js
|
|
|
|
@BINPATH@/components/nsSetDefaultBrowser.manifest
|
|
|
|
@BINPATH@/components/nsSetDefaultBrowser.js
|
|
|
|
@BINPATH@/components/BrowserPlaces.manifest
|
|
|
|
@BINPATH@/components/nsPrivateBrowsingService.manifest
|
|
|
|
@BINPATH@/components/nsPrivateBrowsingService.js
|
|
|
|
@BINPATH@/components/toolkitsearch.manifest
|
|
|
|
@BINPATH@/components/nsTryToClose.manifest
|
|
|
|
@BINPATH@/components/nsTryToClose.js
|
|
|
|
@BINPATH@/components/passwordmgr.manifest
|
|
|
|
@BINPATH@/components/nsLoginInfo.js
|
|
|
|
@BINPATH@/components/nsLoginManager.js
|
|
|
|
@BINPATH@/components/nsLoginManagerPrompter.js
|
|
|
|
@BINPATH@/components/storage-Legacy.js
|
|
|
|
@BINPATH@/components/storage-mozStorage.js
|
|
|
|
@BINPATH@/components/crypto-SDR.js
|
|
|
|
@BINPATH@/components/jsconsole-clhandler.manifest
|
|
|
|
@BINPATH@/components/jsconsole-clhandler.js
|
|
|
|
#ifdef MOZ_GTK2
|
|
|
|
@BINPATH@/components/nsFilePicker.manifest
|
|
|
|
@BINPATH@/components/nsFilePicker.js
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/nsHelperAppDlg.manifest
|
|
|
|
@BINPATH@/components/nsHelperAppDlg.js
|
|
|
|
@BINPATH@/components/nsDownloadManagerUI.manifest
|
|
|
|
@BINPATH@/components/nsDownloadManagerUI.js
|
2012-09-17 15:54:09 +00:00
|
|
|
@BINPATH@/components/nsProxyAutoConfig.manifest
|
|
|
|
@BINPATH@/components/nsProxyAutoConfig.js
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/NetworkGeolocationProvider.manifest
|
|
|
|
@BINPATH@/components/NetworkGeolocationProvider.js
|
|
|
|
@BINPATH@/components/GPSDGeolocationProvider.manifest
|
|
|
|
@BINPATH@/components/GPSDGeolocationProvider.js
|
|
|
|
@BINPATH@/components/nsSidebar.manifest
|
|
|
|
@BINPATH@/components/nsSidebar.js
|
|
|
|
@BINPATH@/components/extensions.manifest
|
|
|
|
@BINPATH@/components/addonManager.js
|
|
|
|
@BINPATH@/components/amContentHandler.js
|
|
|
|
@BINPATH@/components/amWebInstallListener.js
|
|
|
|
@BINPATH@/components/nsBlocklistService.js
|
|
|
|
|
|
|
|
#ifdef MOZ_UPDATER
|
|
|
|
@BINPATH@/components/nsUpdateService.manifest
|
|
|
|
@BINPATH@/components/nsUpdateService.js
|
|
|
|
@BINPATH@/components/nsUpdateServiceStub.js
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/nsUpdateTimerManager.manifest
|
|
|
|
@BINPATH@/components/nsUpdateTimerManager.js
|
|
|
|
@BINPATH@/components/pluginGlue.manifest
|
|
|
|
@BINPATH@/components/nsSessionStore.manifest
|
|
|
|
@BINPATH@/components/nsSessionStartup.js
|
|
|
|
@BINPATH@/components/nsSessionStore.js
|
|
|
|
@BINPATH@/components/nsURLFormatter.manifest
|
|
|
|
@BINPATH@/components/nsURLFormatter.js
|
|
|
|
#ifndef XP_OS2
|
|
|
|
@BINPATH@/components/@DLL_PREFIX@browsercomps@DLL_SUFFIX@
|
|
|
|
#else
|
|
|
|
@BINPATH@/components/brwsrcmp@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/txEXSLTRegExFunctions.manifest
|
|
|
|
@BINPATH@/components/txEXSLTRegExFunctions.js
|
|
|
|
@BINPATH@/components/toolkitplaces.manifest
|
|
|
|
@BINPATH@/components/nsLivemarkService.js
|
|
|
|
@BINPATH@/components/nsTaggingService.js
|
|
|
|
@BINPATH@/components/nsPlacesDBFlush.js
|
|
|
|
@BINPATH@/components/nsPlacesAutoComplete.manifest
|
|
|
|
@BINPATH@/components/nsPlacesAutoComplete.js
|
|
|
|
@BINPATH@/components/nsPlacesExpiration.js
|
|
|
|
@BINPATH@/components/PlacesProtocolHandler.js
|
|
|
|
@BINPATH@/components/PlacesCategoriesStarter.js
|
|
|
|
@BINPATH@/components/nsDefaultCLH.manifest
|
|
|
|
@BINPATH@/components/nsDefaultCLH.js
|
|
|
|
@BINPATH@/components/nsContentPrefService.manifest
|
|
|
|
@BINPATH@/components/nsContentPrefService.js
|
|
|
|
@BINPATH@/components/nsContentDispatchChooser.manifest
|
|
|
|
@BINPATH@/components/nsContentDispatchChooser.js
|
|
|
|
@BINPATH@/components/nsHandlerService.manifest
|
|
|
|
@BINPATH@/components/nsHandlerService.js
|
|
|
|
@BINPATH@/components/nsWebHandlerApp.manifest
|
|
|
|
@BINPATH@/components/nsWebHandlerApp.js
|
|
|
|
@BINPATH@/components/nsBadCertHandler.manifest
|
|
|
|
@BINPATH@/components/nsBadCertHandler.js
|
|
|
|
@BINPATH@/components/satchel.manifest
|
|
|
|
@BINPATH@/components/nsFormAutoComplete.js
|
|
|
|
@BINPATH@/components/nsFormHistory.js
|
|
|
|
@BINPATH@/components/nsInputListAutoComplete.js
|
|
|
|
@BINPATH@/components/contentSecurityPolicy.manifest
|
|
|
|
@BINPATH@/components/contentSecurityPolicy.js
|
|
|
|
@BINPATH@/components/contentAreaDropListener.manifest
|
|
|
|
@BINPATH@/components/contentAreaDropListener.js
|
|
|
|
@BINPATH@/components/messageWakeupService.js
|
|
|
|
@BINPATH@/components/messageWakeupService.manifest
|
2012-03-27 09:34:40 +00:00
|
|
|
@BINPATH@/components/SettingsManager.js
|
|
|
|
@BINPATH@/components/SettingsManager.manifest
|
2012-04-27 23:21:31 +00:00
|
|
|
@BINPATH@/components/SettingsService.js
|
|
|
|
@BINPATH@/components/SettingsService.manifest
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/nsFilePicker.js
|
|
|
|
@BINPATH@/components/nsFilePicker.manifest
|
2011-12-09 01:15:53 +00:00
|
|
|
#ifdef MOZ_B2G_RIL
|
2012-02-14 20:12:11 +00:00
|
|
|
@BINPATH@/components/NetworkManager.manifest
|
|
|
|
@BINPATH@/components/NetworkManager.js
|
2012-01-24 04:37:42 +00:00
|
|
|
@BINPATH@/components/RadioInterfaceLayer.manifest
|
|
|
|
@BINPATH@/components/RadioInterfaceLayer.js
|
2012-06-04 05:04:49 +00:00
|
|
|
@BINPATH@/components/MmsService.manifest
|
|
|
|
@BINPATH@/components/MmsService.js
|
2012-04-19 21:33:25 +00:00
|
|
|
@BINPATH@/components/RILContentHelper.js
|
2012-02-21 00:34:18 +00:00
|
|
|
@BINPATH@/components/SmsDatabaseService.manifest
|
|
|
|
@BINPATH@/components/SmsDatabaseService.js
|
2012-03-16 17:05:28 +00:00
|
|
|
@BINPATH@/components/WifiWorker.js
|
|
|
|
@BINPATH@/components/WifiWorker.manifest
|
2012-03-16 16:51:05 +00:00
|
|
|
@BINPATH@/components/DOMWifiManager.js
|
|
|
|
@BINPATH@/components/DOMWifiManager.manifest
|
2011-12-09 01:15:53 +00:00
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef XP_MACOSX
|
2012-01-11 16:28:21 +00:00
|
|
|
@BINPATH@/components/libalerts.dylib
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
|
|
|
#ifdef MOZ_ENABLE_DBUS
|
|
|
|
@BINPATH@/components/@DLL_PREFIX@dbusservice@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/nsINIProcessor.manifest
|
|
|
|
@BINPATH@/components/nsINIProcessor.js
|
|
|
|
@BINPATH@/components/nsPrompter.manifest
|
|
|
|
@BINPATH@/components/nsPrompter.js
|
|
|
|
#ifdef MOZ_SERVICES_SYNC
|
|
|
|
@BINPATH@/components/SyncComponents.manifest
|
|
|
|
@BINPATH@/components/Weave.js
|
|
|
|
@BINPATH@/components/WeaveCrypto.manifest
|
|
|
|
@BINPATH@/components/WeaveCrypto.js
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/TelemetryPing.js
|
|
|
|
@BINPATH@/components/TelemetryPing.manifest
|
2012-03-16 22:23:28 +00:00
|
|
|
@BINPATH@/components/Webapps.js
|
|
|
|
@BINPATH@/components/Webapps.manifest
|
2012-05-16 10:41:35 +00:00
|
|
|
@BINPATH@/components/AppsService.js
|
|
|
|
@BINPATH@/components/AppsService.manifest
|
2011-12-06 23:52:26 +00:00
|
|
|
|
2012-07-03 00:16:55 +00:00
|
|
|
@BINPATH@/components/SystemMessageInternal.js
|
|
|
|
@BINPATH@/components/SystemMessageManager.js
|
|
|
|
@BINPATH@/components/SystemMessageManager.manifest
|
|
|
|
|
2012-07-20 15:41:30 +00:00
|
|
|
@BINPATH@/components/Activities.manifest
|
2012-07-20 15:41:30 +00:00
|
|
|
@BINPATH@/components/ActivityOptions.js
|
|
|
|
@BINPATH@/components/ActivityProxy.js
|
|
|
|
@BINPATH@/components/ActivityRequestHandler.js
|
|
|
|
@BINPATH@/components/ActivityWrapper.js
|
2012-07-20 15:41:30 +00:00
|
|
|
|
2012-08-21 16:46:27 +00:00
|
|
|
@BINPATH@/components/TCPSocket.js
|
|
|
|
@BINPATH@/components/TCPSocket.manifest
|
|
|
|
|
2012-07-11 15:38:36 +00:00
|
|
|
@BINPATH@/components/AppProtocolHandler.js
|
|
|
|
@BINPATH@/components/AppProtocolHandler.manifest
|
|
|
|
|
2012-08-29 21:41:35 +00:00
|
|
|
@BINPATH@/components/Payment.js
|
|
|
|
@BINPATH@/components/PaymentFlowInfo.js
|
|
|
|
@BINPATH@/components/PaymentRequestInfo.js
|
|
|
|
@BINPATH@/components/Payment.manifest
|
|
|
|
|
2011-12-06 23:52:26 +00:00
|
|
|
; Modules
|
|
|
|
@BINPATH@/modules/*
|
|
|
|
|
|
|
|
; Safe Browsing
|
|
|
|
@BINPATH@/components/nsURLClassifier.manifest
|
|
|
|
@BINPATH@/components/nsUrlClassifierHashCompleter.js
|
|
|
|
@BINPATH@/components/nsUrlClassifierListManager.js
|
|
|
|
@BINPATH@/components/nsUrlClassifierLib.js
|
|
|
|
@BINPATH@/components/url-classifier.xpt
|
|
|
|
|
|
|
|
; GNOME hooks
|
|
|
|
#ifdef MOZ_ENABLE_GNOME_COMPONENT
|
|
|
|
@BINPATH@/components/@DLL_PREFIX@mozgnome@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; ANGLE on Win32
|
|
|
|
#ifdef XP_WIN32
|
|
|
|
#ifndef HAVE_64BIT_OS
|
|
|
|
@BINPATH@/libEGL.dll
|
|
|
|
@BINPATH@/libGLESv2.dll
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Browser Chrome Files]
|
|
|
|
@BINPATH@/chrome/browser@JAREXT@
|
|
|
|
@BINPATH@/chrome/browser.manifest
|
|
|
|
@BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
|
|
|
|
@BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
|
|
|
|
@BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png
|
|
|
|
#if MOZ_UPDATE_CHANNEL == beta
|
|
|
|
@BINPATH@/extensions/testpilot@labs.mozilla.com/*
|
|
|
|
#endif
|
|
|
|
@BINPATH@/chrome/toolkit@JAREXT@
|
|
|
|
@BINPATH@/chrome/toolkit.manifest
|
|
|
|
#ifdef XP_UNIX
|
|
|
|
#ifndef XP_MACOSX
|
|
|
|
@BINPATH@/chrome/icons/default/default16.png
|
|
|
|
@BINPATH@/chrome/icons/default/default32.png
|
|
|
|
@BINPATH@/chrome/icons/default/default48.png
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
; shell icons
|
|
|
|
#ifdef XP_UNIX
|
|
|
|
#ifndef XP_MACOSX
|
|
|
|
@BINPATH@/icons/*.xpm
|
|
|
|
@BINPATH@/icons/*.png
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Default Preferences]
|
|
|
|
; All the pref files must be part of base to prevent migration bugs
|
|
|
|
@BINPATH@/@PREF_DIR@/b2g.js
|
|
|
|
@BINPATH@/@PREF_DIR@/channel-prefs.js
|
|
|
|
#ifdef MOZ_SERVICES_SYNC
|
|
|
|
@BINPATH@/@PREF_DIR@/services-sync.js
|
|
|
|
#endif
|
|
|
|
@BINPATH@/greprefs.js
|
|
|
|
@BINPATH@/defaults/autoconfig/platform.js
|
|
|
|
@BINPATH@/defaults/autoconfig/prefcalls.js
|
|
|
|
@BINPATH@/defaults/profile/prefs.js
|
|
|
|
|
|
|
|
; [Layout Engine Resources]
|
|
|
|
; Style Sheets, Graphics and other Resources used by the layout engine.
|
|
|
|
@BINPATH@/res/EditorOverride.css
|
|
|
|
@BINPATH@/res/contenteditable.css
|
|
|
|
@BINPATH@/res/designmode.css
|
|
|
|
@BINPATH@/res/table-add-column-after-active.gif
|
|
|
|
@BINPATH@/res/table-add-column-after-hover.gif
|
|
|
|
@BINPATH@/res/table-add-column-after.gif
|
|
|
|
@BINPATH@/res/table-add-column-before-active.gif
|
|
|
|
@BINPATH@/res/table-add-column-before-hover.gif
|
|
|
|
@BINPATH@/res/table-add-column-before.gif
|
|
|
|
@BINPATH@/res/table-add-row-after-active.gif
|
|
|
|
@BINPATH@/res/table-add-row-after-hover.gif
|
|
|
|
@BINPATH@/res/table-add-row-after.gif
|
|
|
|
@BINPATH@/res/table-add-row-before-active.gif
|
|
|
|
@BINPATH@/res/table-add-row-before-hover.gif
|
|
|
|
@BINPATH@/res/table-add-row-before.gif
|
|
|
|
@BINPATH@/res/table-remove-column-active.gif
|
|
|
|
@BINPATH@/res/table-remove-column-hover.gif
|
|
|
|
@BINPATH@/res/table-remove-column.gif
|
|
|
|
@BINPATH@/res/table-remove-row-active.gif
|
|
|
|
@BINPATH@/res/table-remove-row-hover.gif
|
|
|
|
@BINPATH@/res/table-remove-row.gif
|
|
|
|
@BINPATH@/res/grabber.gif
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
@BINPATH@/res/cursors/*
|
|
|
|
#endif
|
|
|
|
@BINPATH@/res/fonts/*
|
|
|
|
@BINPATH@/res/dtd/*
|
|
|
|
@BINPATH@/res/html/*
|
|
|
|
@BINPATH@/res/langGroups.properties
|
|
|
|
@BINPATH@/res/language.properties
|
|
|
|
@BINPATH@/res/entityTables/*
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
@BINPATH@/res/MainMenu.nib/
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; svg
|
|
|
|
@BINPATH@/res/svg.css
|
|
|
|
@BINPATH@/components/dom_svg.xpt
|
|
|
|
@BINPATH@/components/dom_smil.xpt
|
|
|
|
|
|
|
|
; [Personal Security Manager]
|
|
|
|
;
|
|
|
|
@BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@
|
|
|
|
@BINPATH@/components/pipboot.xpt
|
|
|
|
@BINPATH@/components/pipnss.xpt
|
|
|
|
@BINPATH@/components/pippki.xpt
|
|
|
|
@BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@nssutil3@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@smime3@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@softokn3@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@ssl3@DLL_SUFFIX@
|
|
|
|
#ifndef CROSS_COMPILE
|
|
|
|
@BINPATH@/@DLL_PREFIX@freebl3.chk
|
|
|
|
@BINPATH@/@DLL_PREFIX@softokn3.chk
|
|
|
|
#endif
|
|
|
|
#ifndef NSS_DISABLE_DBM
|
|
|
|
@BINPATH@/@DLL_PREFIX@nssdbm3@DLL_SUFFIX@
|
|
|
|
#ifndef CROSS_COMPILE
|
|
|
|
@BINPATH@/@DLL_PREFIX@nssdbm3.chk
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
@BINPATH@/chrome/pippki@JAREXT@
|
|
|
|
@BINPATH@/chrome/pippki.manifest
|
|
|
|
|
|
|
|
; for Solaris SPARC
|
|
|
|
#ifdef SOLARIS
|
|
|
|
bin/libfreebl_32fpu_3.chk
|
|
|
|
bin/libfreebl_32fpu_3.so
|
|
|
|
bin/libfreebl_32int_3.chk
|
|
|
|
bin/libfreebl_32int_3.so
|
|
|
|
bin/libfreebl_32int64_3.chk
|
|
|
|
bin/libfreebl_32int64_3.so
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Updater]
|
|
|
|
;
|
|
|
|
#ifdef MOZ_UPDATER
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
@BINPATH@/updater.app/
|
|
|
|
#else
|
|
|
|
@BINPATH@/updater@BIN_SUFFIX@
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Crash Reporter]
|
|
|
|
;
|
|
|
|
#ifdef MOZ_CRASHREPORTER
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
@BINPATH@/crashreporter.app/
|
|
|
|
#else
|
|
|
|
@BINPATH@/crashreporter@BIN_SUFFIX@
|
|
|
|
@BINPATH@/crashreporter.crt
|
|
|
|
@BINPATH@/crashreporter.ini
|
|
|
|
#ifdef XP_UNIX
|
|
|
|
@BINPATH@/Throbber-small.gif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
@BINPATH@/crashreporter-override.ini
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Extensions]
|
|
|
|
;
|
|
|
|
#ifdef MOZ_ENABLE_GNOMEVFS
|
|
|
|
bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [OS/2]
|
|
|
|
#ifdef XP_OS2
|
|
|
|
@BINPATH@/MozSounds.cmd
|
|
|
|
#endif
|
|
|
|
|
|
|
|
[b2g]
|
|
|
|
@BINPATH@/chrome/icons/
|
|
|
|
@BINPATH@/chrome/chrome@JAREXT@
|
|
|
|
@BINPATH@/chrome/chrome.manifest
|
2012-01-18 16:48:54 +00:00
|
|
|
@BINPATH@/components/B2GComponents.manifest
|
|
|
|
@BINPATH@/components/B2GComponents.xpt
|
2012-02-07 06:48:50 +00:00
|
|
|
@BINPATH@/components/CameraContent.js
|
2012-06-01 00:54:23 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@omxplugin@DLL_SUFFIX@
|
2012-08-22 23:26:32 +00:00
|
|
|
#ifdef ENABLE_MARIONETTE
|
2012-03-22 15:19:57 +00:00
|
|
|
@BINPATH@/chrome/marionette@JAREXT@
|
|
|
|
@BINPATH@/chrome/marionette.manifest
|
|
|
|
@BINPATH@/components/MarionetteComponents.manifest
|
|
|
|
@BINPATH@/components/marionettecomponent.js
|
2012-08-22 23:26:32 +00:00
|
|
|
#endif
|
2012-03-16 22:23:28 +00:00
|
|
|
@BINPATH@/components/AlertsService.js
|
|
|
|
@BINPATH@/components/ContentPermissionPrompt.js
|
2012-03-21 22:50:53 +00:00
|
|
|
#ifdef MOZ_UPDATER
|
|
|
|
@BINPATH@/components/UpdatePrompt.js
|
|
|
|
#endif
|
2012-03-19 17:30:51 +00:00
|
|
|
@BINPATH@/components/MozKeyboard.js
|
2012-03-23 23:39:15 +00:00
|
|
|
@BINPATH@/components/DirectoryProvider.js
|
2012-07-20 15:41:30 +00:00
|
|
|
@BINPATH@/components/ActivitiesGlue.js
|
2012-06-07 11:17:59 +00:00
|
|
|
@BINPATH@/components/ProcessGlobal.js
|
2012-07-24 16:34:12 +00:00
|
|
|
@BINPATH@/components/ContentHandler.js
|
2012-08-29 21:41:35 +00:00
|
|
|
@BINPATH@/components/PaymentGlue.js
|
2012-08-03 21:10:35 +00:00
|
|
|
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
@BINPATH@/@DLL_PREFIX@plugin_child_interpose@DLL_SUFFIX@
|
|
|
|
#endif
|
2012-09-07 17:00:10 +00:00
|
|
|
|
|
|
|
#ifdef PACKAGE_GAIA
|
|
|
|
[gaia]
|
|
|
|
@BINPATH@/gaia/*
|
|
|
|
@BINPATH@/b2g-bin@BIN_SUFFIX@
|
|
|
|
#endif
|