| # 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("async") { |
| sources = [ |
| "ops.c", |
| "include/lib/async/dispatcher.h", |
| "include/lib/async/irq.h", |
| "include/lib/async/paged_vmo.h", |
| "include/lib/async/receiver.h", |
| "include/lib/async/task.h", |
| "include/lib/async/time.h", |
| "include/lib/async/trap.h", |
| "include/lib/async/wait.h", |
| ] |
| include_dirs = [ "include" ] |
| public_deps = [ |
| "../fit", |
| ] |
| } |
| |
| group("all"){ |
| deps = [ |
| ":async", |
| ] |
| } |