blob: ec75826208eb02449d1075850ed2a683c7b90315 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// The file contains Fuchsia-specific constants.
package fuchsia
const (
// PlatformManifestName is the name of the manifest of available test
// platforms. This file is produced by the build.
PlatformManifestName = "platforms.json"
// PackageManifestName is the name of the manifest of packages included
// in a given build. This file is produced by the build.
PackageManifestName = "packages.json"
)