huddly-updater: update dict and list type base::Value usages

Refactor old dict and list type base::Value into the new
base::Value::{Dict,List} subtypes per v2 base::Value refactor proposal
(See upstream bug crbug.com/1187001 for details).
In particular, change the signature if a function always takes or
returns a dictionary or list type.

BUG=b:240913879
TEST=FEATURES=test emerge-endeavour huddly-updater

Change-Id: I4afca50e22b4681eea159fec3e12055a69a568d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/huddly-updater/+/4066241
Reviewed-by: Kyle Williams <kdgwill@chromium.org>
Tested-by: Grace Cham <hscham@chromium.org>
Auto-Submit: Grace Cham <hscham@chromium.org>
Commit-Queue: Kyle Williams <kdgwill@chromium.org>
4 files changed
tree: 7ad5b60d4343bf29eebb068e1436cd3347260830
  1. conf/
  2. src/
  3. .gitignore
  4. Android.mk
  5. common.mk
  6. LICENSE
  7. Makefile
  8. OWNERS
  9. README.md
README.md

Huddly-updater is a utility to upgrade the huddly camera firmware.

Requirements

TODO: The GNU C library, libusb 1.0 and libudev are required.

Building

At the root of the repository,

$ make

Alternatively at Chromium OS development environment,

$ emerge-$${BOARD} huddly-updater

How to use

$ huddly-updater --help

TODO

It will also provide assistant tools to query the firmware version of the firmware installed in the huddly camera, that of a binary blob file.