|
1 ; This Source Code Form is subject to the terms of the Mozilla Public |
|
2 ; License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 ; file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
4 |
|
5 ; Package file for the B2G build. |
|
6 ; |
|
7 ; File format: |
|
8 ; |
|
9 ; [] designates a toplevel component. Example: [xpcom] |
|
10 ; - in front of a file specifies it to be removed from the destination |
|
11 ; * wildcard support to recursively copy the entire directory |
|
12 ; ; file comment |
|
13 ; |
|
14 |
|
15 #filter substitution |
|
16 |
|
17 #ifdef XP_MACOSX |
|
18 ; Mac bundle stuff |
|
19 @APPNAME@/Contents/Info.plist |
|
20 @APPNAME@/Contents/PkgInfo |
|
21 @APPNAME@/Contents/Plug-Ins/ |
|
22 @APPNAME@/Contents/Resources/ |
|
23 #endif |
|
24 |
|
25 [@AB_CD@] |
|
26 @BINPATH@/chrome/@AB_CD@@JAREXT@ |
|
27 @BINPATH@/chrome/@AB_CD@.manifest |
|
28 @BINPATH@/@PREF_DIR@/b2g-l10n.js |
|
29 @BINPATH@/searchplugins/* |
|
30 @BINPATH@/defaults/profile/bookmarks.html |
|
31 @BINPATH@/defaults/profile/localstore.rdf |
|
32 @BINPATH@/defaults/profile/mimeTypes.rdf |
|
33 @BINPATH@/defaults/profile/chrome/* |
|
34 #ifdef MOZ_UPDATER |
|
35 @BINPATH@/update.locale |
|
36 @BINPATH@/updater.ini |
|
37 #endif |
|
38 @BINPATH@/dictionaries/* |
|
39 @BINPATH@/hyphenation/* |
|
40 #ifdef XP_WIN32 |
|
41 @BINPATH@/uninstall/helper.exe |
|
42 #endif |
|
43 |
|
44 [xpcom] |
|
45 @BINPATH@/dependentlibs.list |
|
46 #ifdef GKMEDIAS_SHARED_LIBRARY |
|
47 @BINPATH@/@DLL_PREFIX@gkmedias@DLL_SUFFIX@ |
|
48 #endif |
|
49 #ifndef MOZ_STATIC_JS |
|
50 @BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@ |
|
51 #endif |
|
52 #ifndef MOZ_FOLD_LIBS |
|
53 @BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@ |
|
54 @BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@ |
|
55 @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@ |
|
56 #endif |
|
57 @BINPATH@/@DLL_PREFIX@mozalloc@DLL_SUFFIX@ |
|
58 #ifdef MOZ_DMD |
|
59 @BINPATH@/@DLL_PREFIX@dmd@DLL_SUFFIX@ |
|
60 #endif |
|
61 #ifdef XP_MACOSX |
|
62 @BINPATH@/XUL |
|
63 #else |
|
64 @BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@ |
|
65 #endif |
|
66 #ifdef XP_MACOSX |
|
67 @BINPATH@/@MOZ_CHILD_PROCESS_NAME@.app/ |
|
68 #else |
|
69 @BINPATH@/@MOZ_CHILD_PROCESS_NAME@ |
|
70 #endif |
|
71 #ifdef XP_WIN32 |
|
72 #ifndef MOZ_DEBUG |
|
73 #if MOZ_MSVC_REDIST == 1600 |
|
74 @BINPATH@/msvcp100.dll |
|
75 @BINPATH@/msvcr100.dll |
|
76 #elif MOZ_MSVC_REDIST == 1700 |
|
77 @BINPATH@/msvcp110.dll |
|
78 @BINPATH@/msvcr110.dll |
|
79 #elif MOZ_MSVC_REDIST == 1800 |
|
80 @BINPATH@/msvcp120.dll |
|
81 @BINPATH@/msvcr120.dll |
|
82 #endif |
|
83 #endif |
|
84 #endif |
|
85 #ifdef MOZ_SHARED_MOZGLUE |
|
86 @BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@ |
|
87 #endif |
|
88 #ifdef ANDROID |
|
89 @BINPATH@/AndroidManifest.xml |
|
90 @BINPATH@/resources.arsc |
|
91 @BINPATH@/classes.dex |
|
92 @BINPATH@/res/drawable |
|
93 @BINPATH@/res/drawable-hdpi |
|
94 @BINPATH@/res/layout |
|
95 #endif |
|
96 |
|
97 [browser] |
|
98 ; [Base Browser Files] |
|
99 #ifndef XP_UNIX |
|
100 @BINPATH@/@MOZ_APP_NAME@.exe |
|
101 #else |
|
102 @BINPATH@/@MOZ_APP_NAME@-bin |
|
103 @BINPATH@/@MOZ_APP_NAME@ |
|
104 #endif |
|
105 @BINPATH@/application.ini |
|
106 @BINPATH@/platform.ini |
|
107 #ifndef MOZ_FOLD_LIBS |
|
108 @BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@ |
|
109 #endif |
|
110 @BINPATH@/blocklist.xml |
|
111 @BINPATH@/ua-update.json |
|
112 #ifdef XP_UNIX |
|
113 #ifndef XP_MACOSX |
|
114 @BINPATH@/run-mozilla.sh |
|
115 @BINPATH@/mozilla-xremote-client |
|
116 #endif |
|
117 #endif |
|
118 |
|
119 ; [Components] |
|
120 @BINPATH@/components/components.manifest |
|
121 @BINPATH@/components/alerts.xpt |
|
122 #ifdef ACCESSIBILITY |
|
123 #ifdef XP_WIN32 |
|
124 @BINPATH@/AccessibleMarshal.dll |
|
125 #endif |
|
126 @BINPATH@/components/accessibility.xpt |
|
127 #endif |
|
128 @BINPATH@/components/appshell.xpt |
|
129 @BINPATH@/components/appstartup.xpt |
|
130 @BINPATH@/components/autocomplete.xpt |
|
131 @BINPATH@/components/autoconfig.xpt |
|
132 @BINPATH@/components/browsercompsbase.xpt |
|
133 @BINPATH@/components/browser-feeds.xpt |
|
134 @BINPATH@/components/caps.xpt |
|
135 @BINPATH@/components/chardet.xpt |
|
136 @BINPATH@/components/chrome.xpt |
|
137 @BINPATH@/components/commandhandler.xpt |
|
138 @BINPATH@/components/commandlines.xpt |
|
139 @BINPATH@/components/composer.xpt |
|
140 @BINPATH@/components/content_base.xpt |
|
141 @BINPATH@/components/content_events.xpt |
|
142 @BINPATH@/components/content_htmldoc.xpt |
|
143 @BINPATH@/components/content_html.xpt |
|
144 @BINPATH@/components/content_xslt.xpt |
|
145 @BINPATH@/components/cookie.xpt |
|
146 @BINPATH@/components/directory.xpt |
|
147 @BINPATH@/components/diskspacewatcher.xpt |
|
148 @BINPATH@/components/docshell.xpt |
|
149 @BINPATH@/components/dom.xpt |
|
150 @BINPATH@/components/dom_activities.xpt |
|
151 @BINPATH@/components/dom_apps.xpt |
|
152 @BINPATH@/components/dom_audiochannel.xpt |
|
153 @BINPATH@/components/dom_base.xpt |
|
154 @BINPATH@/components/dom_system.xpt |
|
155 #ifdef MOZ_WIDGET_GONK |
|
156 @BINPATH@/components/dom_wifi.xpt |
|
157 @BINPATH@/components/dom_system_gonk.xpt |
|
158 #endif |
|
159 #ifdef MOZ_B2G_RIL |
|
160 @BINPATH@/components/dom_voicemail.xpt |
|
161 @BINPATH@/components/dom_icc.xpt |
|
162 @BINPATH@/components/dom_cellbroadcast.xpt |
|
163 @BINPATH@/components/dom_wappush.xpt |
|
164 @BINPATH@/components/dom_mobileconnection.xpt |
|
165 #endif |
|
166 #ifdef MOZ_B2G_BT |
|
167 @BINPATH@/components/dom_bluetooth.xpt |
|
168 #endif |
|
169 @BINPATH@/components/dom_canvas.xpt |
|
170 @BINPATH@/components/dom_contacts.xpt |
|
171 @BINPATH@/components/dom_alarm.xpt |
|
172 @BINPATH@/components/dom_core.xpt |
|
173 @BINPATH@/components/dom_css.xpt |
|
174 @BINPATH@/components/dom_devicestorage.xpt |
|
175 @BINPATH@/components/dom_events.xpt |
|
176 @BINPATH@/components/dom_geolocation.xpt |
|
177 @BINPATH@/components/dom_media.xpt |
|
178 @BINPATH@/components/dom_network.xpt |
|
179 #ifdef MOZ_NFC |
|
180 @BINPATH@/components/dom_nfc.xpt |
|
181 #endif |
|
182 @BINPATH@/components/dom_notification.xpt |
|
183 @BINPATH@/components/dom_html.xpt |
|
184 @BINPATH@/components/dom_indexeddb.xpt |
|
185 @BINPATH@/components/dom_offline.xpt |
|
186 @BINPATH@/components/dom_payment.xpt |
|
187 @BINPATH@/components/dom_json.xpt |
|
188 @BINPATH@/components/dom_messages.xpt |
|
189 @BINPATH@/components/dom_power.xpt |
|
190 @BINPATH@/components/dom_quota.xpt |
|
191 @BINPATH@/components/dom_range.xpt |
|
192 @BINPATH@/components/dom_settings.xpt |
|
193 @BINPATH@/components/dom_permissionsettings.xpt |
|
194 @BINPATH@/components/dom_sidebar.xpt |
|
195 @BINPATH@/components/dom_mobilemessage.xpt |
|
196 @BINPATH@/components/dom_storage.xpt |
|
197 @BINPATH@/components/dom_stylesheets.xpt |
|
198 @BINPATH@/components/dom_telephony.xpt |
|
199 @BINPATH@/components/dom_threads.xpt |
|
200 @BINPATH@/components/dom_traversal.xpt |
|
201 @BINPATH@/components/dom_views.xpt |
|
202 #ifdef MOZ_WEBSPEECH |
|
203 @BINPATH@/components/dom_webspeechrecognition.xpt |
|
204 #endif |
|
205 @BINPATH@/components/dom_xbl.xpt |
|
206 @BINPATH@/components/dom_xpath.xpt |
|
207 @BINPATH@/components/dom_xul.xpt |
|
208 @BINPATH@/components/dom_time.xpt |
|
209 @BINPATH@/components/downloads.xpt |
|
210 @BINPATH@/components/editor.xpt |
|
211 @BINPATH@/components/embed_base.xpt |
|
212 @BINPATH@/components/extensions.xpt |
|
213 @BINPATH@/components/exthandler.xpt |
|
214 @BINPATH@/components/exthelper.xpt |
|
215 @BINPATH@/components/fastfind.xpt |
|
216 @BINPATH@/components/feeds.xpt |
|
217 #ifdef MOZ_GTK2 |
|
218 @BINPATH@/components/filepicker.xpt |
|
219 #endif |
|
220 @BINPATH@/components/find.xpt |
|
221 @BINPATH@/components/fuel.xpt |
|
222 @BINPATH@/components/gfx.xpt |
|
223 @BINPATH@/components/hal.xpt |
|
224 @BINPATH@/components/html5.xpt |
|
225 @BINPATH@/components/htmlparser.xpt |
|
226 @BINPATH@/components/identity.xpt |
|
227 @BINPATH@/components/imglib2.xpt |
|
228 @BINPATH@/components/imgicon.xpt |
|
229 @BINPATH@/components/inspector.xpt |
|
230 @BINPATH@/components/intl.xpt |
|
231 @BINPATH@/components/jar.xpt |
|
232 @BINPATH@/components/jsdebugger.xpt |
|
233 @BINPATH@/components/jsdownloads.xpt |
|
234 @BINPATH@/components/jsdservice.xpt |
|
235 @BINPATH@/components/jsinspector.xpt |
|
236 @BINPATH@/components/layout_base.xpt |
|
237 #ifdef NS_PRINTING |
|
238 @BINPATH@/components/layout_printing.xpt |
|
239 #endif |
|
240 @BINPATH@/components/layout_xul_tree.xpt |
|
241 @BINPATH@/components/layout_xul.xpt |
|
242 @BINPATH@/components/locale.xpt |
|
243 @BINPATH@/components/lwbrk.xpt |
|
244 @BINPATH@/components/migration.xpt |
|
245 @BINPATH@/components/mimetype.xpt |
|
246 @BINPATH@/components/mozfind.xpt |
|
247 @BINPATH@/components/necko_about.xpt |
|
248 @BINPATH@/components/necko_cache.xpt |
|
249 @BINPATH@/components/necko_cache2.xpt |
|
250 @BINPATH@/components/necko_cookie.xpt |
|
251 @BINPATH@/components/necko_dns.xpt |
|
252 @BINPATH@/components/necko_file.xpt |
|
253 @BINPATH@/components/necko_ftp.xpt |
|
254 @BINPATH@/components/necko_http.xpt |
|
255 @BINPATH@/components/necko_res.xpt |
|
256 @BINPATH@/components/necko_socket.xpt |
|
257 @BINPATH@/components/necko_strconv.xpt |
|
258 @BINPATH@/components/necko_viewsource.xpt |
|
259 @BINPATH@/components/necko_websocket.xpt |
|
260 @BINPATH@/components/necko_wifi.xpt |
|
261 @BINPATH@/components/necko_wyciwyg.xpt |
|
262 #ifdef MOZ_RTSP |
|
263 @BINPATH@/components/necko_rtsp.xpt |
|
264 #endif |
|
265 @BINPATH@/components/necko.xpt |
|
266 @BINPATH@/components/loginmgr.xpt |
|
267 @BINPATH@/components/parentalcontrols.xpt |
|
268 #ifdef MOZ_WEBRTC |
|
269 @BINPATH@/components/peerconnection.xpt |
|
270 #endif |
|
271 @BINPATH@/components/places.xpt |
|
272 @BINPATH@/components/plugin.xpt |
|
273 @BINPATH@/components/pref.xpt |
|
274 @BINPATH@/components/prefetch.xpt |
|
275 @BINPATH@/components/profile.xpt |
|
276 #ifdef MOZ_ENABLE_PROFILER_SPS |
|
277 @BINPATH@/components/profiler.xpt |
|
278 #endif |
|
279 @BINPATH@/components/proxyObject.xpt |
|
280 @BINPATH@/components/rdf.xpt |
|
281 @BINPATH@/components/satchel.xpt |
|
282 @BINPATH@/components/saxparser.xpt |
|
283 @BINPATH@/components/sessionstore.xpt |
|
284 #ifdef MOZ_SERVICES_SYNC |
|
285 @BINPATH@/components/services-crypto.xpt |
|
286 #endif |
|
287 @BINPATH@/components/services-crypto-component.xpt |
|
288 #ifdef MOZ_CAPTIVEDETECT |
|
289 @BINPATH@/components/captivedetect.xpt |
|
290 #endif |
|
291 @BINPATH@/components/shellservice.xpt |
|
292 @BINPATH@/components/shistory.xpt |
|
293 @BINPATH@/components/spellchecker.xpt |
|
294 @BINPATH@/components/storage.xpt |
|
295 @BINPATH@/components/telemetry.xpt |
|
296 @BINPATH@/components/toolkit_finalizationwitness.xpt |
|
297 @BINPATH@/components/toolkit_osfile.xpt |
|
298 @BINPATH@/components/toolkitprofile.xpt |
|
299 #ifdef MOZ_ENABLE_XREMOTE |
|
300 @BINPATH@/components/toolkitremote.xpt |
|
301 #endif |
|
302 @BINPATH@/components/txtsvc.xpt |
|
303 @BINPATH@/components/txmgr.xpt |
|
304 #ifdef MOZ_USE_NATIVE_UCONV |
|
305 @BINPATH@/components/ucnative.xpt |
|
306 #endif |
|
307 @BINPATH@/components/uconv.xpt |
|
308 @BINPATH@/components/unicharutil.xpt |
|
309 @BINPATH@/components/update.xpt |
|
310 @BINPATH@/components/uriloader.xpt |
|
311 @BINPATH@/components/urlformatter.xpt |
|
312 @BINPATH@/components/webBrowser_core.xpt |
|
313 @BINPATH@/components/webbrowserpersist.xpt |
|
314 @BINPATH@/components/webshell_idls.xpt |
|
315 @BINPATH@/components/widget.xpt |
|
316 #ifdef XP_MACOSX |
|
317 @BINPATH@/components/widget_cocoa.xpt |
|
318 #endif |
|
319 #ifdef ANDROID |
|
320 @BINPATH@/components/widget_android.xpt |
|
321 #endif |
|
322 @BINPATH@/components/windowds.xpt |
|
323 @BINPATH@/components/windowwatcher.xpt |
|
324 @BINPATH@/components/xpcom_base.xpt |
|
325 @BINPATH@/components/xpcom_system.xpt |
|
326 @BINPATH@/components/xpcom_components.xpt |
|
327 @BINPATH@/components/xpcom_ds.xpt |
|
328 @BINPATH@/components/xpcom_io.xpt |
|
329 @BINPATH@/components/xpcom_threads.xpt |
|
330 @BINPATH@/components/xpcom_xpti.xpt |
|
331 @BINPATH@/components/xpconnect.xpt |
|
332 @BINPATH@/components/xulapp.xpt |
|
333 @BINPATH@/components/xul.xpt |
|
334 @BINPATH@/components/xuldoc.xpt |
|
335 @BINPATH@/components/xultmpl.xpt |
|
336 @BINPATH@/components/zipwriter.xpt |
|
337 |
|
338 ; JavaScript components |
|
339 @BINPATH@/components/ConsoleAPI.manifest |
|
340 @BINPATH@/components/ConsoleAPIStorage.js |
|
341 @BINPATH@/components/BrowserElementParent.manifest |
|
342 @BINPATH@/components/BrowserElementParent.js |
|
343 @BINPATH@/components/ContactManager.js |
|
344 @BINPATH@/components/ContactManager.manifest |
|
345 @BINPATH@/components/PhoneNumberService.js |
|
346 @BINPATH@/components/PhoneNumberService.manifest |
|
347 @BINPATH@/components/NotificationStorage.js |
|
348 @BINPATH@/components/NotificationStorage.manifest |
|
349 @BINPATH@/components/PermissionSettings.js |
|
350 @BINPATH@/components/PermissionSettings.manifest |
|
351 @BINPATH@/components/PermissionPromptService.js |
|
352 @BINPATH@/components/PermissionPromptService.manifest |
|
353 @BINPATH@/components/AlarmsManager.js |
|
354 @BINPATH@/components/AlarmsManager.manifest |
|
355 @BINPATH@/components/FeedProcessor.manifest |
|
356 @BINPATH@/components/FeedProcessor.js |
|
357 @BINPATH@/components/BrowserFeeds.manifest |
|
358 @BINPATH@/components/FeedConverter.js |
|
359 @BINPATH@/components/FeedWriter.js |
|
360 @BINPATH@/components/fuelApplication.manifest |
|
361 @BINPATH@/components/fuelApplication.js |
|
362 @BINPATH@/components/WebContentConverter.js |
|
363 @BINPATH@/components/BrowserComponents.manifest |
|
364 @BINPATH@/components/nsBrowserContentHandler.js |
|
365 @BINPATH@/components/nsBrowserGlue.js |
|
366 @BINPATH@/components/nsSetDefaultBrowser.manifest |
|
367 @BINPATH@/components/nsSetDefaultBrowser.js |
|
368 @BINPATH@/components/BrowserPlaces.manifest |
|
369 @BINPATH@/components/toolkitsearch.manifest |
|
370 @BINPATH@/components/nsTryToClose.manifest |
|
371 @BINPATH@/components/nsTryToClose.js |
|
372 @BINPATH@/components/passwordmgr.manifest |
|
373 @BINPATH@/components/nsLoginInfo.js |
|
374 @BINPATH@/components/nsLoginManager.js |
|
375 @BINPATH@/components/nsLoginManagerPrompter.js |
|
376 @BINPATH@/components/NetworkGeolocationProvider.manifest |
|
377 @BINPATH@/components/NetworkGeolocationProvider.js |
|
378 #ifdef MOZ_WEBRTC |
|
379 @BINPATH@/components/PeerConnection.js |
|
380 @BINPATH@/components/PeerConnection.manifest |
|
381 #endif |
|
382 @BINPATH@/components/SiteSpecificUserAgent.js |
|
383 @BINPATH@/components/SiteSpecificUserAgent.manifest |
|
384 @BINPATH@/components/storage-mozStorage.js |
|
385 @BINPATH@/components/crypto-SDR.js |
|
386 @BINPATH@/components/jsconsole-clhandler.manifest |
|
387 @BINPATH@/components/jsconsole-clhandler.js |
|
388 @BINPATH@/components/nsDownloadManagerUI.manifest |
|
389 @BINPATH@/components/nsDownloadManagerUI.js |
|
390 @BINPATH@/components/Downloads.manifest |
|
391 @BINPATH@/components/DownloadLegacy.js |
|
392 @BINPATH@/components/nsSidebar.manifest |
|
393 @BINPATH@/components/nsSidebar.js |
|
394 |
|
395 ; WiFi, NetworkManager, NetworkStats |
|
396 #ifdef MOZ_WIDGET_GONK |
|
397 @BINPATH@/components/DOMWifiManager.js |
|
398 @BINPATH@/components/DOMWifiManager.manifest |
|
399 @BINPATH@/components/DOMWifiP2pManager.js |
|
400 @BINPATH@/components/DOMWifiP2pManager.manifest |
|
401 @BINPATH@/components/NetworkInterfaceListService.js |
|
402 @BINPATH@/components/NetworkInterfaceListService.manifest |
|
403 @BINPATH@/components/NetworkManager.js |
|
404 @BINPATH@/components/NetworkManager.manifest |
|
405 @BINPATH@/components/NetworkService.js |
|
406 @BINPATH@/components/NetworkService.manifest |
|
407 @BINPATH@/components/NetworkStatsManager.js |
|
408 @BINPATH@/components/NetworkStatsManager.manifest |
|
409 @BINPATH@/components/NetworkStatsServiceProxy.js |
|
410 @BINPATH@/components/NetworkStatsServiceProxy.manifest |
|
411 @BINPATH@/components/WifiWorker.js |
|
412 @BINPATH@/components/WifiWorker.manifest |
|
413 #endif // MOZ_WIDGET_GONK |
|
414 |
|
415 ; RIL |
|
416 #if defined(MOZ_WIDGET_GONK) && defined(MOZ_B2G_RIL) |
|
417 @BINPATH@/components/MmsService.js |
|
418 @BINPATH@/components/MmsService.manifest |
|
419 @BINPATH@/components/MobileMessageDatabaseService.js |
|
420 @BINPATH@/components/MobileMessageDatabaseService.manifest |
|
421 @BINPATH@/components/RadioInterfaceLayer.js |
|
422 @BINPATH@/components/RadioInterfaceLayer.manifest |
|
423 @BINPATH@/components/RILContentHelper.js |
|
424 @BINPATH@/components/TelephonyProvider.js |
|
425 @BINPATH@/components/TelephonyProvider.manifest |
|
426 #endif // MOZ_WIDGET_GONK && MOZ_B2G_RIL |
|
427 |
|
428 #ifndef MOZ_WIDGET_GONK |
|
429 @BINPATH@/components/extensions.manifest |
|
430 @BINPATH@/components/addonManager.js |
|
431 @BINPATH@/components/amContentHandler.js |
|
432 @BINPATH@/components/amInstallTrigger.js |
|
433 @BINPATH@/components/amWebInstallListener.js |
|
434 @BINPATH@/components/nsBlocklistService.js |
|
435 @BINPATH@/components/OopCommandLine.js |
|
436 #endif |
|
437 |
|
438 #ifdef MOZ_UPDATER |
|
439 @BINPATH@/components/nsUpdateService.manifest |
|
440 @BINPATH@/components/nsUpdateService.js |
|
441 @BINPATH@/components/nsUpdateServiceStub.js |
|
442 #endif |
|
443 @BINPATH@/components/nsUpdateTimerManager.manifest |
|
444 @BINPATH@/components/nsUpdateTimerManager.js |
|
445 @BINPATH@/components/pluginGlue.manifest |
|
446 @BINPATH@/components/nsSessionStore.manifest |
|
447 @BINPATH@/components/nsSessionStartup.js |
|
448 @BINPATH@/components/nsSessionStore.js |
|
449 @BINPATH@/components/nsURLFormatter.manifest |
|
450 @BINPATH@/components/nsURLFormatter.js |
|
451 @BINPATH@/components/@DLL_PREFIX@browsercomps@DLL_SUFFIX@ |
|
452 @BINPATH@/components/txEXSLTRegExFunctions.manifest |
|
453 @BINPATH@/components/txEXSLTRegExFunctions.js |
|
454 @BINPATH@/components/toolkitplaces.manifest |
|
455 @BINPATH@/components/nsLivemarkService.js |
|
456 @BINPATH@/components/nsTaggingService.js |
|
457 @BINPATH@/components/nsPlacesDBFlush.js |
|
458 @BINPATH@/components/nsPlacesAutoComplete.manifest |
|
459 @BINPATH@/components/nsPlacesAutoComplete.js |
|
460 @BINPATH@/components/UnifiedComplete.manifest |
|
461 @BINPATH@/components/UnifiedComplete.js |
|
462 @BINPATH@/components/nsPlacesExpiration.js |
|
463 @BINPATH@/components/PlacesProtocolHandler.js |
|
464 @BINPATH@/components/PlacesCategoriesStarter.js |
|
465 @BINPATH@/components/nsDefaultCLH.manifest |
|
466 @BINPATH@/components/nsDefaultCLH.js |
|
467 @BINPATH@/components/nsContentPrefService.manifest |
|
468 @BINPATH@/components/nsContentPrefService.js |
|
469 @BINPATH@/components/nsContentDispatchChooser.manifest |
|
470 @BINPATH@/components/nsContentDispatchChooser.js |
|
471 @BINPATH@/components/nsHandlerService.manifest |
|
472 @BINPATH@/components/nsHandlerService.js |
|
473 @BINPATH@/components/nsWebHandlerApp.manifest |
|
474 @BINPATH@/components/nsWebHandlerApp.js |
|
475 @BINPATH@/components/satchel.manifest |
|
476 @BINPATH@/components/nsFormAutoComplete.js |
|
477 @BINPATH@/components/nsFormHistory.js |
|
478 @BINPATH@/components/FormHistoryStartup.js |
|
479 @BINPATH@/components/nsInputListAutoComplete.js |
|
480 @BINPATH@/components/contentSecurityPolicy.manifest |
|
481 @BINPATH@/components/contentSecurityPolicy.js |
|
482 @BINPATH@/components/contentAreaDropListener.manifest |
|
483 @BINPATH@/components/contentAreaDropListener.js |
|
484 @BINPATH@/components/messageWakeupService.js |
|
485 @BINPATH@/components/messageWakeupService.manifest |
|
486 @BINPATH@/components/SettingsManager.js |
|
487 @BINPATH@/components/SettingsManager.manifest |
|
488 @BINPATH@/components/SettingsService.js |
|
489 @BINPATH@/components/SettingsService.manifest |
|
490 @BINPATH@/components/webvtt.xpt |
|
491 @BINPATH@/components/WebVTT.manifest |
|
492 @BINPATH@/components/WebVTTParserWrapper.js |
|
493 #ifdef MOZ_NFC |
|
494 @BINPATH@/components/nsNfc.manifest |
|
495 @BINPATH@/components/nsNfc.js |
|
496 @BINPATH@/components/Nfc.manifest |
|
497 @BINPATH@/components/Nfc.js |
|
498 @BINPATH@/components/NfcContentHelper.js |
|
499 #endif |
|
500 #ifdef MOZ_ENABLE_DBUS |
|
501 @BINPATH@/components/@DLL_PREFIX@dbusservice@DLL_SUFFIX@ |
|
502 #endif |
|
503 @BINPATH@/components/nsINIProcessor.manifest |
|
504 @BINPATH@/components/nsINIProcessor.js |
|
505 @BINPATH@/components/nsPrompter.manifest |
|
506 @BINPATH@/components/nsPrompter.js |
|
507 #ifdef MOZ_SERVICES_SYNC |
|
508 @BINPATH@/components/SyncComponents.manifest |
|
509 @BINPATH@/components/Weave.js |
|
510 @BINPATH@/components/WeaveCrypto.manifest |
|
511 @BINPATH@/components/WeaveCrypto.js |
|
512 #endif |
|
513 @BINPATH@/components/servicesComponents.manifest |
|
514 @BINPATH@/components/cryptoComponents.manifest |
|
515 #ifdef MOZ_SERVICES_HEALTHREPORT |
|
516 @BINPATH@/components/HealthReportComponents.manifest |
|
517 @BINPATH@/components/HealthReportService.js |
|
518 #endif |
|
519 #ifdef MOZ_CAPTIVEDETECT |
|
520 @BINPATH@/components/CaptivePortalDetectComponents.manifest |
|
521 @BINPATH@/components/captivedetect.js |
|
522 #endif |
|
523 @BINPATH@/components/TelemetryStartup.js |
|
524 @BINPATH@/components/TelemetryStartup.manifest |
|
525 @BINPATH@/components/Webapps.js |
|
526 @BINPATH@/components/Webapps.manifest |
|
527 @BINPATH@/components/AppsService.js |
|
528 @BINPATH@/components/AppsService.manifest |
|
529 @BINPATH@/components/Push.js |
|
530 @BINPATH@/components/Push.manifest |
|
531 @BINPATH@/components/PushServiceLauncher.js |
|
532 |
|
533 @BINPATH@/components/InterAppComm.manifest |
|
534 @BINPATH@/components/InterAppCommService.js |
|
535 @BINPATH@/components/InterAppConnection.js |
|
536 @BINPATH@/components/InterAppMessagePort.js |
|
537 |
|
538 @BINPATH@/components/nsDOMIdentity.js |
|
539 @BINPATH@/components/nsIDService.js |
|
540 @BINPATH@/components/Identity.manifest |
|
541 |
|
542 @BINPATH@/components/SystemMessageInternal.js |
|
543 @BINPATH@/components/SystemMessageManager.js |
|
544 @BINPATH@/components/SystemMessageManager.manifest |
|
545 |
|
546 @BINPATH@/components/Activities.manifest |
|
547 @BINPATH@/components/ActivityProxy.js |
|
548 @BINPATH@/components/ActivityRequestHandler.js |
|
549 @BINPATH@/components/ActivityWrapper.js |
|
550 @BINPATH@/components/ActivityMessageConfigurator.js |
|
551 |
|
552 @BINPATH@/components/TCPSocket.js |
|
553 @BINPATH@/components/TCPServerSocket.js |
|
554 @BINPATH@/components/TCPSocketParentIntermediary.js |
|
555 @BINPATH@/components/TCPSocket.manifest |
|
556 |
|
557 @BINPATH@/components/Payment.js |
|
558 @BINPATH@/components/PaymentFlowInfo.js |
|
559 @BINPATH@/components/Payment.manifest |
|
560 |
|
561 @BINPATH@/components/DownloadsAPI.js |
|
562 @BINPATH@/components/DownloadsAPI.manifest |
|
563 |
|
564 ; InputMethod API |
|
565 @BINPATH@/components/MozKeyboard.js |
|
566 @BINPATH@/components/InputMethod.manifest |
|
567 |
|
568 #ifdef MOZ_DEBUG |
|
569 @BINPATH@/components/TestInterfaceJS.js |
|
570 @BINPATH@/components/TestInterfaceJS.manifest |
|
571 #endif |
|
572 |
|
573 ; Modules |
|
574 @BINPATH@/modules/* |
|
575 |
|
576 ; Safe Browsing |
|
577 @BINPATH@/components/nsURLClassifier.manifest |
|
578 @BINPATH@/components/nsUrlClassifierHashCompleter.js |
|
579 @BINPATH@/components/nsUrlClassifierListManager.js |
|
580 @BINPATH@/components/nsUrlClassifierLib.js |
|
581 @BINPATH@/components/url-classifier.xpt |
|
582 |
|
583 ; GNOME hooks |
|
584 #ifdef MOZ_ENABLE_GNOME_COMPONENT |
|
585 @BINPATH@/components/@DLL_PREFIX@mozgnome@DLL_SUFFIX@ |
|
586 #endif |
|
587 |
|
588 ; ANGLE on Win32 |
|
589 #ifdef XP_WIN32 |
|
590 #ifndef HAVE_64BIT_OS |
|
591 @BINPATH@/libEGL.dll |
|
592 @BINPATH@/libGLESv2.dll |
|
593 #endif |
|
594 #endif |
|
595 |
|
596 ; [Browser Chrome Files] |
|
597 @BINPATH@/chrome/browser@JAREXT@ |
|
598 @BINPATH@/chrome/browser.manifest |
|
599 @BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf |
|
600 @BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png |
|
601 @BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png |
|
602 @BINPATH@/chrome/toolkit@JAREXT@ |
|
603 @BINPATH@/chrome/toolkit.manifest |
|
604 #ifdef XP_UNIX |
|
605 #ifndef XP_MACOSX |
|
606 @BINPATH@/chrome/icons/default/default16.png |
|
607 @BINPATH@/chrome/icons/default/default32.png |
|
608 @BINPATH@/chrome/icons/default/default48.png |
|
609 #endif |
|
610 #endif |
|
611 |
|
612 |
|
613 ; shell icons |
|
614 #ifdef XP_UNIX |
|
615 #ifndef XP_MACOSX |
|
616 @BINPATH@/icons/*.xpm |
|
617 @BINPATH@/icons/*.png |
|
618 #endif |
|
619 #endif |
|
620 |
|
621 ; [Default Preferences] |
|
622 ; All the pref files must be part of base to prevent migration bugs |
|
623 @BINPATH@/@PREF_DIR@/b2g.js |
|
624 @BINPATH@/@PREF_DIR@/channel-prefs.js |
|
625 @BINPATH@/greprefs.js |
|
626 @BINPATH@/defaults/autoconfig/platform.js |
|
627 @BINPATH@/defaults/autoconfig/prefcalls.js |
|
628 @BINPATH@/defaults/profile/prefs.js |
|
629 |
|
630 ; Services (gre) prefs |
|
631 #ifdef MOZ_SERVICES_SYNC |
|
632 @BINPATH@/defaults/pref/services-sync.js |
|
633 #endif |
|
634 |
|
635 ; [Layout Engine Resources] |
|
636 ; Style Sheets, Graphics and other Resources used by the layout engine. |
|
637 @BINPATH@/res/EditorOverride.css |
|
638 @BINPATH@/res/contenteditable.css |
|
639 @BINPATH@/res/designmode.css |
|
640 @BINPATH@/res/ImageDocument.css |
|
641 @BINPATH@/res/TopLevelImageDocument.css |
|
642 @BINPATH@/res/TopLevelVideoDocument.css |
|
643 @BINPATH@/res/table-add-column-after-active.gif |
|
644 @BINPATH@/res/table-add-column-after-hover.gif |
|
645 @BINPATH@/res/table-add-column-after.gif |
|
646 @BINPATH@/res/table-add-column-before-active.gif |
|
647 @BINPATH@/res/table-add-column-before-hover.gif |
|
648 @BINPATH@/res/table-add-column-before.gif |
|
649 @BINPATH@/res/table-add-row-after-active.gif |
|
650 @BINPATH@/res/table-add-row-after-hover.gif |
|
651 @BINPATH@/res/table-add-row-after.gif |
|
652 @BINPATH@/res/table-add-row-before-active.gif |
|
653 @BINPATH@/res/table-add-row-before-hover.gif |
|
654 @BINPATH@/res/table-add-row-before.gif |
|
655 @BINPATH@/res/table-remove-column-active.gif |
|
656 @BINPATH@/res/table-remove-column-hover.gif |
|
657 @BINPATH@/res/table-remove-column.gif |
|
658 @BINPATH@/res/table-remove-row-active.gif |
|
659 @BINPATH@/res/table-remove-row-hover.gif |
|
660 @BINPATH@/res/table-remove-row.gif |
|
661 @BINPATH@/res/grabber.gif |
|
662 #ifdef XP_MACOSX |
|
663 @BINPATH@/res/cursors/* |
|
664 #endif |
|
665 @BINPATH@/res/fonts/* |
|
666 @BINPATH@/res/dtd/* |
|
667 @BINPATH@/res/html/* |
|
668 @BINPATH@/res/langGroups.properties |
|
669 @BINPATH@/res/language.properties |
|
670 @BINPATH@/res/entityTables/* |
|
671 #ifdef XP_MACOSX |
|
672 @BINPATH@/res/MainMenu.nib/ |
|
673 #endif |
|
674 |
|
675 ; svg |
|
676 @BINPATH@/res/svg.css |
|
677 @BINPATH@/components/dom_svg.xpt |
|
678 @BINPATH@/components/dom_smil.xpt |
|
679 |
|
680 ; [Personal Security Manager] |
|
681 ; |
|
682 @BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@ |
|
683 @BINPATH@/components/pipboot.xpt |
|
684 @BINPATH@/components/pipnss.xpt |
|
685 @BINPATH@/components/pippki.xpt |
|
686 @BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@ |
|
687 #ifndef MOZ_FOLD_LIBS |
|
688 @BINPATH@/@DLL_PREFIX@nssutil3@DLL_SUFFIX@ |
|
689 @BINPATH@/@DLL_PREFIX@smime3@DLL_SUFFIX@ |
|
690 @BINPATH@/@DLL_PREFIX@ssl3@DLL_SUFFIX@ |
|
691 #endif |
|
692 @BINPATH@/@DLL_PREFIX@softokn3@DLL_SUFFIX@ |
|
693 @BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@ |
|
694 #ifndef CROSS_COMPILE |
|
695 @BINPATH@/@DLL_PREFIX@freebl3.chk |
|
696 @BINPATH@/@DLL_PREFIX@softokn3.chk |
|
697 #endif |
|
698 #ifndef NSS_DISABLE_DBM |
|
699 @BINPATH@/@DLL_PREFIX@nssdbm3@DLL_SUFFIX@ |
|
700 #ifndef CROSS_COMPILE |
|
701 @BINPATH@/@DLL_PREFIX@nssdbm3.chk |
|
702 #endif |
|
703 #endif |
|
704 @BINPATH@/chrome/pippki@JAREXT@ |
|
705 @BINPATH@/chrome/pippki.manifest |
|
706 |
|
707 ; for Solaris SPARC |
|
708 #ifdef SOLARIS |
|
709 bin/libfreebl_32fpu_3.chk |
|
710 bin/libfreebl_32fpu_3.so |
|
711 bin/libfreebl_32int_3.chk |
|
712 bin/libfreebl_32int_3.so |
|
713 bin/libfreebl_32int64_3.chk |
|
714 bin/libfreebl_32int64_3.so |
|
715 #endif |
|
716 |
|
717 ; [Updater] |
|
718 ; |
|
719 #ifdef MOZ_UPDATER |
|
720 #ifdef XP_MACOSX |
|
721 @BINPATH@/updater.app/ |
|
722 #else |
|
723 @BINPATH@/updater@BIN_SUFFIX@ |
|
724 #endif |
|
725 #endif |
|
726 |
|
727 ; [Crash Reporter] |
|
728 ; |
|
729 #ifdef MOZ_CRASHREPORTER |
|
730 #ifdef XP_MACOSX |
|
731 @BINPATH@/crashreporter.app/ |
|
732 #else |
|
733 @BINPATH@/crashreporter@BIN_SUFFIX@ |
|
734 @BINPATH@/crashreporter.crt |
|
735 @BINPATH@/crashreporter.ini |
|
736 #ifdef XP_UNIX |
|
737 @BINPATH@/Throbber-small.gif |
|
738 #endif |
|
739 #endif |
|
740 @BINPATH@/crashreporter-override.ini |
|
741 #endif |
|
742 |
|
743 ; [Extensions] |
|
744 ; |
|
745 #ifdef MOZ_ENABLE_GNOMEVFS |
|
746 bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@ |
|
747 #endif |
|
748 |
|
749 [b2g] |
|
750 #ifndef MOZ_WIDGET_GONK |
|
751 #ifdef XP_WIN32 |
|
752 @BINPATH@/xpcshell.exe |
|
753 #else |
|
754 @BINPATH@/xpcshell |
|
755 #endif |
|
756 #endif |
|
757 @BINPATH@/chrome/icons/ |
|
758 @BINPATH@/chrome/chrome@JAREXT@ |
|
759 @BINPATH@/chrome/chrome.manifest |
|
760 @BINPATH@/components/B2GComponents.manifest |
|
761 @BINPATH@/@DLL_PREFIX@omxplugin@DLL_SUFFIX@ |
|
762 #if defined(ENABLE_MARIONETTE) || !defined(MOZ_WIDGET_GONK) |
|
763 @BINPATH@/chrome/marionette@JAREXT@ |
|
764 @BINPATH@/chrome/marionette.manifest |
|
765 @BINPATH@/components/MarionetteComponents.manifest |
|
766 @BINPATH@/components/marionettecomponent.js |
|
767 #endif |
|
768 @BINPATH@/components/AlertsService.js |
|
769 @BINPATH@/components/ContentPermissionPrompt.js |
|
770 #ifdef MOZ_UPDATER |
|
771 @BINPATH@/components/UpdatePrompt.js |
|
772 #endif |
|
773 @BINPATH@/components/WebappsUpdateTimer.js |
|
774 @BINPATH@/components/DirectoryProvider.js |
|
775 @BINPATH@/components/ActivitiesGlue.js |
|
776 @BINPATH@/components/ProcessGlobal.js |
|
777 @BINPATH@/components/ContentHandler.js |
|
778 @BINPATH@/components/PaymentGlue.js |
|
779 @BINPATH@/components/YoutubeProtocolHandler.js |
|
780 @BINPATH@/components/RecoveryService.js |
|
781 @BINPATH@/components/MailtoProtocolHandler.js |
|
782 @BINPATH@/components/SmsProtocolHandler.js |
|
783 @BINPATH@/components/TelProtocolHandler.js |
|
784 @BINPATH@/components/B2GAboutRedirector.js |
|
785 @BINPATH@/components/FilePicker.js |
|
786 @BINPATH@/components/HelperAppDialog.js |
|
787 @BINPATH@/components/DownloadsUI.js |
|
788 |
|
789 #ifndef MOZ_WIDGET_GONK |
|
790 @BINPATH@/components/SimulatorScreen.js |
|
791 #endif |
|
792 |
|
793 #ifdef MOZ_SERVICES_FXACCOUNTS |
|
794 @BINPATH@/components/FxAccountsUIGlue.js |
|
795 @BINPATH@/components/services_fxaccounts.xpt |
|
796 #endif |
|
797 |
|
798 @BINPATH@/components/DataStore.manifest |
|
799 @BINPATH@/components/DataStoreService.js |
|
800 @BINPATH@/components/dom_datastore.xpt |
|
801 |
|
802 #ifdef MOZ_WEBSPEECH |
|
803 @BINPATH@/components/dom_webspeechsynth.xpt |
|
804 #endif |
|
805 |
|
806 #ifdef XP_MACOSX |
|
807 @BINPATH@/@DLL_PREFIX@plugin_child_interpose@DLL_SUFFIX@ |
|
808 #endif |
|
809 |
|
810 #ifdef PACKAGE_GAIA |
|
811 [gaia] |
|
812 @BINPATH@/gaia/* |
|
813 @BINPATH@/b2g-bin@BIN_SUFFIX@ |
|
814 #endif |