blob: 011602d2ac9163edfbc8031e681d0667c70f0815 [file] [log] [blame]
# Copyright 2022 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")
pkg_config("target_defaults") {
pkg_deps = [
"libbrillo",
"libchrome",
"libshill-client",
]
}
source_set("function_templates") {
sources = [
"network.cc",
"storage.cc",
]
configs += [ ":target_defaults" ]
}