blob: 4ddcce956cbc788d41cd869db9f88de3d5f311de [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.types;
const MAX_FACET_NAME_LENGTH uint32 = 100;
const MAX_CHILD_NAME_LENGTH uint32 = 100;
const MAX_COLLECTION_NAME_LENGTH uint32 = 100;
const MAX_RUNNER_NAME_LENGTH uint32 = 100;
const MAX_STORAGE_NAME_LENGTH uint32 = 100;
const MAX_PATH_LENGTH uint32 = 1024;
const MAX_URL_LENGTH uint32 = 4096;