| # Copyright 2023 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/generate-dbus-adaptors.gni") | |
| generate_dbus_adaptors("printscanmgr-adaptors") { | |
| dbus_service_config = "dbus-service-config.json" | |
| dbus_adaptors_out_dir = "include/printscanmgr/dbus_adaptors" | |
| sources = [ "org.chromium.printscanmgr.xml" ] | |
| } |