blob: baf244a45e311c9b5406b0b34fdc6cbc12b9cdcf [file] [log] [blame]
# Copyright 2020 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fuchsia_sdk_pkg.gni")
fuchsia_sdk_pkg("zx") {
sources = [
"bti.cc",
"channel.cc",
"debuglog.cc",
"event.cc",
"eventpair.cc",
"fifo.cc",
"guest.cc",
"interrupt.cc",
"iommu.cc",
"job.cc",
"pager.cc",
"port.cc",
"process.cc",
"profile.cc",
"resource.cc",
"socket.cc",
"stream.cc",
"thread.cc",
"timer.cc",
"vcpu.cc",
"vmar.cc",
"vmo.cc",
"include/lib/zx/bti.h",
"include/lib/zx/channel.h",
"include/lib/zx/clock.h",
"include/lib/zx/debuglog.h",
"include/lib/zx/event.h",
"include/lib/zx/eventpair.h",
"include/lib/zx/exception.h",
"include/lib/zx/fifo.h",
"include/lib/zx/guest.h",
"include/lib/zx/handle.h",
"include/lib/zx/interrupt.h",
"include/lib/zx/iommu.h",
"include/lib/zx/job.h",
"include/lib/zx/object.h",
"include/lib/zx/object_traits.h",
"include/lib/zx/pager.h",
"include/lib/zx/pmt.h",
"include/lib/zx/port.h",
"include/lib/zx/process.h",
"include/lib/zx/profile.h",
"include/lib/zx/resource.h",
"include/lib/zx/socket.h",
"include/lib/zx/stream.h",
"include/lib/zx/suspend_token.h",
"include/lib/zx/task.h",
"include/lib/zx/thread.h",
"include/lib/zx/time.h",
"include/lib/zx/timer.h",
"include/lib/zx/vcpu.h",
"include/lib/zx/vmar.h",
"include/lib/zx/vmo.h",
]
include_dirs = [ "include" ]
public_deps = [
]
}
group("all"){
deps = [
":zx",
]
}