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