| # Copyright 2022 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//common-mk/install_config.gni") |
| |
| group("dbus") { |
| deps = [ |
| ":install_dbus_config", |
| ":install_dbus_service_activation_config", |
| ] |
| } |
| |
| install_config("install_dbus_config") { |
| sources = [ "org.chromium.RuntimeProbe.conf" ] |
| install_path = "/etc/dbus-1/system.d" |
| } |
| |
| install_config("install_dbus_service_activation_config") { |
| sources = [ "org.chromium.RuntimeProbe.service" ] |
| install_path = "/usr/share/dbus-1/system-services" |
| } |