blob: f668319fa60fe260d01b36714901ea83fabbdd59 [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("loader") {
sources = [
"component_loader.cc",
"component_loader.h",
]
public_deps = [
"//garnet/lib/pkg_url",
"//garnet/public/fidl/fuchsia.sys",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//zircon/public/lib/trace-provider",
]
}