From d329ba7c452f91d658a68f6c7594f2248e80aeab Mon Sep 17 00:00:00 2001 From: James Swan <122404367+swan-amazon@users.noreply.github.com> Date: Wed, 8 May 2024 22:40:55 +0000 Subject: [PATCH] fixup! Add support for terms and conditions check and enhanced setup flow --- src/platform/device.gni | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/platform/device.gni b/src/platform/device.gni index c4876cdb6815a1..3af7734a260f90 100644 --- a/src/platform/device.gni +++ b/src/platform/device.gni @@ -226,9 +226,13 @@ declare_args() { } declare_args() { + # If non-zero, the currently acknowledged terms and conditions bitfield chip_tc_accepted_acknowledgements = 0 + # If non-zero, the currently acknowledged terms and conditions version chip_tc_accepted_version = 0 + # If non-zero, is the terms and conditions required acknowledgements bitfield chip_tc_required_acknowledgements = 0 + # If non-zero, is the terms and conditions required version chip_tc_required_version = 0 }