blob: 361dfa65412db396b119be9975c743649d7a75fa [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.sys.internal;
using fuchsia.sys;
const MAXIMUM_REALM_PATH_SEGMENTS uint16 = 50;
const COMPONENT_NAME_MAX_LENGTH uint16 = 255;
/// Maximum length for an environment label.
const LABEL_MAX_LENGTH uint32 = 32;
alias component_url = fuchsia.sys.component_url;
alias realm_segments = vector<string:LABEL_MAX_LENGTH>:MAXIMUM_REALM_PATH_SEGMENTS;