blob: f79acdf71bca301f4990c60817d8d2ddd1e09767 [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.sys2;
/// Specifies a type of capability that can be offered between components.
enum CapabilityType {
SERVICE = 0;
DIRECTORY = 1;
};