blob: 0127fdca09b1b57a579e1fcf4d17997a59809063 [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/pkg_config.gni")
import("//common-mk/generate-dbus-proxies.gni")
group("all") {
deps = [
":imageloader-proxies",
]
}
generate_dbus_proxies("imageloader-proxies") {
dbus_service_config = "../dbus_adaptors/dbus-service-config.json"
proxy_output_file = "include/imageloader/dbus-proxies.h"
mock_output_file = "include/imageloader/dbus-proxy-mocks.h"
proxy_path_in_mocks = "imageloader/dbus-proxies.h"
sources = [
"../dbus_adaptors/org.chromium.ImageLoaderInterface.xml",
]
}