blob: d580004f5b6405c201864c4c80b31b6c76f4db0d [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.app;
using MessageQueueName = string:MESSAGE_QUEUE_NAME_MAX_LENGTH;
// TODO(CF-694): Use the type defined in fuchsia.sys2 when it becomes available.
using ComponentUrl = string;
/// Maximum length of message queue name. See fuchsia.app.Context.
const uint32 MESSAGE_QUEUE_NAME_MAX_LENGTH = 100;