blob: 953396e7c9a4bbd154389fbc234b4f1b42169af0 [file] [log] [blame]
# Copyright 2020 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/dart/dart_library.gni")
dart_library("shared") {
package_name = "inspect_codelab_shared"
sources = [ "codelab_environment.dart" ]
deps = [
"//examples/diagnostics/inspect/codelab/fidl:fuchsia.examples.inspect",
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.sys",
"//third_party/dart-pkg/pub/uuid",
"//topaz/public/dart/fidl",
"//topaz/public/dart/fuchsia_services",
"//topaz/public/dart/zircon",
]
}