| # Copyright 2021 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/config.gni") |
| |
| group("workstation_memory_monitor_config") { |
| deps = [ |
| ":workstation_config_for_mem", |
| ":workstation_config_for_memory_monitor", |
| ] |
| } |
| |
| config_data("workstation_config_for_memory_monitor") { |
| for_pkg = "memory_monitor" |
| outputs = [ "buckets.json" ] |
| sources = [ "workstation_memory_buckets.json" ] |
| } |
| |
| config_data("workstation_config_for_mem") { |
| for_pkg = "mem" |
| outputs = [ "buckets.json" ] |
| sources = [ "workstation_memory_buckets.json" ] |
| } |