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
|
|
|
|
;
|
|
|
|
|
|
|
|
#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
|
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
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@mozalloc@DLL_SUFFIX@
|
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
|
2012-11-15 18:16:08 +00:00
|
|
|
#ifndef MOZ_DEBUG
|
|
|
|
#if MOZ_MSVC_REDIST == 1400
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/Microsoft.VC80.CRT.manifest
|
|
|
|
@BINPATH@/msvcm80.dll
|
|
|
|
@BINPATH@/msvcp80.dll
|
|
|
|
@BINPATH@/msvcr80.dll
|
2012-11-15 18:16:08 +00:00
|
|
|
#elif MOZ_MSVC_REDIST == 1500
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/Microsoft.VC90.CRT.manifest
|
|
|
|
@BINPATH@/msvcm90.dll
|
|
|
|
@BINPATH@/msvcp90.dll
|
|
|
|
@BINPATH@/msvcr90.dll
|
2012-11-15 18:16:08 +00:00
|
|
|
#elif MOZ_MSVC_REDIST == 1600
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/msvcp100.dll
|
|
|
|
@BINPATH@/msvcr100.dll
|
2012-11-15 18:16:08 +00:00
|
|
|
#elif MOZ_MSVC_REDIST == 1700
|
|
|
|
@BINPATH@/msvcp110.dll
|
|
|
|
@BINPATH@/msvcr110.dll
|
2011-12-06 23:52:26 +00:00
|
|
|
#endif
|
|
|
|
#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
|
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
|
2011-12-06 23:52:26 +00:00
|
|
|
#else
|
|
|
|
@BINPATH@/mozsqlt3@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
@BINPATH@/blocklist.xml
|
2013-09-18 14:57:08 +00:00
|
|
|
@BINPATH@/ua-update.json
|
2011-12-06 23:52:26 +00:00
|
|
|
#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
|
|
|
|
#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/cookie.xpt
|
|
|
|
@BINPATH@/components/directory.xpt
|
2013-05-09 22:57:31 +00:00
|
|
|
@BINPATH@/components/diskspacewatcher.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@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
|
2013-01-17 08:18:22 +00:00
|
|
|
@BINPATH@/components/dom_audiochannel.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_base.xpt
|
2012-12-23 15:43:23 +00:00
|
|
|
@BINPATH@/components/dom_system.xpt
|
2013-10-29 08:12:45 +00:00
|
|
|
#ifdef MOZ_WIDGET_GONK
|
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
|
2013-10-29 08:12:45 +00:00
|
|
|
#endif
|
|
|
|
#ifdef MOZ_B2G_RIL
|
|
|
|
@BINPATH@/components/dom_voicemail.xpt
|
2012-08-13 01:55:26 +00:00
|
|
|
@BINPATH@/components/dom_icc.xpt
|
2012-12-04 02:38:25 +00:00
|
|
|
@BINPATH@/components/dom_cellbroadcast.xpt
|
2013-06-04 06:39:51 +00:00
|
|
|
@BINPATH@/components/dom_wappush.xpt
|
2011-12-07 01:32:47 +00:00
|
|
|
#endif
|
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
|
2013-09-25 19:38:41 +00:00
|
|
|
@BINPATH@/components/dom_inputmethod.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@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-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
|
2013-03-26 11:13:17 +00:00
|
|
|
@BINPATH@/components/dom_quota.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
|
2013-02-05 11:39:44 +00:00
|
|
|
@BINPATH@/components/dom_mobilemessage.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_storage.xpt
|
|
|
|
@BINPATH@/components/dom_stylesheets.xpt
|
2013-09-07 06:19:53 +00:00
|
|
|
@BINPATH@/components/dom_telephony.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_threads.xpt
|
|
|
|
@BINPATH@/components/dom_traversal.xpt
|
|
|
|
@BINPATH@/components/dom_views.xpt
|
2013-03-27 21:08:17 +00:00
|
|
|
#ifdef MOZ_WEBSPEECH
|
2013-04-03 22:13:16 +00:00
|
|
|
@BINPATH@/components/dom_webspeechrecognition.xpt
|
2013-03-27 21:08:17 +00:00
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/dom_xbl.xpt
|
|
|
|
@BINPATH@/components/dom_xpath.xpt
|
|
|
|
@BINPATH@/components/dom_xul.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-10-04 09:28:34 +00:00
|
|
|
@BINPATH@/components/hal.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
|
2012-10-26 11:39:38 +00:00
|
|
|
@BINPATH@/components/identity.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/imglib2.xpt
|
|
|
|
@BINPATH@/components/imgicon.xpt
|
|
|
|
@BINPATH@/components/inspector.xpt
|
|
|
|
@BINPATH@/components/intl.xpt
|
|
|
|
@BINPATH@/components/jar.xpt
|
2012-05-09 00:08:29 +00:00
|
|
|
@BINPATH@/components/jsdebugger.xpt
|
2013-09-03 17:23:37 +00:00
|
|
|
@BINPATH@/components/jsdownloads.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
|
|
|
|
#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
|
2013-09-20 09:11:25 +00:00
|
|
|
@BINPATH@/components/necko_cache2.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@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
|
2013-03-19 20:02:44 +00:00
|
|
|
@BINPATH@/components/necko_websocket.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/necko_wifi.xpt
|
|
|
|
@BINPATH@/components/necko_wyciwyg.xpt
|
2013-09-23 10:12:11 +00:00
|
|
|
#ifdef MOZ_RTSP
|
|
|
|
@BINPATH@/components/necko_rtsp.xpt
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/necko.xpt
|
|
|
|
@BINPATH@/components/loginmgr.xpt
|
|
|
|
@BINPATH@/components/parentalcontrols.xpt
|
2013-03-19 20:02:44 +00:00
|
|
|
#ifdef MOZ_WEBRTC
|
|
|
|
@BINPATH@/components/peerconnection.xpt
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
@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
|
2013-02-15 15:41:35 +00:00
|
|
|
#ifdef MOZ_CAPTIVEDETECT
|
|
|
|
@BINPATH@/components/captivedetect.xpt
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/shellservice.xpt
|
|
|
|
@BINPATH@/components/shistory.xpt
|
|
|
|
@BINPATH@/components/spellchecker.xpt
|
|
|
|
@BINPATH@/components/storage.xpt
|
|
|
|
@BINPATH@/components/telemetry.xpt
|
2013-10-12 18:17:43 +00:00
|
|
|
@BINPATH@/components/toolkit_finalizationwitness.xpt
|
2011-12-06 23:52:26 +00:00
|
|
|
@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
|
|
|
|
@BINPATH@/components/update.xpt
|
|
|
|
@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
|
2013-08-01 04:04:59 +00:00
|
|
|
@BINPATH@/components/PhoneNumberService.js
|
|
|
|
@BINPATH@/components/PhoneNumberService.manifest
|
2013-10-03 01:27:53 +00:00
|
|
|
@BINPATH@/components/NotificationStorage.js
|
|
|
|
@BINPATH@/components/NotificationStorage.manifest
|
2012-09-19 18:19:00 +00:00
|
|
|
@BINPATH@/components/PermissionSettings.js
|
|
|
|
@BINPATH@/components/PermissionSettings.manifest
|
2012-10-24 20:19:01 +00:00
|
|
|
@BINPATH@/components/PermissionPromptService.js
|
|
|
|
@BINPATH@/components/PermissionPromptService.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/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
|
2013-03-19 20:02:44 +00:00
|
|
|
#ifdef MOZ_WEBRTC
|
|
|
|
@BINPATH@/components/PeerConnection.js
|
|
|
|
@BINPATH@/components/PeerConnection.manifest
|
|
|
|
#endif
|
2013-09-23 03:01:10 +00:00
|
|
|
@BINPATH@/components/HttpDataUsage.manifest
|
|
|
|
@BINPATH@/components/HttpDataUsage.js
|
2012-10-11 22:56:13 +00:00
|
|
|
@BINPATH@/components/SiteSpecificUserAgent.js
|
|
|
|
@BINPATH@/components/SiteSpecificUserAgent.manifest
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/storage-mozStorage.js
|
|
|
|
@BINPATH@/components/crypto-SDR.js
|
|
|
|
@BINPATH@/components/jsconsole-clhandler.manifest
|
|
|
|
@BINPATH@/components/jsconsole-clhandler.js
|
|
|
|
@BINPATH@/components/nsHelperAppDlg.manifest
|
|
|
|
@BINPATH@/components/nsHelperAppDlg.js
|
|
|
|
@BINPATH@/components/nsDownloadManagerUI.manifest
|
|
|
|
@BINPATH@/components/nsDownloadManagerUI.js
|
|
|
|
@BINPATH@/components/nsSidebar.manifest
|
|
|
|
@BINPATH@/components/nsSidebar.js
|
2013-10-29 08:12:37 +00:00
|
|
|
|
2013-10-29 08:12:45 +00:00
|
|
|
; WiFi, NetworkManager, NetworkStats
|
|
|
|
#ifdef MOZ_WIDGET_GONK
|
|
|
|
@BINPATH@/components/DOMWifiManager.js
|
|
|
|
@BINPATH@/components/DOMWifiManager.manifest
|
|
|
|
@BINPATH@/components/NetworkInterfaceListService.js
|
|
|
|
@BINPATH@/components/NetworkInterfaceListService.manifest
|
|
|
|
@BINPATH@/components/NetworkManager.js
|
|
|
|
@BINPATH@/components/NetworkManager.manifest
|
|
|
|
@BINPATH@/components/NetworkStatsManager.js
|
|
|
|
@BINPATH@/components/NetworkStatsManager.manifest
|
|
|
|
@BINPATH@/components/NetworkStatsServiceProxy.js
|
|
|
|
@BINPATH@/components/NetworkStatsServiceProxy.manifest
|
|
|
|
@BINPATH@/components/WifiWorker.js
|
|
|
|
@BINPATH@/components/WifiWorker.manifest
|
|
|
|
#endif // MOZ_WIDGET_GONK
|
|
|
|
|
|
|
|
; RIL
|
2013-10-29 08:12:37 +00:00
|
|
|
#if defined(MOZ_WIDGET_GONK) && defined(MOZ_B2G_RIL)
|
|
|
|
@BINPATH@/components/MmsService.js
|
|
|
|
@BINPATH@/components/MmsService.manifest
|
|
|
|
@BINPATH@/components/MobileMessageDatabaseService.js
|
|
|
|
@BINPATH@/components/MobileMessageDatabaseService.manifest
|
2013-10-29 08:12:45 +00:00
|
|
|
@BINPATH@/components/RadioInterfaceLayer.js
|
|
|
|
@BINPATH@/components/RadioInterfaceLayer.manifest
|
|
|
|
@BINPATH@/components/RILContentHelper.js
|
2013-10-29 08:12:38 +00:00
|
|
|
@BINPATH@/components/TelephonyProvider.js
|
|
|
|
@BINPATH@/components/TelephonyProvider.manifest
|
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
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/components/extensions.manifest
|
|
|
|
@BINPATH@/components/addonManager.js
|
|
|
|
@BINPATH@/components/amContentHandler.js
|
|
|
|
@BINPATH@/components/amWebInstallListener.js
|
|
|
|
@BINPATH@/components/nsBlocklistService.js
|
2012-10-15 18:14:53 +00:00
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
|
|
|
|
#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/satchel.manifest
|
|
|
|
@BINPATH@/components/nsFormAutoComplete.js
|
|
|
|
@BINPATH@/components/nsFormHistory.js
|
2013-04-19 22:21:30 +00:00
|
|
|
@BINPATH@/components/FormHistoryStartup.js
|
2011-12-06 23:52:26 +00:00
|
|
|
@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
|
2013-09-19 15:26:00 +00:00
|
|
|
@BINPATH@/components/webvtt.xpt
|
|
|
|
@BINPATH@/components/WebVTT.manifest
|
|
|
|
@BINPATH@/components/WebVTTParserWrapper.js
|
2011-12-06 23:52:26 +00:00
|
|
|
#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
|
2013-01-10 22:02:38 +00:00
|
|
|
@BINPATH@/components/servicesComponents.manifest
|
|
|
|
@BINPATH@/components/cryptoComponents.manifest
|
2012-11-14 04:22:09 +00:00
|
|
|
#ifdef MOZ_SERVICES_HEALTHREPORT
|
|
|
|
@BINPATH@/components/HealthReportComponents.manifest
|
|
|
|
@BINPATH@/components/HealthReportService.js
|
|
|
|
#endif
|
2013-02-15 15:41:35 +00:00
|
|
|
#ifdef MOZ_CAPTIVEDETECT
|
|
|
|
@BINPATH@/components/CaptivePortalDetectComponents.manifest
|
|
|
|
@BINPATH@/components/captivedetect.js
|
|
|
|
#endif
|
2011-12-06 23:52:26 +00:00
|
|
|
@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
|
2013-03-29 03:49:41 +00:00
|
|
|
@BINPATH@/components/Push.js
|
|
|
|
@BINPATH@/components/Push.manifest
|
2013-06-13 00:26:44 +00:00
|
|
|
@BINPATH@/components/PushServiceLauncher.js
|
2011-12-06 23:52:26 +00:00
|
|
|
|
2013-07-30 14:03:06 +00:00
|
|
|
@BINPATH@/components/InterAppComm.manifest
|
2013-08-16 09:48:37 +00:00
|
|
|
@BINPATH@/components/InterAppCommService.js
|
2013-07-30 14:03:06 +00:00
|
|
|
@BINPATH@/components/InterAppConnection.js
|
|
|
|
@BINPATH@/components/InterAppMessagePort.js
|
|
|
|
|
2012-10-26 11:39:38 +00:00
|
|
|
@BINPATH@/components/nsDOMIdentity.js
|
|
|
|
@BINPATH@/components/nsIDService.js
|
|
|
|
@BINPATH@/components/Identity.manifest
|
|
|
|
|
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
|
2013-07-16 15:09:58 +00:00
|
|
|
@BINPATH@/components/ActivityMessageConfigurator.js
|
2012-07-20 15:41:30 +00:00
|
|
|
|
2012-08-21 16:46:27 +00:00
|
|
|
@BINPATH@/components/TCPSocket.js
|
2013-07-29 17:36:43 +00:00
|
|
|
@BINPATH@/components/TCPServerSocket.js
|
2012-09-24 18:53:49 +00:00
|
|
|
@BINPATH@/components/TCPSocketParentIntermediary.js
|
2012-08-21 16:46:27 +00:00
|
|
|
@BINPATH@/components/TCPSocket.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
|
|
|
|
|
2013-09-25 19:38:41 +00:00
|
|
|
; InputMethod API
|
|
|
|
@BINPATH@/components/MozKeyboard.js
|
|
|
|
@BINPATH@/components/InputMethod.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
|
|
|
|
@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
|
|
|
|
@BINPATH@/greprefs.js
|
|
|
|
@BINPATH@/defaults/autoconfig/platform.js
|
|
|
|
@BINPATH@/defaults/autoconfig/prefcalls.js
|
|
|
|
@BINPATH@/defaults/profile/prefs.js
|
|
|
|
|
2012-12-05 22:36:15 +00:00
|
|
|
; Services (gre) prefs
|
|
|
|
#ifdef MOZ_SERVICES_SYNC
|
|
|
|
@BINPATH@/defaults/pref/services-sync.js
|
|
|
|
#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.
|
2011-12-06 23:52:26 +00:00
|
|
|
@BINPATH@/res/EditorOverride.css
|
|
|
|
@BINPATH@/res/contenteditable.css
|
|
|
|
@BINPATH@/res/designmode.css
|
2013-06-27 09:50:30 +00:00
|
|
|
@BINPATH@/res/ImageDocument.css
|
|
|
|
@BINPATH@/res/TopLevelImageDocument.css
|
|
|
|
@BINPATH@/res/TopLevelVideoDocument.css
|
2011-12-06 23:52:26 +00:00
|
|
|
@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@
|
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
|
|
|
|
@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
|
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
|
2013-09-11 12:00:48 +00:00
|
|
|
@BINPATH@/components/WebappsUpdateTimer.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-09-25 05:31:14 +00:00
|
|
|
@BINPATH@/components/YoutubeProtocolHandler.js
|
2012-09-28 22:32:56 +00:00
|
|
|
@BINPATH@/components/RecoveryService.js
|
2012-10-26 01:50:03 +00:00
|
|
|
@BINPATH@/components/MailtoProtocolHandler.js
|
|
|
|
@BINPATH@/components/SmsProtocolHandler.js
|
|
|
|
@BINPATH@/components/TelProtocolHandler.js
|
2013-02-08 04:08:52 +00:00
|
|
|
@BINPATH@/components/B2GAboutRedirector.js
|
2013-03-19 17:49:16 +00:00
|
|
|
@BINPATH@/components/FilePicker.js
|
2012-08-03 21:10:35 +00:00
|
|
|
|
2013-10-02 17:27:07 +00:00
|
|
|
@BINPATH@/components/DataStore.manifest
|
|
|
|
@BINPATH@/components/DataStoreService.js
|
|
|
|
@BINPATH@/components/dom_datastore.xpt
|
|
|
|
|
2013-04-03 22:13:16 +00:00
|
|
|
#ifdef MOZ_WEBSPEECH
|
|
|
|
@BINPATH@/components/dom_webspeechsynth.xpt
|
|
|
|
#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]
|
|
|
|
@BINPATH@/gaia/*
|
|
|
|
@BINPATH@/b2g-bin@BIN_SUFFIX@
|
|
|
|
#endif
|