blob: 45996380dca289e121e12761bbfa46297e71ed29 [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.
source_set("lib") {
sources = [
"info_iterator.cc",
"info_iterator.h",
]
deps =
[ "//sdk/fidl/fuchsia.driver.development:fuchsia.driver.development_cpp" ]
}