blob: a0ac841435d39d5a8a65c3716b051c6527e1058f [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:78.0.3885.0"
path="topaz/third_party/chromium/arch/x64"/>
<!-- Chromium and web_runner arm64 / aarch64 implementation -->
<package name="chromium/fuchsia/webrunner-arm64"
version="version:78.0.3885.0"
path="topaz/third_party/chromium/arch/arm64"/>
<!-- Cast_runner amd64 / x64 implementation -->
<package name="chromium/fuchsia/castrunner-amd64"
version="version:78.0.3885.0"
path="topaz/third_party/cast_runner/arch/x64"/>
<!-- cast_runner arm64 / aarch64 implementation -->
<package name="chromium/fuchsia/castrunner-arm64"
version="version:78.0.3885.0"
path="topaz/third_party/cast_runner/arch/arm64"/>
<!-- Chromium amd64 / x64 tests -->
<package name="chromium/fuchsia/tests-amd64"
version="version:78.0.3885.0"
path="prebuilt/third_party/chromium_tests/arch/x64"/>
<!-- Chromium arm64 / aarch64 tests -->
<package name="chromium/fuchsia/tests-arm64"
version="version:78.0.3885.0"
path="prebuilt/third_party/chromium_tests/arch/arm64"/>
<!-- Chromedriver
TODO(IN-1321): The restriction to linux only is temporary; mac is
not currently supported. -->
<package name="chromium/fuchsia/chromedriver/${platform}"
version="version:78.0.3885.0"
platforms="linux-amd64"
path="prebuilt/third_party/chromedriver/{{.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:78.0.3885.0"
path="prebuilt/build_ids/x64/chromium"
attributes="debug-symbols,debug-symbols-x64,debug-symbols-chromium"/>
<package name="chromium/fuchsia/debug-symbols-arm64"
version="version:78.0.3885.0"
path="prebuilt/build_ids/arm64/chromium"
attributes="debug-symbols,debug-symbols-arm64,debug-symbols-chromium"/>
</packages>
</manifest>