blob: 854a20ea49565a0127bb471ca341fda0d6ee3a5e [file] [log] [blame]
// Copyright 2017 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.modular;
/// An instance of this service is exposed to agents in their namespace.
[Discoverable]
protocol AgentContext {
/// DEPRECATED: ComponentContext is now available in the
/// namespace/environment for Modules.
GetComponentContext(request<ComponentContext> request);
};