blob: fe624a338a8e68cd1670e88f9fb65843ef5f582c [file] [log] [blame]
// Copyright 2020 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.
library fuchsia.component;
using child_name = string:MAX_CHILD_NAME_LENGTH;
using collection_name = string:MAX_COLLECTION_NAME_LENGTH;
using runner_name = string:MAX_RUNNER_NAME_LENGTH;
using environment_name = string:MAX_ENVIRONMENT_NAME_LENGTH;