blob: c9475883e86e67a358b6a83738d71e41d94e02d5 [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("svc") {
shared_libs = [ "svc" ]
deps = [
"../async",
"../fdio",
]
sources = [
"include/lib/svc/dir.h",
]
include_dirs = [ "include" ]
}
group("all"){
deps = [
":svc",
]
}