blob: 32b6859739b1a49f668923370a879ff87a978618 [file] [log] [blame]
# Copyright 2018 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("cpp") {
sources = [
"service_subscriber.cc",
"service_subscriber.h",
]
public_deps = [
"//garnet/public/fidl/fuchsia.mdns",
"//garnet/public/lib/fxl",
"//zircon/public/lib/fit",
]
}