blob: ede0cb587dbe111c54f7c7dd2f901ed6cb0ed386 [file] [log] [blame]
# Copyright 2023 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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.hwinfo.mock") {
testonly = true
sources = [ "mock.test.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.hwinfo" ]
}