blob: 3a4d13a05aa9a95a1e074e4c68e1443c3681baf1 [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 MAX_URL_LENGTH uint16 = 2083;