blob: a64613feee5cae5c285a3ae16ffeeea34e47a396 [file] [log] [blame]
# Copyright 2018 The Chromium OS 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("//common-mk/generate-dbus-proxies.gni")
import("//common-mk/pkg_config.gni")
group("all") {
deps = [ ":libdebugd-client-headers" ]
}
# debugd client library generated headers. Used by other daemons to
# interact with debugd.
generate_dbus_proxies("libdebugd-client-headers") {
dbus_service_config = "../dbus_bindings/dbus-service-config.json"
proxy_output_file = "include/debugd/dbus-proxies.h"
mock_output_file = "include/debugd/dbus-proxy-mocks.h"
proxy_path_in_mocks = "debugd/dbus-proxies.h"
sources = [ "../dbus_bindings/org.chromium.debugd.xml" ]
}