blob: 4907eebe40b31ec6d747e1221061858ad0ff1666 [file] [log] [blame]
Andrew Scull44daa782017-09-13 17:09:31 +01001cc_library(
2 name = "nos_headers",
3 hdrs = [
Andrew Scull44daa782017-09-13 17:09:31 +01004 "nugget/include/app_nugget.h",
Allen Webbb7927962017-10-23 14:36:00 -07005 "nugget/include/application.h",
Andrew Scull44daa782017-09-13 17:09:31 +01006 "nugget/include/avb.h",
Allen Webbb7927962017-10-23 14:36:00 -07007 "nugget/include/flash_layout.h",
8 "nugget/include/signed_header.h",
Andrew Scull44daa782017-09-13 17:09:31 +01009 ],
10 strip_include_prefix = "nugget/include/",
11 visibility = ["//visibility:public"],
12)