blob: d1add7a4d22386a704bb35287d0343c97b44cb4e [file] [log] [blame]
// Copyright 2019 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.sys;
/// A URL used to retrieve, launch, and load a component from a specified network
/// location, or to identify a component when connecting to it.
alias component_url = string:MAX_URL_LENGTH;
const uint16 MAX_URL_LENGTH = 2083;