Home | History | Annotate | Download | only in generic
      1 cc_library(
      2     name = "nos_headers",
      3     hdrs = [
      4         "nugget/include/app_nugget.h",
      5         "nugget/include/app_transport_test.h",
      6         "nugget/include/application.h",
      7         "nugget/include/avb.h",
      8         "nugget/include/citadel_events.h",
      9         "nugget/include/flash_layout.h",
     10         "nugget/include/keymaster.h",
     11         "nugget/include/signed_header.h",
     12     ],
     13     strip_include_prefix = "nugget/include/",
     14     visibility = ["//visibility:public"],
     15 )
     16