blob: 77e3082f54ad8a6e5342b96296d03acfe5988c6d [file] [log] [blame] [edit]
# 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" ]
}