blob: 209841eb76f6ecd847591864e838c88d3f3309bc [file] [log] [blame]
# Copyright 2019 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.
library("launchpad") {
shared = true
sources = [
"elf.c",
"fdio.c",
"launchpad.c",
"vmo.c",
]
deps = [
"$zx/system/ulib/elfload",
"$zx/system/ulib/fdio",
"$zx/system/ulib/ldmsg",
"$zx/system/ulib/zircon",
]
}