From 6e153a44e88b7678b03e5b630ac74948e3430b49 Mon Sep 17 00:00:00 2001 From: shilei Date: Tue, 25 Oct 2022 20:30:55 +0800 Subject: [PATCH] add Signed-off-by: shilei Change-Id: Ic38d89e900f2db9b52b0e0458f6f65f2ec97c63a --- frameworks/ability_lite/example/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frameworks/ability_lite/example/config.json b/frameworks/ability_lite/example/config.json index d7c5da3..f9ead0c 100644 --- a/frameworks/ability_lite/example/config.json +++ b/frameworks/ability_lite/example/config.json @@ -18,6 +18,8 @@ }, "module": { "deviceType": [ + "default", + "tablet", "smartVision" ], "distro": { @@ -51,4 +53,4 @@ } ] } -} \ No newline at end of file +} -- Gitee