From cb2b18eb6ecfb47be9369d1943cbb87893eb8f3b Mon Sep 17 00:00:00 2001 From: wangdengjia Date: Fri, 15 Apr 2022 10:41:38 +0800 Subject: [PATCH] IssueNo:#I52V19 Description:Change device type in schema lite file Sig:developtools_packing_tool Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: wangdengjia Change-Id: I148ef983affeb9c8ba80467d3b2c2312dc220ff3 --- configcheck/configSchema_lite.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configcheck/configSchema_lite.json b/configcheck/configSchema_lite.json index 05b2c1cb..51ddb64d 100644 --- a/configcheck/configSchema_lite.json +++ b/configcheck/configSchema_lite.json @@ -223,11 +223,7 @@ "enum": [ "car", "liteWearable", - "phone", "smartVision", - "tablet", - "tv", - "wearable", "router" ] } -- Gitee