blob: c7fa959edfe0af80d91578a5b8605147993a4f74 [file] [log] [blame]
# Copyright 2019 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.
library("qcom") {
sdk = "source"
sdk_headers = [ "qcom/smc.h" ]
sources = [
"qcom-smc.cpp",
]
deps = [
"$zx/system/ulib/ddk",
]
}