blob: d9201fdc19ed96ef5c02ea1016010356105d0672 [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",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//garnet/public/lib/pkg_url",
"//zircon/public/lib/trace",
]
}