From c013f7df4411fc50f199a60f5b39c2bdbe07d526 Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Mon, 27 Jun 2022 09:51:19 +0800 Subject: [PATCH] IssueNo: #I5E70Y:add extension type Description: add extension type Sig:SIG_ApplicaitonFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: wangtiantian --- modulecheck/module.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index c12be7c5..c61a471d 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -633,7 +633,9 @@ "staticSubscriber", "wallpaper", "backup", - "window" + "window", + "thumbnail", + "preview" ] }, "permissions": { -- Gitee