; 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/.
; Package file for the Firefox build.
;
; Packaging manifest is used to copy files from dist/bin
; to the staging directory.
; Some other files are built in the staging directory directly,
; so they will be implicitly packaged too.
;
; 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
;
; 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.
#filter substitution
#ifdef XP_MACOSX
; Mac bundle stuff
@APPNAME@/Contents/Info.plist
#ifdef MOZ_UPDATER
@APPNAME@/Contents/Library/LaunchServices
#endif
@APPNAME@/Contents/Frameworks
@APPNAME@/Contents/PkgInfo
@RESPATH@/firefox.icns
@RESPATH@/document.icns
@RESPATH@/Assets.car
@RESPATH@/@LPROJ_ROOT@.lproj/*
# endif
[ @ AB_CD @ ]
@ RESPATH @ / dictionaries /*
@ RESPATH @ / browser / localization /*
@ RESPATH @ / localization /*
# if defined ( XP_WIN ) | | defined ( MOZ_WIDGET_GTK )
@ RESPATH @ / fonts /*
# endif
@ RESPATH @ / hyphenation /*
# ifdef HAVE_MAKENSISU
@ BINPATH @ / uninstall / helper . exe
# endif
@ RESPATH @ / default . locale
# ifdef MOZ_UPDATER
@ RESPATH @ / updater . ini
# endif
[ xpcom ]
@ RESPATH @ / dependentlibs . list
# ifdef MOZ_SHARED_MOZGLUE
@ BINPATH @ / @ DLL_PREFIX @ mozglue @ DLL_SUFFIX @
# endif
# ifndef MOZ_STATIC_JS
@ BINPATH @ / @ DLL_PREFIX @ mozjs @ DLL_SUFFIX @
# endif
# ifndef MOZ_SYSTEM_NSPR
# ifndef MOZ_FOLD_LIBS
@ BINPATH @ / @ DLL_PREFIX @ nspr4 @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ plc4 @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ plds4 @ DLL_SUFFIX @
# endif
# endif
# ifdef XP_MACOSX
@ BINPATH @ / XUL
# else
@ BINPATH @ / @ DLL_PREFIX @ xul @ DLL_SUFFIX @
# endif
# ifdef XP_MACOSX
@ BINPATH @ / @ MOZ_CHILD_PROCESS_NAME @ . app /
@ BINPATH @ / @ MOZ_EME_PROCESS_NAME @ . app /
@ BINPATH @ / @ MOZ_GPU_PROCESS_NAME @ . app /
# ifdef NIGHTLY_BUILD
# ifndef MOZ_NO_SMART_CARDS
@ BINPATH @ / @ MOZ_PKCS11_PROCESS_NAME @ . app /
# endif
# endif
# endif
# ifdef XP_WIN
@ BINPATH @ / @ MOZ_CHILD_PROCESS_NAME @
@ BINPATH @ / @ DLL_PREFIX @ InstallationDirLayout @ DLL_SUFFIX @
@ BINPATH @ / installation_dir_layout / versioned / @ DLL_PREFIX @ InstallationDirLayout @ DLL_SUFFIX @
# if MOZ_PACKAGE_MSVC_DLLS
@ BINPATH @ / @ MSVC_C_RUNTIME_DLL @
# ifdef MSVC_C_RUNTIME_1_DLL
@ BINPATH @ / @ MSVC_C_RUNTIME_1_DLL @
# endif
@ BINPATH @ / @ MSVC_CXX_RUNTIME_DLL @
@ BINPATH @ / @ MSVC_CXX_RUNTIME_ATOMIC_WAIT_DLL @
# endif
; Windows App SDK DLLs
@ BINPATH @ / @ DLL_PREFIX @ CoreMessagingXP @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ marshal @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ Microsoft . InputStateManager @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ Microsoft . Internal . FrameworkUdk @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ Microsoft . UI . Composition . OSSupport @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ Microsoft . UI . Input @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ Microsoft . UI . Windowing . Core @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ Microsoft . UI . Windowing @ DLL_SUFFIX @
# endif
# ifdef MOZ_GTK
; This is a standalone binary launched by Firefox on Linux to verify
; the system ' s graphics capabilities and behavior .
; It is separate because it may crash , and handling this within Firefox
; itself would be more challenging .
@ BINPATH @ / glxtest
@ BINPATH @ / @ DLL_PREFIX @ mozgtk @ DLL_SUFFIX @
# ifdef MOZ_WAYLAND
@ BINPATH @ / @ DLL_PREFIX @ mozwayland @ DLL_SUFFIX @
# endif
# ifdef MOZ_ENABLE_V4L2
; Similar to glxtest , this tests the hardware decoding for Video for Linux .
; Currently , it doesn ' t ship for Firefox targeting typical Intel CPU ( or compatible ) .
@ BINPATH @ / v4l2test
# endif
# ifdef MOZ_ENABLE_VAAPI
; Similar to glxtest , this tests the capabilities of the Video Acceleration API ( VA - API ) .
@ BINPATH @ / vaapitest
# endif
# ifdef MOZ_ENABLE_VULKAN_VIDEO
; Vulkan video decode probe ( device extension / codec support ) .
@ BINPATH @ / vulkantest
# endif
# endif
; We don ' t have a complete view of which dlls to expect when doing an artifact
; build because we haven ' t run the relevant parts of configure , so we guess
; here and trust what came from our source build .
# if defined ( MOZ_ARTIFACT_BUILDS ) & & defined ( XP_WIN )
@ BINPATH @ / vcruntime * . dll
@ BINPATH @ / msvcp * . dll
@ BINPATH @ / libEGL . dll
@ BINPATH @ / libGLESv2 . dll
# endif
# ifdef ONNX_RUNTIME
@ BINPATH @ / @ DLL_PREFIX @ onnxruntime @ DLL_SUFFIX @
# endif
[ browser ]
; [ Base Browser Files ]
# ifndef XP_UNIX
@ BINPATH @ / @ MOZ_APP_NAME @ . exe
@ BINPATH @ / firefox . VisualElementsManifest . xml
@ BINPATH @ / browser / VisualElements / VisualElements_150 . png
@ BINPATH @ / browser / VisualElements / VisualElements_70 . png
@ BINPATH @ / private_browsing . exe
@ BINPATH @ / private_browsing . VisualElementsManifest . xml
@ BINPATH @ / browser / VisualElements / PrivateBrowsing_150 . png
@ BINPATH @ / browser / VisualElements / PrivateBrowsing_70 . png
# else
# ifndef XP_MACOSX
@ BINPATH @ / @ MOZ_APP_NAME @ - bin
# endif
@ BINPATH @ / @ MOZ_APP_NAME @
# endif
@ RESPATH @ / application . ini
# ifdef MOZ_UPDATER
# update - settings . ini has been removed on macOS .
# ifndef XP_MACOSX
@ RESPATH @ / update - settings . ini
# endif
# endif
@ RESPATH @ / platform . ini
# ifndef MOZ_FOLD_LIBS
@ BINPATH @ / @ DLL_PREFIX @ mozsqlite3 @ DLL_SUFFIX @
# endif
@ BINPATH @ / @ DLL_PREFIX @ lgpllibs @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ gkcodecs @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ mozavutil @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ mozavcodec @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ mozinference @ DLL_SUFFIX @
; [ Components ]
# ifdef ACCESSIBILITY
# ifdef XP_WIN
@ BINPATH @ / AccessibleMarshal . dll
# endif
# endif
; JavaScript components
@ RESPATH @ / browser / components /*.manifest
@ RESPATH @ / components /*.manifest
; WebDriver ( Marionette , Remote Agent ) remote protocols
# ifdef ENABLE_WEBDRIVER
@ RESPATH @ / chrome / remote @ JAREXT @
@ RESPATH @ / chrome / remote . manifest
# endif
; Modules
@ RESPATH @ / browser / modules /*
@ RESPATH @ / modules /*
@ RESPATH @ / moz - src /*
@ RESPATH @ / browser / actors /*
@ RESPATH @ / actors /*
; ANGLE GLES - on - D3D rendering library
# ifdef MOZ_ANGLE_RENDERER
@ BINPATH @ / libEGL . dll
@ BINPATH @ / libGLESv2 . dll
# endif # MOZ_ANGLE_RENDERER
# ifdef MOZ_DXCOMPILER
@ BINPATH @ / @ MOZ_DXC_DLL_NAME @
# endif
; Bundled stub PDFs handed to the OS " Open with " picker by the
; set - default - PDF - handler flow ( see WindowsSetDefaultAppCmdHandler ) .
# ifdef XP_WIN
@ RESPATH @ / browser / confused_fox . pdf
@ RESPATH @ / browser / blank . pdf
# endif
; [ Browser Chrome Files ]
@ RESPATH @ / browser / chrome . manifest
@ RESPATH @ / browser / chrome / browser @ JAREXT @
@ RESPATH @ / browser / chrome / browser . manifest
@ RESPATH @ / chrome / toolkit @ JAREXT @
@ RESPATH @ / chrome / toolkit . manifest
# ifdef MOZ_GTK
@ RESPATH @ / browser / chrome / icons / default / default16 . png
@ RESPATH @ / browser / chrome / icons / default / default32 . png
@ RESPATH @ / browser / chrome / icons / default / default48 . png
@ RESPATH @ / browser / chrome / icons / default / default64 . png
@ RESPATH @ / browser / chrome / icons / default / default128 . png
# endif
; [ DevTools Startup Files ]
@ RESPATH @ / browser / chrome / devtools - startup @ JAREXT @
@ RESPATH @ / browser / chrome / devtools - startup . manifest
; DevTools
@ RESPATH @ / browser / chrome / devtools @ JAREXT @
@ RESPATH @ / browser / chrome / devtools . manifest
@ RESPATH @ / browser / @ PREF_DIR @ / debugger . js
; PdfJs
@ RESPATH @ / chrome / pdfjs . manifest
@ RESPATH @ / chrome / pdfjs /*
@ RESPATH @ / defaults / pref / PdfJsDefaultPrefs . js
; shell icons
# ifdef XP_UNIX
# ifndef XP_MACOSX
# ifdef MOZ_UPDATER
; updater icon
@ RESPATH @ / icons / updater . png
# endif
# endif
# endif
; [ Default Preferences ]
; All the pref files must be part of base to prevent migration bugs
@ RESPATH @ / browser / @ PREF_DIR @ / firefox . js
@ RESPATH @ / browser / @ PREF_DIR @ / firefox - branding . js
@ RESPATH @ / greprefs . js
@ RESPATH @ / defaults / autoconfig / prefcalls . js
@ RESPATH @ / browser / defaults / permissions
; Remote Settings JSON dumps
@ RESPATH @ / browser / defaults / settings
# channel - prefs . js has been removed on macOS .
# ifndef XP_MACOSX
; Warning : changing the path to channel - prefs . js can cause bugs ( Bug 756325 )
; Technically this is an app pref file , but we are keeping it in the original
; gre location for now .
@ RESPATH @ / defaults / pref / channel - prefs . js
# endif
; Background tasks - specific preferences .
; These are in the GRE location since they apply to all tasks at this time .
# ifdef MOZ_BACKGROUNDTASKS
; These are in the GRE location since they apply to all tasks at this time .
@ RESPATH @ / defaults / backgroundtasks / backgroundtasks . js
; While these override browser - specific prefs in ` firefox . js ` .
@ RESPATH @ / browser / defaults / backgroundtasks / backgroundtasks_browser . js
# endif
; [ Layout Engine Resources ]
; Style Sheets , Graphics and other Resources used by the layout engine .
@ RESPATH @ / res / EditorOverride . css
@ RESPATH @ / res / contenteditable . css
@ RESPATH @ / res / designmode . 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 / grabber . gif
# ifdef XP_MACOSX
@ RESPATH @ / res / cursors /*
# endif
@ RESPATH @ / res / fonts /*
@ RESPATH @ / res / dtd /*
@ RESPATH @ / res / language . properties
@ RESPATH @ / res / locale / layout / HtmlForm . properties
@ RESPATH @ / res / locale / layout / MediaDocument . properties
@ RESPATH @ / res / locale / layout / xmlparser . properties
@ RESPATH @ / res / locale / dom / dom . properties
@ RESPATH @ / res / locale / necko / necko . properties
# ifdef XP_MACOSX
@ RESPATH @ / res / MainMenu . nib /
# endif
; Content - accessible resources .
@ RESPATH @ / contentaccessible /*
; svg
@ RESPATH @ / res / svg . css
; [ Layout Debugger ]
# ifdef MOZ_LAYOUT_DEBUGGER
@ RESPATH @ / chrome / layoutdebug @ JAREXT @
@ RESPATH @ / chrome / layoutdebug . manifest
# endif
; [ Personal Security Manager ]
;
; NSS libraries are signed in the staging directory ,
; meaning their . chk files are created there directly .
;
# ifndef MOZ_SYSTEM_NSS
# if defined ( XP_LINUX ) & & ! defined ( ANDROID )
@ BINPATH @ / @ DLL_PREFIX @ freeblpriv3 @ DLL_SUFFIX @
# elif defined ( XP_SOLARIS ) & & defined ( SPARC64 )
bin / libfreebl_64fpu_3 . so
bin / libfreebl_64int_3 . so
# else
@ BINPATH @ / @ DLL_PREFIX @ freebl3 @ DLL_SUFFIX @
# endif
@ BINPATH @ / @ DLL_PREFIX @ nss3 @ DLL_SUFFIX @
# ifndef MOZ_FOLD_LIBS
@ BINPATH @ / @ DLL_PREFIX @ nssutil3 @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ smime3 @ DLL_SUFFIX @
@ BINPATH @ / @ DLL_PREFIX @ ssl3 @ DLL_SUFFIX @
# endif
@ BINPATH @ / @ DLL_PREFIX @ softokn3 @ DLL_SUFFIX @
# endif
@ RESPATH @ / chrome / pippki @ JAREXT @
@ RESPATH @ / chrome / pippki . manifest
; For process sandboxing
# if defined ( MOZ_SANDBOX )
# if defined ( XP_LINUX )
@ BINPATH @ / @ DLL_PREFIX @ mozsandbox @ DLL_SUFFIX @
# endif
# endif
; [ Updater ]
;
# ifdef MOZ_UPDATER
# ifdef XP_MACOSX
@ BINPATH @ / updater . app /
# else
@ BINPATH @ / updater @ BIN_SUFFIX @
# endif
# endif
; [ MaintenanceService ]
;
# ifdef MOZ_MAINTENANCE_SERVICE
@ BINPATH @ / maintenanceservice . exe
@ BINPATH @ / maintenanceservice_installer . exe
# endif
; [ Crash Reporter ]
;
# ifdef MOZ_CRASHREPORTER
# ifdef XP_MACOSX
@ BINPATH @ / crashreporter . app /
# else
@ BINPATH @ / crashreporter @ BIN_SUFFIX @
# if defined ( XP_WIN )
@ BINPATH @ / @ DLL_PREFIX @ mozwer @ DLL_SUFFIX @
# endif
# endif
# endif
; [ crashhelper ]
;
# ifdef MOZ_CRASHREPORTER
@ BINPATH @ / crashhelper @ BIN_SUFFIX @
# endif
; [ Ping Sender ]
;
@ BINPATH @ / pingsender @ BIN_SUFFIX @
; [ Native Messaging Host Proxy ]
;
# if defined ( XP_WIN ) | | defined ( XP_MACOSX )
@ BINPATH @ / nmhproxy @ BIN_SUFFIX @
# endif
; [ Notification COM Server ]
;
# if defined ( MOZ_NOTIFICATION_SERVER )
@ BINPATH @ / @ DLL_PREFIX @ notificationserver @ DLL_SUFFIX @
# endif
# ifdef LLVM_SYMBOLIZER
@ BINPATH @ / @ LLVM_SYMBOLIZER @
# endif
# ifdef MOZ_CLANG_RT_ASAN_LIB
@ BINPATH @ / @ MOZ_CLANG_RT_ASAN_LIB @
# endif
; media
@ RESPATH @ / gmp - clearkey / 0 . 1 / @ DLL_PREFIX @ clearkey @ DLL_SUFFIX @
@ RESPATH @ / gmp - clearkey / 0 . 1 / manifest . json
# if defined ( MOZ_WMF_CDM ) & & defined ( ENABLE_TESTS )
@ BINPATH @ / @ DLL_PREFIX @ wmfclearkey @ DLL_SUFFIX @
# endif
# ifdef PKG_LOCALE_MANIFEST
# include @ PKG_LOCALE_MANIFEST @
# endif
# if defined ( XP_WIN ) & & defined ( MOZ_DEFAULT_BROWSER_AGENT )
@ BINPATH @ / default - browser - agent @ BIN_SUFFIX @
# endif
# ifdef MOZ_ARTIFACT_BUILDS
; Test workers unpack artifact build packages and need ` jogfile . json `
@ RESPATH @ / jogfile . json
# endif
# if defined ( DESKTOP_LAUNCHER_ENABLED )
@ BINPATH @ / desktop - launcher / desktop - launcher @ BIN_SUFFIX @
# endif
# if defined ( BUILT_BY_MOZILLA )
@ RESPATH @ / distribution /*
# endif
Messung V0.5 in Prozent C=97 H=99 G=97
¤ Dauer der Verarbeitung: 0.15 Sekunden
¤
*© Formatika GbR, Deutschland