blob: bbd96954b62743d4ce1d012539f07671371156e3 [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 = [
"//garnet/public/lib/fsl",
"//sdk/fidl/fuchsia.sys",
"//src/lib/fxl",
"//src/lib/pkg_url",
"//zircon/public/lib/trace",
]
}