blob: 181853359ef8d5789736648e48574fc7ba7e1a38 [file] [log] [blame] [edit]
# 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 = [
"package_loader.cc",
"package_loader.h",
]
deps = [
"//src/lib/fsl",
"//src/lib/pkg_url",
"//zircon/system/ulib/fdio-caller",
"//zircon/system/ulib/trace",
]
public_deps = [
"//sdk/fidl/fuchsia.sys:fuchsia.sys_hlcpp",
"//src/lib/fxl",
]
}