blob: 5e5fe0845b563c021dabcf5b8e518b3c0bd6d595 [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("//sdk/cts/build/cts.gni")
cts_dart_library("pm") {
package_name = "pm"
testonly = true
sources = [ "pm.dart" ]
deps = [
"//sdk/cts/util/net:net",
"//sdk/cts/util/pkg:pkg",
"//sdk/testing/sl4f/client",
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/file",
"//third_party/dart-pkg/pub/logging",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/quiver",
"//third_party/dart-pkg/pub/retry",
"//third_party/dart-pkg/pub/test",
]
}