blob: 10a9f7ce13241d271b4e7577bb4853000e474964 [file] [log] [blame]
# Copyright 2017 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("lib") {
sources = [
"command_dispatcher.cc",
"command_dispatcher.h",
]
deps = [
"//src/lib/fxl",
"//zircon/public/lib/fbl",
]
public_deps = [ "//sdk/lib/fit" ]
}