blob: ff9fd53b7277835e9aaca42568ff3469bcadf1b0 [file] [log] [blame]
# Copyright 2021 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 = [ ":hibernate-headers" ]
}
generate_dbus_proxies("hibernate-headers") {
dbus_service_config = "dbus_bindings/dbus-service-config.json"
proxy_output_file = "include/hibernate/dbus-proxies.h"
mock_output_file = "include/hibernate/dbus-proxy-mocks.h"
proxy_path_in_mocks = "hibernate/dbus-proxies.h"
sources = [ "dbus_bindings/org.chromium.Hibernate.xml" ]
}