blob: a744b5a7475b9644b8a6f72b028c1d1b8645c4de [file] [log] [blame]
// Copyright 2022 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.
{
children: [
{
name: "bt-fct-hci",
url: "fuchsia-pkg://fuchsia.com/bt-fct-hci#meta/bt-fct-hci.cm",
environment: "#core-env",
},
],
offer: [
{
directory: "dev-class",
from: "parent",
as: "dev-class-bluetooth",
to: "#bt-fct-hci",
rights: [ "r*" ],
subdir: "bt-hci",
},
],
}