// 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", | |
"mdns-test-device-remote", | |
], | |
}, | |
} |