blob: d45b120ca540a4aa141583c2b87b1ef86b24465d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<packages>
<!-- Chromium and web_runner amd64 / x64 implementation -->
<package name="chromium/fuchsia/webrunner-amd64"
version="version:94.0.4590.0"
path="prebuilt/third_party/chromium_latest/arch/x64"/>
<!-- Chromium and web_runner arm64 / aarch64 implementation -->
<package name="chromium/fuchsia/webrunner-arm64"
version="version:94.0.4590.0"
path="prebuilt/third_party/chromium_latest/arch/arm64"/>
<!-- web_engine_shell amd64 / x64 implementation -->
<package name="chromium/fuchsia/web_engine_shell-amd64"
version="version:94.0.4590.0"
path="prebuilt/third_party/web_engine_shell_latest/arch/x64"/>
<!-- web_engine_shell arm64 / aarch64 implementation -->
<package name="chromium/fuchsia/web_engine_shell-arm64"
version="version:94.0.4590.0"
path="prebuilt/third_party/web_engine_shell_latest/arch/arm64"/>
<!-- cast_runner amd64 / x64 implementation -->
<package name="chromium/fuchsia/castrunner-amd64"
version="version:94.0.4590.0"
path="prebuilt/third_party/cast_runner_latest/arch/x64"/>
<!-- cast_runner arm64 / aarch64 implementation -->
<package name="chromium/fuchsia/castrunner-arm64"
version="version:94.0.4590.0"
path="prebuilt/third_party/cast_runner_latest/arch/arm64"/>
<!-- Chromium amd64 / x64 tests -->
<package name="chromium/fuchsia/tests-amd64"
version="version:94.0.4590.0"
path="prebuilt/third_party/chromium_tests_latest/arch/x64"/>
<!-- Chromium arm64 / aarch64 tests -->
<package name="chromium/fuchsia/tests-arm64"
version="version:94.0.4590.0"
path="prebuilt/third_party/chromium_tests_latest/arch/arm64"/>
<!-- Chromedriver
TODO(fxbug.dev/10097): The restriction to linux only is temporary; mac is
not currently supported. -->
<package name="chromium/fuchsia/chromedriver/${platform}"
version="version:94.0.4590.0"
platforms="linux-amd64"
path="prebuilt/third_party/chromedriver_latest/{{.OS}}-{{.Arch}}"/>
<!-- Debug symbols
A debug symbol package is expected to contain one to many .build-id
directories compressed and archived into .tar.bz2 files.
Download paths must be of the form //prebuilt/build_ids/<target cpu>/<name>
-->
<package name="chromium/fuchsia/debug-symbols-amd64"
version="version:94.0.4590.0"
path="prebuilt/.build-id"
attributes="debug-symbols,debug-symbols-x64,debug-symbols-chromium"/>
<package name="chromium/fuchsia/debug-symbols-arm64"
version="version:94.0.4590.0"
path="prebuilt/.build-id"
attributes="debug-symbols,debug-symbols-arm64,debug-symbols-chromium"/>
</packages>
</manifest>