blob: 89c8548cb1265488b8a76de6e50fb52711ab05b7 [file] [log] [blame]
# Copyright 2016 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("environment_host") {
sources = [
"maxwell_service_provider_bridge.cc",
"maxwell_service_provider_bridge.h",
]
public_deps = [
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/svc/cpp",
]
}