blob: 38cd2c1a4f9caf0d2d90a75332c479839e80b2cd [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.
group("pw_rpc") {
deps = [
"client",
"realm",
"runner",
"server",
]
}