blob: 344016a005a42ed4b27eb8903e47cbfdfa439b8b [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.
import("//build/bind/bind.gni")
bind_library("fuchsia.amlogic.platform") {
sdk_category = "partner"
source = "fuchsia.amlogic.platform.bind"
sdk_area = "Driver SDK"
public_deps = [
"//src/devices/bind/fuchsia.power",
"//src/devices/bind/fuchsia.register",
]
}