blob: 7cb0bd8338c56fd64629b2e1e94405b56d36975b [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.
group("lib") {
deps = [
"dev-operation",
"dma-buffer",
"driver",
]
}
group("tests") {
testonly = true
deps = [
"dev-operation:tests",
"dma-buffer:tests",
"driver:tests",
]
}