blob: 4f9402141bf9bfdf7ff8caddc052468d26aa1461 [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.
source_set("property") {
testonly = true
sources = [
"fsgsbase.cc",
"property.cc",
]
deps = [
"//sdk/lib/fit",
"//src/zircon/lib/zircon",
"//zircon/kernel/lib/arch",
"//zircon/system/ulib/elf-psabi",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}