code wiki / _hdl_build / nx_codec_license_gate.nx
nx_codec_license_gate.nx
buildroot/runtime/_hdl_build/nx_codec_license_gate.nx
about
nx_codec_license_gate.nx -- grades codec patent-cleanliness from the NATIVE content-addressed seg_store
(no TSV, no SQL). The audit rows are AUTHORED-BY-ORGAN into a fresh /tmp native-config store each run, then
read back via ncfg -- so the verdict is computed from the sovereign store, not a flat file.
Verdict GREEN only if ZERO techniques are RISKY (clean-by-construction); otherwise RED with the worklist. This is a
liar-kill: it refuses to certify the media stack "clean" while any H.264/AVC-pool-derived technique remains shipped.
ENGINEERING due-diligence, NOT legal advice -- a real freedom-to-operate review is a separate, lawyer step.
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_g_pn_lite_lib.nxnx_g_puts_lib.nxnx_native_config.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 12 | func g_streq(a: *u8, b: *u8) -> i64 { var i: i64=0; while a[i]!=(0 as u8){ if a[i]!=b[i]{return 0} i=i+1 } if b[i]!=(0 as u8){return 0} return 1 } called by 1: main |
| 15 | func cl_fresh_prefix(out: *u8, base: *u8) -> i64 |
| 31 | func cl_row(w: *i64, idx: i64, technique: *u8, organ: *u8, verdict: *u8, basis: *u8, clean_path: *u8) -> i64 |
| 43 | func cl_seed(prefix: *u8) -> i64 |
| 85 | func main() -> i64 |