1cc_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/feature_map.h", 10 "nugget/include/flash_layout.h", 11 "nugget/include/keymaster.h", 12 "nugget/include/nos/device.h", 13 "nugget/include/signed_header.h", 14 ], 15 deps = [ 16 "nos_headers_hals", 17 ], 18 strip_include_prefix = "nugget/include/", 19 visibility = ["//visibility:public"], 20) 21 22cc_library( 23 name = "nos_headers_hals", 24 hdrs = [ 25 "nugget/include/hals/common.h", 26 "nugget/include/hals/weaver.h", 27 ], 28 strip_include_prefix = "nugget/include/", 29 visibility = ["//visibility:public"], 30) 31