Lines Matching full:document
20 # prefix for Document namespaces; should not end with "/"
26 # location of SPDX document output directory
32 # should also add an SPDX document for the SDK?
72 log.wrn(f"config: requested to analyze includes but not to generate SDK SPDX document;")
92 # scan each document from walker
99 # write each document, in this particular order so that the
102 # write SDK document, if we made one
106 log.err("SPDX writer failed for SDK document; bailing")
109 # write app document
112 log.err("SPDX writer failed for app document; bailing")
115 # write zephyr document
118 log.err("SPDX writer failed for zephyr document; bailing")
121 # write build document
124 log.err("SPDX writer failed for build document; bailing")
127 # write modules document
130 log.err("SPDX writer failed for modules-deps document; bailing")