blob: 97f7b5449d6d97bb026158fa2c28cdbbb1e9cd48 [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 = [
"package_loader.cc",
"package_loader.h",
]
public_deps = [
"//sdk/fidl/fuchsia.sys",
"//src/lib/fsl",
"//src/lib/fxl",
"//src/lib/pkg_url",
"//zircon/system/ulib/trace",
]
}