blob: 2850f2cadd02a5ebc3077c42a75ad86009cb074a [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("memfs") {
shared_libs = [ "memfs" ]
deps = [
"../async",
"../fit",
"../sync",
]
sources = [
"include/lib/memfs/memfs.h",
]
include_dirs = [ "include" ]
}
group("all"){
deps = [
":memfs",
]
}