From f506b57791d680bb283016f03371f3a4d4b42b06 Mon Sep 17 00:00:00 2001 From: lishutong Date: Mon, 19 Jul 2021 17:32:39 +0000 Subject: [PATCH] Add VAB, VABC state checker to OTA_analyzer. Add BasicInfo.vue to show some basic facts of the ota package, including: - is partial or not - is incremental or not - is VAB or not - is VABC or not Test: Mannual tested. Change-Id: Ibc3e0a88ea03fc310b401ffe14c5b63d9e0f9452 --- .../ota_analysis/src/components/BasicInfo.vue | 75 +++++++++++++++++++ .../src/components/PayloadDetail.vue | 17 ++--- 2 files changed, 82 insertions(+), 10 deletions(-) create mode 100644 tools/ota_analysis/src/components/BasicInfo.vue diff --git a/tools/ota_analysis/src/components/BasicInfo.vue b/tools/ota_analysis/src/components/BasicInfo.vue new file mode 100644 index 000000000..6fdd8bf09 --- /dev/null +++ b/tools/ota_analysis/src/components/BasicInfo.vue @@ -0,0 +1,75 @@ + + + + + \ No newline at end of file diff --git a/tools/ota_analysis/src/components/PayloadDetail.vue b/tools/ota_analysis/src/components/PayloadDetail.vue index ed71d5e8a..75a56ac2c 100644 --- a/tools/ota_analysis/src/components/PayloadDetail.vue +++ b/tools/ota_analysis/src/components/PayloadDetail.vue @@ -1,15 +1,9 @@