| // 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. | |
| @available(added=7) | |
| 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; |