blob: 6c54e2beeaef3cdc8edf5ebb6538c8a92356478a [file] [log] [blame]
# Copyright 2017 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("device_info") {
sources = [
"device_info.cc",
"device_info.h",
]
deps = [
"//garnet/public/lib/fxl",
"//peridot/lib/util:filesystem",
]
}
source_set("device_profile") {
sources = [
"device_profile.cc",
"device_profile.h",
]
public_deps = [
":device_info",
]
deps = [
"//garnet/public/lib/fxl",
"//peridot/lib/rapidjson",
]
}