blob: 1c0eaf9b4b8f90f654229992b87203b2d1b41f7e [file] [log] [blame]
# Copyright 2022 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("fpromise") {
public = [ "client.h" ]
public_deps = [
"//sdk/lib/fit-promise",
"//src/lib/fidl/cpp",
]
}