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/.
|
|
|
|
|
2012-10-15 18:14:53 +00:00
|
|
|
; Package file for the B2G build.
|
2011-12-06 23:52:26 +00:00
|
|
|
;
|
|
|
|
; 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
|
|
|
|
;
|
|
|
|
|
2015-03-05 02:29:44 +00:00
|
|
|
; Due to Apple Mac OS X packaging requirements, files that are in the same
|
|
|
|
; directory on other platforms must be located in different directories on
|
|
|
|
; Mac OS X. The following defines allow specifying the Mac OS X bundle
|
|
|
|
; location which also work on other platforms.
|
|
|
|
;
|
|
|
|
; @BINPATH@
|
|
|
|
; Equals Contents/MacOS/ on Mac OS X and is the path to the main binary on other
|
|
|
|
; platforms.
|
|
|
|
;
|
|
|
|
; @RESPATH@
|
|
|
|
; Equals Contents/Resources/ on Mac OS X and is equivalent to @BINPATH@ on other
|
|
|
|
; platforms.
|
|
|
|
|
2011-12-06 23:52:26 +00:00
|
|
|
#filter substitution
|
|
|
|
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
; Mac bundle stuff
|
|
|
|
@APPNAME@/Contents/Info.plist
|
|
|
|
@APPNAME@/Contents/PkgInfo
|
|
|
|
@APPNAME@/Contents/Plug-Ins/
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
[@AB_CD@]
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/chrome/@AB_CD@@JAREXT@
|
|
|
|
@RESPATH@/chrome/@AB_CD@.manifest
|
|
|
|
@RESPATH@/@PREF_DIR@/b2g-l10n.js
|
|
|
|
@RESPATH@/searchplugins/*
|
|
|
|
@RESPATH@/defaults/profile/bookmarks.html
|
|
|
|
@RESPATH@/defaults/profile/localstore.rdf
|
|
|
|
@RESPATH@/defaults/profile/mimeTypes.rdf
|
|
|
|
@RESPATH@/defaults/profile/chrome/*
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef MOZ_UPDATER
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/update.locale
|
|
|
|
@RESPATH@/updater.ini
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/dictionaries/*
|
|
|
|
@RESPATH@/hyphenation/*
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef XP_WIN32
|
|
|
|
@BINPATH@/uninstall/helper.exe
|
|
|
|
#endif
|
|
|
|
|
|
|
|
[xpcom]
|
2014-09-29 18:51:47 +00:00
|
|
|
#ifndef XP_MACOSX
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/dependentlibs.list
|
2014-09-29 18:51:47 +00:00
|
|
|
#endif
|
2013-11-22 14:03:21 +00:00
|
|
|
#ifdef GKMEDIAS_SHARED_LIBRARY
|
2012-07-11 17:26:50 +00:00
|
|
|
@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
|
2013-03-17 06:53:39 +00:00
|
|
|
#ifndef MOZ_FOLD_LIBS
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@
|
2013-03-17 06:53:39 +00:00
|
|
|
#endif
|
2012-12-11 00:05:07 +00:00
|
|
|
#ifdef MOZ_DMD
|
|
|
|
@BINPATH@/@DLL_PREFIX@dmd@DLL_SUFFIX@
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
#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
|
2014-06-27 15:24:29 +00:00
|
|
|
#if MOZ_PACKAGE_MSVC_DLLS
|
|
|
|
@BINPATH@/@MSVC_C_RUNTIME_DLL@
|
|
|
|
@BINPATH@/@MSVC_CXX_RUNTIME_DLL@
|
2015-01-30 01:36:39 +00:00
|
|
|
#ifdef MSVC_APPCRT_DLL
|
|
|
|
@BINPATH@/@MSVC_APPCRT_DLL@
|
|
|
|
#endif
|
|
|
|
#ifdef MSVC_DESKTOPCRT_DLL
|
|
|
|
@BINPATH@/@MSVC_DESKTOPCRT_DLL@
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
2012-07-04 02:11:04 +00:00
|
|
|
#ifdef MOZ_SHARED_MOZGLUE
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@
|
|
|
|
#endif
|
2014-05-22 22:24:22 +00:00
|
|
|
#ifdef MOZ_REPLACE_MALLOC
|
|
|
|
#ifndef MOZ_JEMALLOC3
|
|
|
|
@BINPATH@/@DLL_PREFIX@replace_jemalloc@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef ANDROID
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/AndroidManifest.xml
|
|
|
|
@RESPATH@/resources.arsc
|
|
|
|
@RESPATH@/classes.dex
|
|
|
|
@RESPATH@/res/drawable
|
|
|
|
@RESPATH@/res/drawable-hdpi
|
|
|
|
@RESPATH@/res/layout
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
2014-05-01 11:36:05 +00:00
|
|
|
#ifdef MOZ_GTK3
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozgtk@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozgtk2@DLL_SUFFIX@
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
|
|
|
|
[browser]
|
|
|
|
; [Base Browser Files]
|
|
|
|
#ifndef XP_UNIX
|
|
|
|
@BINPATH@/@MOZ_APP_NAME@.exe
|
|
|
|
#else
|
|
|
|
@BINPATH@/@MOZ_APP_NAME@-bin
|
|
|
|
@BINPATH@/@MOZ_APP_NAME@
|
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/application.ini
|
|
|
|
@RESPATH@/platform.ini
|
2013-03-19 05:28:40 +00:00
|
|
|
#ifndef MOZ_FOLD_LIBS
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
|
2013-03-19 05:28:40 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/blocklist.xml
|
|
|
|
@RESPATH@/ua-update.json
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef XP_UNIX
|
|
|
|
#ifndef XP_MACOSX
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/run-mozilla.sh
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Components]
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/components.manifest
|
|
|
|
@RESPATH@/components/alerts.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef ACCESSIBILITY
|
|
|
|
#ifdef XP_WIN32
|
|
|
|
@BINPATH@/AccessibleMarshal.dll
|
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/accessibility.xpt
|
|
|
|
#endif
|
2015-03-31 10:40:59 +00:00
|
|
|
@BINPATH@/components/appshell.xpt
|
|
|
|
@BINPATH@/components/appstartup.xpt
|
|
|
|
@BINPATH@/components/autocomplete.xpt
|
|
|
|
@BINPATH@/components/autoconfig.xpt
|
|
|
|
@BINPATH@/components/browsercompsbase.xpt
|
|
|
|
@BINPATH@/components/browser-element.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_events.xpt
|
2015-04-24 02:22:00 +00:00
|
|
|
@BINPATH@/components/content_geckomediaplugins.xpt
|
2015-03-31 10:40:59 +00:00
|
|
|
@BINPATH@/components/content_html.xpt
|
|
|
|
@BINPATH@/components/content_xslt.xpt
|
|
|
|
@BINPATH@/components/cookie.xpt
|
|
|
|
@BINPATH@/components/devtools_security.xpt
|
|
|
|
@BINPATH@/components/directory.xpt
|
|
|
|
@BINPATH@/components/diskspacewatcher.xpt
|
|
|
|
@BINPATH@/components/docshell.xpt
|
|
|
|
@BINPATH@/components/dom.xpt
|
|
|
|
@BINPATH@/components/dom_activities.xpt
|
|
|
|
@BINPATH@/components/dom_apps.xpt
|
|
|
|
@BINPATH@/components/dom_audiochannel.xpt
|
|
|
|
@BINPATH@/components/dom_base.xpt
|
|
|
|
@BINPATH@/components/dom_system.xpt
|
2013-10-29 08:12:45 +00:00
|
|
|
#ifdef MOZ_WIDGET_GONK
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/dom_wifi.xpt
|
|
|
|
@RESPATH@/components/dom_system_gonk.xpt
|
2013-10-29 08:12:45 +00:00
|
|
|
#endif
|
|
|
|
#ifdef MOZ_B2G_RIL
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/dom_wappush.xpt
|
|
|
|
@RESPATH@/components/dom_mobileconnection.xpt
|
2011-12-07 01:32:47 +00:00
|
|
|
#endif
|
2012-02-20 15:15:19 +00:00
|
|
|
#ifdef MOZ_B2G_BT
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/dom_bluetooth.xpt
|
|
|
|
#endif
|
2015-03-01 18:48:37 +00:00
|
|
|
#ifdef MOZ_B2G_CAMERA
|
|
|
|
@BINPATH@/components/dom_camera.xpt
|
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/dom_canvas.xpt
|
|
|
|
@RESPATH@/components/dom_contacts.xpt
|
|
|
|
@RESPATH@/components/dom_alarm.xpt
|
|
|
|
@RESPATH@/components/dom_core.xpt
|
|
|
|
@RESPATH@/components/dom_css.xpt
|
|
|
|
@RESPATH@/components/dom_devicestorage.xpt
|
|
|
|
@RESPATH@/components/dom_events.xpt
|
|
|
|
@RESPATH@/components/dom_geolocation.xpt
|
|
|
|
@RESPATH@/components/dom_media.xpt
|
|
|
|
@RESPATH@/components/dom_network.xpt
|
2015-02-11 15:09:00 +00:00
|
|
|
#ifdef MOZ_SECUREELEMENT
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/dom_secureelement.xpt
|
2015-02-11 15:09:00 +00:00
|
|
|
#endif
|
2013-11-12 18:11:39 +00:00
|
|
|
#ifdef MOZ_NFC
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/dom_nfc.xpt
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/dom_notification.xpt
|
|
|
|
@RESPATH@/components/dom_html.xpt
|
|
|
|
@RESPATH@/components/dom_offline.xpt
|
|
|
|
@RESPATH@/components/dom_payment.xpt
|
|
|
|
@RESPATH@/components/dom_json.xpt
|
|
|
|
@RESPATH@/components/dom_messages.xpt
|
|
|
|
@RESPATH@/components/dom_power.xpt
|
2015-04-21 18:10:50 +00:00
|
|
|
@RESPATH@/components/dom_push.xpt
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/dom_quota.xpt
|
|
|
|
@RESPATH@/components/dom_range.xpt
|
|
|
|
@RESPATH@/components/dom_security.xpt
|
|
|
|
@RESPATH@/components/dom_settings.xpt
|
|
|
|
@RESPATH@/components/dom_permissionsettings.xpt
|
|
|
|
@RESPATH@/components/dom_sidebar.xpt
|
|
|
|
@RESPATH@/components/dom_cellbroadcast.xpt
|
2015-01-14 06:43:32 +00:00
|
|
|
@RESPATH@/components/dom_icc.xpt
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/dom_mobilemessage.xpt
|
|
|
|
@RESPATH@/components/dom_storage.xpt
|
|
|
|
@RESPATH@/components/dom_stylesheets.xpt
|
|
|
|
@RESPATH@/components/dom_telephony.xpt
|
|
|
|
@RESPATH@/components/dom_threads.xpt
|
|
|
|
@RESPATH@/components/dom_traversal.xpt
|
|
|
|
@RESPATH@/components/dom_tv.xpt
|
2015-04-08 07:07:00 +00:00
|
|
|
@RESPATH@/components/dom_inputport.xpt
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/dom_views.xpt
|
|
|
|
@RESPATH@/components/dom_voicemail.xpt
|
2013-03-27 21:08:17 +00:00
|
|
|
#ifdef MOZ_WEBSPEECH
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/dom_webspeechrecognition.xpt
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/dom_xbl.xpt
|
|
|
|
@RESPATH@/components/dom_xpath.xpt
|
|
|
|
@RESPATH@/components/dom_xul.xpt
|
|
|
|
@RESPATH@/components/dom_time.xpt
|
|
|
|
@RESPATH@/components/dom_engineeringmode.xpt
|
|
|
|
@RESPATH@/components/dom_presentation.xpt
|
|
|
|
@RESPATH@/components/downloads.xpt
|
|
|
|
@RESPATH@/components/editor.xpt
|
|
|
|
@RESPATH@/components/embed_base.xpt
|
|
|
|
@RESPATH@/components/extensions.xpt
|
|
|
|
@RESPATH@/components/exthandler.xpt
|
|
|
|
@RESPATH@/components/exthelper.xpt
|
|
|
|
@RESPATH@/components/fastfind.xpt
|
|
|
|
@RESPATH@/components/feeds.xpt
|
2014-05-01 11:36:05 +00:00
|
|
|
#ifdef MOZ_GTK
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/filepicker.xpt
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/find.xpt
|
|
|
|
@RESPATH@/components/fuel.xpt
|
|
|
|
@RESPATH@/components/gfx.xpt
|
|
|
|
@RESPATH@/components/hal.xpt
|
|
|
|
@RESPATH@/components/html5.xpt
|
|
|
|
@RESPATH@/components/htmlparser.xpt
|
|
|
|
@RESPATH@/components/identity.xpt
|
|
|
|
@RESPATH@/components/imglib2.xpt
|
|
|
|
@RESPATH@/components/inspector.xpt
|
|
|
|
@RESPATH@/components/intl.xpt
|
|
|
|
@RESPATH@/components/jar.xpt
|
|
|
|
@RESPATH@/components/jsdebugger.xpt
|
|
|
|
@RESPATH@/components/jsdownloads.xpt
|
|
|
|
@RESPATH@/components/jsinspector.xpt
|
|
|
|
@RESPATH@/components/layout_base.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef NS_PRINTING
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/layout_printing.xpt
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/layout_xul_tree.xpt
|
|
|
|
@RESPATH@/components/layout_xul.xpt
|
|
|
|
@RESPATH@/components/locale.xpt
|
|
|
|
@RESPATH@/components/lwbrk.xpt
|
|
|
|
@RESPATH@/components/migration.xpt
|
|
|
|
@RESPATH@/components/mimetype.xpt
|
|
|
|
@RESPATH@/components/mozfind.xpt
|
|
|
|
@RESPATH@/components/necko_about.xpt
|
|
|
|
@RESPATH@/components/necko_cache.xpt
|
|
|
|
@RESPATH@/components/necko_cache2.xpt
|
|
|
|
@RESPATH@/components/necko_cookie.xpt
|
|
|
|
@RESPATH@/components/necko_dns.xpt
|
|
|
|
@RESPATH@/components/necko_file.xpt
|
|
|
|
@RESPATH@/components/necko_ftp.xpt
|
|
|
|
@RESPATH@/components/necko_http.xpt
|
|
|
|
@RESPATH@/components/necko_res.xpt
|
|
|
|
@RESPATH@/components/necko_socket.xpt
|
|
|
|
@RESPATH@/components/necko_strconv.xpt
|
|
|
|
@RESPATH@/components/necko_viewsource.xpt
|
|
|
|
@RESPATH@/components/necko_websocket.xpt
|
|
|
|
@RESPATH@/components/necko_wifi.xpt
|
|
|
|
@RESPATH@/components/necko_wyciwyg.xpt
|
2013-09-23 10:12:11 +00:00
|
|
|
#ifdef MOZ_RTSP
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/necko_rtsp.xpt
|
2013-09-23 10:12:11 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/necko.xpt
|
|
|
|
@RESPATH@/components/loginmgr.xpt
|
|
|
|
@RESPATH@/components/parentalcontrols.xpt
|
2013-03-19 20:02:44 +00:00
|
|
|
#ifdef MOZ_WEBRTC
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/peerconnection.xpt
|
2013-03-19 20:02:44 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/places.xpt
|
|
|
|
@RESPATH@/components/plugin.xpt
|
|
|
|
@RESPATH@/components/pref.xpt
|
|
|
|
@RESPATH@/components/prefetch.xpt
|
|
|
|
@RESPATH@/components/profile.xpt
|
2012-04-09 07:32:57 +00:00
|
|
|
#ifdef MOZ_ENABLE_PROFILER_SPS
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/profiler.xpt
|
2012-04-09 07:32:57 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/proxyObject.xpt
|
|
|
|
@RESPATH@/components/rdf.xpt
|
|
|
|
@RESPATH@/components/satchel.xpt
|
|
|
|
@RESPATH@/components/saxparser.xpt
|
|
|
|
@RESPATH@/components/sessionstore.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef MOZ_SERVICES_SYNC
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/services-crypto.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/services-crypto-component.xpt
|
2013-02-15 15:41:35 +00:00
|
|
|
#ifdef MOZ_CAPTIVEDETECT
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/captivedetect.xpt
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/shellservice.xpt
|
|
|
|
@RESPATH@/components/shistory.xpt
|
|
|
|
@RESPATH@/components/spellchecker.xpt
|
|
|
|
@RESPATH@/components/storage.xpt
|
|
|
|
@RESPATH@/components/telemetry.xpt
|
|
|
|
@RESPATH@/components/toolkit_asyncshutdown.xpt
|
|
|
|
@RESPATH@/components/toolkit_filewatcher.xpt
|
|
|
|
@RESPATH@/components/toolkit_finalizationwitness.xpt
|
|
|
|
@RESPATH@/components/toolkit_formautofill.xpt
|
|
|
|
@RESPATH@/components/toolkit_osfile.xpt
|
2015-04-18 12:26:13 +00:00
|
|
|
#ifdef NIGHTLY_BUILD
|
2015-03-31 10:40:59 +00:00
|
|
|
@RESPATH@/components/toolkit_perfmonitoring.xpt
|
2015-04-18 12:26:13 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/toolkit_xulstore.xpt
|
|
|
|
@RESPATH@/components/toolkitprofile.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef MOZ_ENABLE_XREMOTE
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/toolkitremote.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/txtsvc.xpt
|
|
|
|
@RESPATH@/components/txmgr.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef MOZ_USE_NATIVE_UCONV
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/ucnative.xpt
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/uconv.xpt
|
|
|
|
@RESPATH@/components/unicharutil.xpt
|
|
|
|
@RESPATH@/components/update.xpt
|
|
|
|
@RESPATH@/components/uriloader.xpt
|
|
|
|
@RESPATH@/components/urlformatter.xpt
|
|
|
|
@RESPATH@/components/webBrowser_core.xpt
|
|
|
|
@RESPATH@/components/webbrowserpersist.xpt
|
|
|
|
@RESPATH@/components/webshell_idls.xpt
|
|
|
|
@RESPATH@/components/widget.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef XP_MACOSX
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/widget_cocoa.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
2011-12-07 09:27:36 +00:00
|
|
|
#ifdef ANDROID
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/widget_android.xpt
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/windowds.xpt
|
|
|
|
@RESPATH@/components/windowwatcher.xpt
|
|
|
|
@RESPATH@/components/xpcom_base.xpt
|
|
|
|
@RESPATH@/components/xpcom_system.xpt
|
|
|
|
@RESPATH@/components/xpcom_components.xpt
|
|
|
|
@RESPATH@/components/xpcom_ds.xpt
|
|
|
|
@RESPATH@/components/xpcom_io.xpt
|
|
|
|
@RESPATH@/components/xpcom_threads.xpt
|
|
|
|
@RESPATH@/components/xpcom_xpti.xpt
|
|
|
|
@RESPATH@/components/xpconnect.xpt
|
|
|
|
@RESPATH@/components/xulapp.xpt
|
|
|
|
@RESPATH@/components/xul.xpt
|
|
|
|
@RESPATH@/components/xultmpl.xpt
|
|
|
|
@RESPATH@/components/zipwriter.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
|
|
|
|
; JavaScript components
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/RequestSync.manifest
|
|
|
|
@RESPATH@/components/RequestSyncManager.js
|
|
|
|
@RESPATH@/components/RequestSyncScheduler.js
|
|
|
|
@RESPATH@/components/ChromeNotifications.js
|
|
|
|
@RESPATH@/components/ChromeNotifications.manifest
|
|
|
|
@RESPATH@/components/ConsoleAPI.manifest
|
|
|
|
@RESPATH@/components/ConsoleAPIStorage.js
|
|
|
|
@RESPATH@/components/BrowserElementParent.manifest
|
|
|
|
@RESPATH@/components/BrowserElementParent.js
|
|
|
|
@RESPATH@/components/ContactManager.js
|
|
|
|
@RESPATH@/components/ContactManager.manifest
|
|
|
|
@RESPATH@/components/PhoneNumberService.js
|
|
|
|
@RESPATH@/components/PhoneNumberService.manifest
|
|
|
|
@RESPATH@/components/NotificationStorage.js
|
|
|
|
@RESPATH@/components/NotificationStorage.manifest
|
|
|
|
@RESPATH@/components/PermissionSettings.js
|
|
|
|
@RESPATH@/components/PermissionSettings.manifest
|
|
|
|
@RESPATH@/components/PermissionPromptService.js
|
|
|
|
@RESPATH@/components/PermissionPromptService.manifest
|
|
|
|
@RESPATH@/components/AlarmsManager.js
|
|
|
|
@RESPATH@/components/AlarmsManager.manifest
|
|
|
|
@RESPATH@/components/FeedProcessor.manifest
|
|
|
|
@RESPATH@/components/FeedProcessor.js
|
|
|
|
@RESPATH@/components/BrowserFeeds.manifest
|
|
|
|
@RESPATH@/components/FeedConverter.js
|
|
|
|
@RESPATH@/components/FeedWriter.js
|
|
|
|
@RESPATH@/components/fuelApplication.manifest
|
|
|
|
@RESPATH@/components/fuelApplication.js
|
|
|
|
@RESPATH@/components/WebContentConverter.js
|
|
|
|
@RESPATH@/components/BrowserComponents.manifest
|
|
|
|
@RESPATH@/components/nsBrowserContentHandler.js
|
|
|
|
@RESPATH@/components/nsBrowserGlue.js
|
|
|
|
@RESPATH@/components/nsSetDefaultBrowser.manifest
|
|
|
|
@RESPATH@/components/nsSetDefaultBrowser.js
|
|
|
|
@RESPATH@/components/toolkitsearch.manifest
|
|
|
|
@RESPATH@/components/nsTryToClose.manifest
|
|
|
|
@RESPATH@/components/nsTryToClose.js
|
|
|
|
@RESPATH@/components/passwordmgr.manifest
|
|
|
|
@RESPATH@/components/nsLoginInfo.js
|
|
|
|
@RESPATH@/components/nsLoginManager.js
|
|
|
|
@RESPATH@/components/nsLoginManagerPrompter.js
|
|
|
|
@RESPATH@/components/NetworkGeolocationProvider.manifest
|
|
|
|
@RESPATH@/components/NetworkGeolocationProvider.js
|
2013-03-19 20:02:44 +00:00
|
|
|
#ifdef MOZ_WEBRTC
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/PeerConnection.js
|
|
|
|
@RESPATH@/components/PeerConnection.manifest
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/SiteSpecificUserAgent.js
|
|
|
|
@RESPATH@/components/SiteSpecificUserAgent.manifest
|
|
|
|
@RESPATH@/components/storage-json.js
|
|
|
|
@RESPATH@/components/crypto-SDR.js
|
|
|
|
@RESPATH@/components/jsconsole-clhandler.manifest
|
|
|
|
@RESPATH@/components/jsconsole-clhandler.js
|
|
|
|
@RESPATH@/components/Downloads.manifest
|
|
|
|
@RESPATH@/components/DownloadLegacy.js
|
|
|
|
@RESPATH@/components/nsSidebar.manifest
|
|
|
|
@RESPATH@/components/nsSidebar.js
|
|
|
|
@RESPATH@/components/nsAsyncShutdown.manifest
|
|
|
|
@RESPATH@/components/nsAsyncShutdown.js
|
|
|
|
@RESPATH@/components/htmlMenuBuilder.js
|
|
|
|
@RESPATH@/components/htmlMenuBuilder.manifest
|
|
|
|
@RESPATH@/components/PresentationDeviceInfoManager.manifest
|
|
|
|
@RESPATH@/components/PresentationDeviceInfoManager.js
|
2014-11-17 21:34:10 +00:00
|
|
|
@RESPATH@/components/BuiltinProviders.manifest
|
|
|
|
@RESPATH@/components/TCPPresentationServer.js
|
|
|
|
|
2015-02-11 15:09:00 +00:00
|
|
|
#ifdef MOZ_SECUREELEMENT
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/SecureElement.js
|
|
|
|
@RESPATH@/components/SecureElement.manifest
|
|
|
|
@RESPATH@/components/UiccConnector.js
|
|
|
|
@RESPATH@/components/UiccConnector.manifest
|
2015-02-11 15:09:00 +00:00
|
|
|
#endif
|
2013-10-29 08:12:37 +00:00
|
|
|
|
2013-10-29 08:12:45 +00:00
|
|
|
; WiFi, NetworkManager, NetworkStats
|
|
|
|
#ifdef MOZ_WIDGET_GONK
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/DOMWifiManager.js
|
|
|
|
@RESPATH@/components/DOMWifiManager.manifest
|
|
|
|
@RESPATH@/components/DOMWifiP2pManager.js
|
|
|
|
@RESPATH@/components/DOMWifiP2pManager.manifest
|
|
|
|
@RESPATH@/components/NetworkInterfaceListService.js
|
|
|
|
@RESPATH@/components/NetworkInterfaceListService.manifest
|
|
|
|
@RESPATH@/components/NetworkManager.js
|
|
|
|
@RESPATH@/components/NetworkManager.manifest
|
|
|
|
@RESPATH@/components/NetworkService.js
|
|
|
|
@RESPATH@/components/NetworkService.manifest
|
|
|
|
@RESPATH@/components/NetworkStatsManager.js
|
|
|
|
@RESPATH@/components/NetworkStatsManager.manifest
|
|
|
|
@RESPATH@/components/NetworkStatsServiceProxy.js
|
|
|
|
@RESPATH@/components/NetworkStatsServiceProxy.manifest
|
2015-03-05 23:35:34 +00:00
|
|
|
@RESPATH@/components/TetheringService.js
|
|
|
|
@RESPATH@/components/TetheringService.manifest
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/WifiWorker.js
|
|
|
|
@RESPATH@/components/WifiWorker.manifest
|
2013-10-29 08:12:45 +00:00
|
|
|
#endif // MOZ_WIDGET_GONK
|
|
|
|
|
2015-03-01 18:48:37 +00:00
|
|
|
; Camera
|
|
|
|
#ifdef MOZ_B2G_CAMERA
|
|
|
|
@BINPATH@/components/CameraTestHardware.js
|
|
|
|
@BINPATH@/components/CameraTestHardware.manifest
|
|
|
|
#endif // MOZ_B2G_CAMERA
|
|
|
|
|
2014-08-11 09:13:25 +00:00
|
|
|
; Tethering
|
|
|
|
#ifdef MOZ_WIDGET_GONK
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/TetheringManager.js
|
|
|
|
@RESPATH@/components/TetheringManager.manifest
|
2014-08-11 09:13:25 +00:00
|
|
|
#endif
|
|
|
|
|
2014-03-10 03:54:15 +00:00
|
|
|
; ResourceStats
|
|
|
|
#ifdef MOZ_WIDGET_GONK
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/ResourceStats.js
|
|
|
|
@RESPATH@/components/ResourceStats.manifest
|
|
|
|
@RESPATH@/components/ResourceStatsManager.js
|
|
|
|
@RESPATH@/components/ResourceStatsManager.manifest
|
2014-03-10 03:54:15 +00:00
|
|
|
#endif // MOZ_WIDGET_GONK
|
|
|
|
|
2013-10-29 08:12:45 +00:00
|
|
|
; RIL
|
2013-10-29 08:12:37 +00:00
|
|
|
#if defined(MOZ_WIDGET_GONK) && defined(MOZ_B2G_RIL)
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/CellBroadcastService.js
|
|
|
|
@RESPATH@/components/CellBroadcastService.manifest
|
2015-01-06 05:32:08 +00:00
|
|
|
@BINPATH@/components/IccService.js
|
|
|
|
@BINPATH@/components/IccService.manifest
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/MmsService.js
|
|
|
|
@RESPATH@/components/MmsService.manifest
|
|
|
|
@RESPATH@/components/MobileMessageDatabaseService.js
|
|
|
|
@RESPATH@/components/MobileMessageDatabaseService.manifest
|
2015-02-26 21:51:20 +00:00
|
|
|
#ifndef DISABLE_MOZ_RIL_GEOLOC
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/MobileConnectionService.js
|
|
|
|
@RESPATH@/components/MobileConnectionService.manifest
|
|
|
|
@RESPATH@/components/RadioInterfaceLayer.js
|
|
|
|
@RESPATH@/components/RadioInterfaceLayer.manifest
|
|
|
|
@RESPATH@/components/SmsService.js
|
|
|
|
@RESPATH@/components/SmsService.manifest
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/RILContentHelper.js
|
|
|
|
@RESPATH@/components/RILContentHelper.manifest
|
|
|
|
@RESPATH@/components/RILSystemMessengerHelper.js
|
|
|
|
@RESPATH@/components/RILSystemMessengerHelper.manifest
|
|
|
|
@RESPATH@/components/TelephonyAudioService.js
|
|
|
|
@RESPATH@/components/TelephonyAudioService.manifest
|
2015-02-26 21:51:20 +00:00
|
|
|
#ifndef DISABLE_MOZ_RIL_GEOLOC
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/TelephonyService.js
|
|
|
|
@RESPATH@/components/TelephonyService.manifest
|
|
|
|
@RESPATH@/components/VoicemailService.js
|
|
|
|
@RESPATH@/components/VoicemailService.manifest
|
2015-02-26 21:51:20 +00:00
|
|
|
#endif
|
2013-10-29 08:12:37 +00:00
|
|
|
#endif // MOZ_WIDGET_GONK && MOZ_B2G_RIL
|
|
|
|
|
2012-10-15 18:14:53 +00:00
|
|
|
#ifndef MOZ_WIDGET_GONK
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/extensions.manifest
|
|
|
|
@RESPATH@/components/addonManager.js
|
|
|
|
@RESPATH@/components/amContentHandler.js
|
|
|
|
@RESPATH@/components/amInstallTrigger.js
|
|
|
|
@RESPATH@/components/amWebInstallListener.js
|
|
|
|
@RESPATH@/components/nsBlocklistService.js
|
|
|
|
@RESPATH@/components/OopCommandLine.js
|
|
|
|
@RESPATH@/components/CommandLine.js
|
2012-10-15 18:14:53 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/BootstrapCommandLine.js
|
2011-12-06 23:52:26 +00:00
|
|
|
|
|
|
|
#ifdef MOZ_UPDATER
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/nsUpdateService.manifest
|
|
|
|
@RESPATH@/components/nsUpdateService.js
|
|
|
|
@RESPATH@/components/nsUpdateServiceStub.js
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/nsUpdateTimerManager.manifest
|
|
|
|
@RESPATH@/components/nsUpdateTimerManager.js
|
|
|
|
@RESPATH@/components/pluginGlue.manifest
|
|
|
|
@RESPATH@/components/nsSessionStore.manifest
|
|
|
|
@RESPATH@/components/nsSessionStartup.js
|
|
|
|
@RESPATH@/components/nsSessionStore.js
|
|
|
|
@RESPATH@/components/nsURLFormatter.manifest
|
|
|
|
@RESPATH@/components/nsURLFormatter.js
|
|
|
|
@RESPATH@/components/@DLL_PREFIX@browsercomps@DLL_SUFFIX@
|
|
|
|
@RESPATH@/components/txEXSLTRegExFunctions.manifest
|
|
|
|
@RESPATH@/components/txEXSLTRegExFunctions.js
|
|
|
|
@RESPATH@/components/toolkitplaces.manifest
|
|
|
|
@RESPATH@/components/nsLivemarkService.js
|
|
|
|
@RESPATH@/components/nsTaggingService.js
|
|
|
|
@RESPATH@/components/nsPlacesDBFlush.js
|
|
|
|
@RESPATH@/components/nsPlacesAutoComplete.manifest
|
|
|
|
@RESPATH@/components/nsPlacesAutoComplete.js
|
|
|
|
@RESPATH@/components/UnifiedComplete.manifest
|
|
|
|
@RESPATH@/components/UnifiedComplete.js
|
|
|
|
@RESPATH@/components/nsPlacesExpiration.js
|
|
|
|
@RESPATH@/components/PlacesCategoriesStarter.js
|
|
|
|
@RESPATH@/components/nsDefaultCLH.manifest
|
|
|
|
@RESPATH@/components/nsDefaultCLH.js
|
|
|
|
@RESPATH@/components/nsContentPrefService.manifest
|
|
|
|
@RESPATH@/components/nsContentPrefService.js
|
|
|
|
@RESPATH@/components/nsContentDispatchChooser.manifest
|
|
|
|
@RESPATH@/components/nsContentDispatchChooser.js
|
|
|
|
@RESPATH@/components/nsHandlerService.manifest
|
|
|
|
@RESPATH@/components/nsHandlerService.js
|
|
|
|
@RESPATH@/components/nsWebHandlerApp.manifest
|
|
|
|
@RESPATH@/components/nsWebHandlerApp.js
|
|
|
|
@RESPATH@/components/satchel.manifest
|
|
|
|
@RESPATH@/components/nsFormAutoComplete.js
|
|
|
|
@RESPATH@/components/nsFormHistory.js
|
|
|
|
@RESPATH@/components/FormHistoryStartup.js
|
|
|
|
@RESPATH@/components/nsInputListAutoComplete.js
|
|
|
|
@RESPATH@/components/formautofill.manifest
|
|
|
|
@RESPATH@/components/FormAutofillContentService.js
|
|
|
|
@RESPATH@/components/FormAutofillStartup.js
|
|
|
|
@RESPATH@/components/CSSUnprefixingService.js
|
|
|
|
@RESPATH@/components/CSSUnprefixingService.manifest
|
|
|
|
@RESPATH@/components/contentAreaDropListener.manifest
|
|
|
|
@RESPATH@/components/contentAreaDropListener.js
|
|
|
|
@RESPATH@/components/messageWakeupService.js
|
|
|
|
@RESPATH@/components/messageWakeupService.manifest
|
|
|
|
@RESPATH@/components/SettingsManager.js
|
|
|
|
@RESPATH@/components/SettingsManager.manifest
|
|
|
|
@RESPATH@/components/SettingsService.js
|
|
|
|
@RESPATH@/components/SettingsService.manifest
|
|
|
|
@RESPATH@/components/webvtt.xpt
|
|
|
|
@RESPATH@/components/WebVTT.manifest
|
|
|
|
@RESPATH@/components/WebVTTParserWrapper.js
|
2013-11-12 18:11:39 +00:00
|
|
|
#ifdef MOZ_NFC
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/nsNfc.manifest
|
|
|
|
@RESPATH@/components/nsNfc.js
|
|
|
|
@RESPATH@/components/Nfc.manifest
|
|
|
|
@RESPATH@/components/Nfc.js
|
|
|
|
@RESPATH@/components/NfcContentHelper.manifest
|
|
|
|
@RESPATH@/components/NfcContentHelper.js
|
2013-11-12 18:11:39 +00:00
|
|
|
#endif
|
2015-02-11 15:09:00 +00:00
|
|
|
#ifdef MOZ_SECUREELEMENT
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/DOMSecureElement.manifest
|
|
|
|
@RESPATH@/components/DOMSecureElement.js
|
2015-02-11 15:09:00 +00:00
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef MOZ_ENABLE_DBUS
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/@DLL_PREFIX@dbusservice@DLL_SUFFIX@
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/nsINIProcessor.manifest
|
|
|
|
@RESPATH@/components/nsINIProcessor.js
|
|
|
|
@RESPATH@/components/nsPrompter.manifest
|
|
|
|
@RESPATH@/components/nsPrompter.js
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef MOZ_SERVICES_SYNC
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/SyncComponents.manifest
|
|
|
|
@RESPATH@/components/Weave.js
|
|
|
|
@RESPATH@/components/WeaveCrypto.manifest
|
|
|
|
@RESPATH@/components/WeaveCrypto.js
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/servicesComponents.manifest
|
|
|
|
@RESPATH@/components/cryptoComponents.manifest
|
2012-11-14 04:22:09 +00:00
|
|
|
#ifdef MOZ_SERVICES_HEALTHREPORT
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/HealthReportComponents.manifest
|
|
|
|
@RESPATH@/components/HealthReportService.js
|
2012-11-14 04:22:09 +00:00
|
|
|
#endif
|
2013-02-15 15:41:35 +00:00
|
|
|
#ifdef MOZ_CAPTIVEDETECT
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/CaptivePortalDetectComponents.manifest
|
|
|
|
@RESPATH@/components/captivedetect.js
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/TelemetryStartup.js
|
|
|
|
@RESPATH@/components/TelemetryStartup.manifest
|
|
|
|
@RESPATH@/components/XULStore.js
|
|
|
|
@RESPATH@/components/XULStore.manifest
|
|
|
|
@RESPATH@/components/Webapps.js
|
|
|
|
@RESPATH@/components/Webapps.manifest
|
|
|
|
@RESPATH@/components/AppsService.js
|
|
|
|
@RESPATH@/components/AppsService.manifest
|
|
|
|
@RESPATH@/components/Push.js
|
|
|
|
@RESPATH@/components/Push.manifest
|
2015-04-21 18:10:50 +00:00
|
|
|
@RESPATH@/components/PushNotificationService.js
|
2015-03-05 02:29:44 +00:00
|
|
|
|
|
|
|
@RESPATH@/components/InterAppComm.manifest
|
|
|
|
@RESPATH@/components/InterAppCommService.js
|
|
|
|
@RESPATH@/components/InterAppConnection.js
|
|
|
|
@RESPATH@/components/InterAppMessagePort.js
|
|
|
|
|
|
|
|
@RESPATH@/components/nsDOMIdentity.js
|
|
|
|
@RESPATH@/components/nsIDService.js
|
|
|
|
@RESPATH@/components/Identity.manifest
|
|
|
|
|
|
|
|
@RESPATH@/components/SystemMessageInternal.js
|
|
|
|
@RESPATH@/components/SystemMessageManager.js
|
|
|
|
@RESPATH@/components/SystemMessageCache.js
|
|
|
|
@RESPATH@/components/SystemMessageManager.manifest
|
|
|
|
@RESPATH@/components/HCIEventTransactionSystemMessage.manifest
|
|
|
|
@RESPATH@/components/HCIEventTransactionSystemMessageConfigurator.js
|
|
|
|
|
|
|
|
@RESPATH@/components/Activities.manifest
|
|
|
|
@RESPATH@/components/ActivityProxy.js
|
|
|
|
@RESPATH@/components/ActivityRequestHandler.js
|
|
|
|
@RESPATH@/components/ActivityWrapper.js
|
|
|
|
@RESPATH@/components/ActivityMessageConfigurator.js
|
|
|
|
|
|
|
|
@RESPATH@/components/TCPSocket.js
|
|
|
|
@RESPATH@/components/TCPServerSocket.js
|
|
|
|
@RESPATH@/components/TCPSocketParentIntermediary.js
|
|
|
|
@RESPATH@/components/TCPSocket.manifest
|
|
|
|
|
|
|
|
@RESPATH@/components/Payment.js
|
|
|
|
@RESPATH@/components/PaymentFlowInfo.js
|
|
|
|
@RESPATH@/components/PaymentProvider.js
|
|
|
|
@RESPATH@/components/Payment.manifest
|
|
|
|
|
|
|
|
@RESPATH@/components/DownloadsAPI.js
|
|
|
|
@RESPATH@/components/DownloadsAPI.manifest
|
2013-11-28 07:18:08 +00:00
|
|
|
|
2013-09-25 19:38:41 +00:00
|
|
|
; InputMethod API
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/MozKeyboard.js
|
|
|
|
@RESPATH@/components/InputMethod.manifest
|
2013-09-25 19:38:41 +00:00
|
|
|
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/EngineeringMode.manifest
|
|
|
|
@RESPATH@/components/EngineeringModeAPI.js
|
|
|
|
@RESPATH@/components/EngineeringModeService.js
|
2014-09-21 07:06:00 +00:00
|
|
|
|
2014-02-15 06:36:43 +00:00
|
|
|
#ifdef MOZ_DEBUG
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/TestInterfaceJS.js
|
|
|
|
@RESPATH@/components/TestInterfaceJS.manifest
|
2014-02-15 06:36:43 +00:00
|
|
|
#endif
|
|
|
|
|
2015-03-26 07:11:08 +00:00
|
|
|
@RESPATH@/components/PACGenerator.js
|
|
|
|
@RESPATH@/components/PACGenerator.manifest
|
|
|
|
|
2011-12-06 23:52:26 +00:00
|
|
|
; Modules
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/modules/*
|
2011-12-06 23:52:26 +00:00
|
|
|
|
|
|
|
; Safe Browsing
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/nsURLClassifier.manifest
|
|
|
|
@RESPATH@/components/nsUrlClassifierHashCompleter.js
|
|
|
|
@RESPATH@/components/nsUrlClassifierListManager.js
|
|
|
|
@RESPATH@/components/nsUrlClassifierLib.js
|
|
|
|
@RESPATH@/components/url-classifier.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
|
|
|
|
; GNOME hooks
|
|
|
|
#ifdef MOZ_ENABLE_GNOME_COMPONENT
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/@DLL_PREFIX@mozgnome@DLL_SUFFIX@
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
; ANGLE on Win32
|
|
|
|
#ifdef XP_WIN32
|
2014-06-25 02:16:25 +00:00
|
|
|
#ifndef HAVE_64BIT_BUILD
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/libEGL.dll
|
|
|
|
@BINPATH@/libGLESv2.dll
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Browser Chrome Files]
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/chrome/browser@JAREXT@
|
|
|
|
@RESPATH@/chrome/browser.manifest
|
|
|
|
@RESPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
|
|
|
|
@RESPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
|
|
|
|
@RESPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png
|
|
|
|
@RESPATH@/chrome/toolkit@JAREXT@
|
|
|
|
@RESPATH@/chrome/toolkit.manifest
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef XP_UNIX
|
|
|
|
#ifndef XP_MACOSX
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/chrome/icons/default/default16.png
|
|
|
|
@RESPATH@/chrome/icons/default/default32.png
|
|
|
|
@RESPATH@/chrome/icons/default/default48.png
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
; shell icons
|
|
|
|
#ifdef XP_UNIX
|
|
|
|
#ifndef XP_MACOSX
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/icons/*.xpm
|
|
|
|
@RESPATH@/icons/*.png
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Default Preferences]
|
|
|
|
; All the pref files must be part of base to prevent migration bugs
|
2014-05-26 13:18:00 +00:00
|
|
|
#ifdef MOZ_MULET
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/browser/@PREF_DIR@/b2g.js
|
2014-05-26 13:18:00 +00:00
|
|
|
#else
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/@PREF_DIR@/b2g.js
|
2014-05-26 13:18:00 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/@PREF_DIR@/channel-prefs.js
|
|
|
|
@RESPATH@/greprefs.js
|
|
|
|
@RESPATH@/defaults/autoconfig/prefcalls.js
|
|
|
|
@RESPATH@/defaults/profile/prefs.js
|
2011-12-06 23:52:26 +00:00
|
|
|
|
2012-12-05 22:36:15 +00:00
|
|
|
; Services (gre) prefs
|
|
|
|
#ifdef MOZ_SERVICES_SYNC
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/defaults/pref/services-sync.js
|
2012-12-05 22:36:15 +00:00
|
|
|
#endif
|
|
|
|
|
2011-12-06 23:52:26 +00:00
|
|
|
; [Layout Engine Resources]
|
2013-06-04 06:39:51 +00:00
|
|
|
; Style Sheets, Graphics and other Resources used by the layout engine.
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/res/EditorOverride.css
|
|
|
|
@RESPATH@/res/contenteditable.css
|
|
|
|
@RESPATH@/res/designmode.css
|
|
|
|
@RESPATH@/res/ImageDocument.css
|
|
|
|
@RESPATH@/res/TopLevelImageDocument.css
|
|
|
|
@RESPATH@/res/TopLevelVideoDocument.css
|
|
|
|
@RESPATH@/res/table-add-column-after-active.gif
|
|
|
|
@RESPATH@/res/table-add-column-after-hover.gif
|
|
|
|
@RESPATH@/res/table-add-column-after.gif
|
|
|
|
@RESPATH@/res/table-add-column-before-active.gif
|
|
|
|
@RESPATH@/res/table-add-column-before-hover.gif
|
|
|
|
@RESPATH@/res/table-add-column-before.gif
|
|
|
|
@RESPATH@/res/table-add-row-after-active.gif
|
|
|
|
@RESPATH@/res/table-add-row-after-hover.gif
|
|
|
|
@RESPATH@/res/table-add-row-after.gif
|
|
|
|
@RESPATH@/res/table-add-row-before-active.gif
|
|
|
|
@RESPATH@/res/table-add-row-before-hover.gif
|
|
|
|
@RESPATH@/res/table-add-row-before.gif
|
|
|
|
@RESPATH@/res/table-remove-column-active.gif
|
|
|
|
@RESPATH@/res/table-remove-column-hover.gif
|
|
|
|
@RESPATH@/res/table-remove-column.gif
|
|
|
|
@RESPATH@/res/table-remove-row-active.gif
|
|
|
|
@RESPATH@/res/table-remove-row-hover.gif
|
|
|
|
@RESPATH@/res/table-remove-row.gif
|
|
|
|
@RESPATH@/res/text_caret.png
|
|
|
|
@RESPATH@/res/text_caret@1.5x.png
|
|
|
|
@RESPATH@/res/text_caret@2.25x.png
|
|
|
|
@RESPATH@/res/text_caret@2x.png
|
|
|
|
@RESPATH@/res/text_caret_tilt_left.png
|
|
|
|
@RESPATH@/res/text_caret_tilt_left@1.5x.png
|
|
|
|
@RESPATH@/res/text_caret_tilt_left@2.25x.png
|
|
|
|
@RESPATH@/res/text_caret_tilt_left@2x.png
|
|
|
|
@RESPATH@/res/text_caret_tilt_right.png
|
|
|
|
@RESPATH@/res/text_caret_tilt_right@1.5x.png
|
|
|
|
@RESPATH@/res/text_caret_tilt_right@2.25x.png
|
|
|
|
@RESPATH@/res/text_caret_tilt_right@2x.png
|
|
|
|
@RESPATH@/res/grabber.gif
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef XP_MACOSX
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/res/cursors/*
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/res/fonts/*
|
|
|
|
@RESPATH@/res/dtd/*
|
|
|
|
@RESPATH@/res/html/*
|
|
|
|
@RESPATH@/res/language.properties
|
|
|
|
@RESPATH@/res/entityTables/*
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef XP_MACOSX
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/res/MainMenu.nib/
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
; svg
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/res/svg.css
|
|
|
|
@RESPATH@/components/dom_svg.xpt
|
|
|
|
@RESPATH@/components/dom_smil.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
|
|
|
|
; [Personal Security Manager]
|
|
|
|
;
|
|
|
|
@BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/pipboot.xpt
|
|
|
|
@RESPATH@/components/pipnss.xpt
|
|
|
|
@RESPATH@/components/pippki.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@
|
2013-03-17 06:53:39 +00:00
|
|
|
#ifndef MOZ_FOLD_LIBS
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@nssutil3@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@smime3@DLL_SUFFIX@
|
2013-03-17 06:53:39 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@ssl3@DLL_SUFFIX@
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@softokn3@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@freebl3@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
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/chrome/pippki@JAREXT@
|
|
|
|
@RESPATH@/chrome/pippki.manifest
|
2011-12-06 23:52:26 +00:00
|
|
|
|
2014-07-30 06:14:00 +00:00
|
|
|
; For process sandboxing
|
2014-09-10 00:41:01 +00:00
|
|
|
#if defined(MOZ_SANDBOX)
|
2014-07-30 06:14:00 +00:00
|
|
|
#if defined(XP_WIN)
|
|
|
|
@BINPATH@/@DLL_PREFIX@sandboxbroker@DLL_SUFFIX@
|
2014-08-26 20:54:09 +00:00
|
|
|
#elif defined(XP_LINUX)
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozsandbox@DLL_SUFFIX@
|
|
|
|
#endif
|
2014-07-30 06:14:00 +00:00
|
|
|
#endif
|
|
|
|
|
2011-12-06 23:52:26 +00:00
|
|
|
; 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@
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/crashreporter.crt
|
|
|
|
@RESPATH@/crashreporter.ini
|
2011-12-06 23:52:26 +00:00
|
|
|
#ifdef XP_UNIX
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/Throbber-small.gif
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/crashreporter-override.ini
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
[b2g]
|
2013-11-28 18:49:38 +00:00
|
|
|
#ifndef MOZ_WIDGET_GONK
|
|
|
|
#ifdef XP_WIN32
|
|
|
|
@BINPATH@/xpcshell.exe
|
2014-06-18 01:07:00 +00:00
|
|
|
@BINPATH@/ssltunnel.exe
|
2013-11-28 18:49:38 +00:00
|
|
|
#else
|
|
|
|
@BINPATH@/xpcshell
|
2014-06-18 01:07:00 +00:00
|
|
|
@BINPATH@/ssltunnel
|
2013-11-28 18:49:38 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/chrome/icons/
|
|
|
|
@RESPATH@/chrome/chrome@JAREXT@
|
|
|
|
@RESPATH@/chrome/chrome.manifest
|
|
|
|
@RESPATH@/components/B2GComponents.manifest
|
2012-06-01 00:54:23 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@omxplugin@DLL_SUFFIX@
|
2014-03-11 20:22:34 +00:00
|
|
|
#if defined(ENABLE_MARIONETTE) || !defined(MOZ_WIDGET_GONK)
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/chrome/marionette@JAREXT@
|
|
|
|
@RESPATH@/chrome/marionette.manifest
|
|
|
|
@RESPATH@/components/MarionetteComponents.manifest
|
|
|
|
@RESPATH@/components/marionettecomponent.js
|
2012-08-22 23:26:32 +00:00
|
|
|
#endif
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/AlertsService.js
|
|
|
|
@RESPATH@/components/ContentPermissionPrompt.js
|
2012-03-21 22:50:53 +00:00
|
|
|
#ifdef MOZ_UPDATER
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/UpdatePrompt.js
|
|
|
|
#endif
|
|
|
|
@RESPATH@/components/WebappsUpdateTimer.js
|
|
|
|
@RESPATH@/components/DirectoryProvider.js
|
|
|
|
@RESPATH@/components/ActivitiesGlue.js
|
|
|
|
@RESPATH@/components/ProcessGlobal.js
|
|
|
|
@RESPATH@/components/OMAContentHandler.js
|
|
|
|
@RESPATH@/components/PaymentGlue.js
|
|
|
|
@RESPATH@/components/PaymentProviderStrategy.js
|
|
|
|
@RESPATH@/components/RecoveryService.js
|
|
|
|
@RESPATH@/components/MailtoProtocolHandler.js
|
|
|
|
@RESPATH@/components/SmsProtocolHandler.js
|
|
|
|
@RESPATH@/components/TelProtocolHandler.js
|
|
|
|
@RESPATH@/components/B2GAboutRedirector.js
|
|
|
|
@RESPATH@/components/FilePicker.js
|
|
|
|
@RESPATH@/components/HelperAppDialog.js
|
|
|
|
@RESPATH@/components/DownloadsUI.js
|
|
|
|
@RESPATH@/components/InterAppCommUIGlue.js
|
|
|
|
@RESPATH@/components/SystemMessageGlue.js
|
|
|
|
@RESPATH@/components/B2GAppMigrator.js
|
|
|
|
@RESPATH@/components/B2GPresentationDevicePrompt.js
|
2012-08-03 21:10:35 +00:00
|
|
|
|
2014-04-10 14:35:26 +00:00
|
|
|
#ifndef MOZ_WIDGET_GONK
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/SimulatorScreen.js
|
2014-04-10 14:35:26 +00:00
|
|
|
#endif
|
|
|
|
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/FxAccountsUIGlue.js
|
|
|
|
@RESPATH@/components/services_fxaccounts.xpt
|
2014-03-17 16:58:16 +00:00
|
|
|
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/DataStore.manifest
|
|
|
|
@RESPATH@/components/DataStoreImpl.js
|
|
|
|
@RESPATH@/components/dom_datastore.xpt
|
2013-10-02 17:27:07 +00:00
|
|
|
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/MobileIdentity.manifest
|
|
|
|
@RESPATH@/components/MobileIdentity.js
|
|
|
|
@RESPATH@/components/dom_mobileidentity.xpt
|
|
|
|
@RESPATH@/components/MobileIdentityUIGlue.js
|
|
|
|
@RESPATH@/components/services_mobileidentity.xpt
|
2014-06-07 17:30:18 +00:00
|
|
|
|
2013-04-03 22:13:16 +00:00
|
|
|
#ifdef MOZ_WEBSPEECH
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/components/dom_webspeechsynth.xpt
|
2013-04-03 22:13:16 +00:00
|
|
|
#endif
|
|
|
|
|
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]
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/gaia/*
|
2012-09-07 17:00:10 +00:00
|
|
|
@BINPATH@/b2g-bin@BIN_SUFFIX@
|
|
|
|
#endif
|
2014-10-21 16:34:00 +00:00
|
|
|
|
|
|
|
#ifdef PACKAGE_MOZTT
|
2015-03-05 02:29:44 +00:00
|
|
|
@RESPATH@/fonts/*
|
2014-10-21 16:34:00 +00:00
|
|
|
#endif
|
2015-03-31 02:32:15 +00:00
|
|
|
|
|
|
|
; media
|
|
|
|
#ifdef MOZ_EME
|
|
|
|
@RESPATH@/gmp-clearkey/0.1/@DLL_PREFIX@clearkey@DLL_SUFFIX@
|
|
|
|
@RESPATH@/gmp-clearkey/0.1/clearkey.info
|
|
|
|
#endif
|