blob: 8449c7a7b6c1687be50a8b1961cbb3e5f57cd8ed [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.
{
include: [ "//src/bringup/bin/device-name-provider/meta/device-name-provider.cml" ],
program: {
args: [
"--nodename",
"fuchsia-test-node-name",
],
},
}