blob: 1062f55a06f723c53e4ec802645c6d95a9b5bd4f [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
config("headers.config") {
visibility = [ ":*" ]
include_dirs = [ "include" ]
}
group("headers") {
public_configs = [ ":headers.config" ]
}
static_library("chromiumos-platform-ec") {
sources = [ "comm-lpc.cc" ]
public_deps = [ ":headers" ]
}