diff --git a/common/resources/src/main/module.json5 b/common/resources/src/main/module.json5 index ba85f707655b7f7f7886d7251f949010af78031e..ed81e032db7cad1f8945666d2d9e86ebdb34850f 100644 --- a/common/resources/src/main/module.json5 +++ b/common/resources/src/main/module.json5 @@ -18,7 +18,7 @@ "name": "resources", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "uiSyntax": "ets" diff --git a/common/utils/src/main/module.json5 b/common/utils/src/main/module.json5 index 1f9bfeb22f62f1692248b543fa0719a29b9e94c9..93ca104c219ee095ce02f8ef71d2401fa313f777 100644 --- a/common/utils/src/main/module.json5 +++ b/common/utils/src/main/module.json5 @@ -18,7 +18,7 @@ "name": "utils", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "uiSyntax": "ets" diff --git a/features/src/main/module.json5 b/features/src/main/module.json5 index f1007195d96943790aa00089abd0e8412131d8df..b6442a2b5b997a07c1fb4a73bfd119a72cd9135c 100644 --- a/features/src/main/module.json5 +++ b/features/src/main/module.json5 @@ -18,7 +18,7 @@ "name": "component", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "uiSyntax": "ets" diff --git a/product/default/src/main/module.json5 b/product/default/src/main/module.json5 index 7ca60094c5055de33d3fae68521fb0a94ab279a1..ced4236814db04b07ab7c785b50ab4a4e20fdaa0 100644 --- a/product/default/src/main/module.json5 +++ b/product/default/src/main/module.json5 @@ -23,7 +23,7 @@ "mainElement": "MainAbility", "deviceTypes": [ "tablet", - "default" + "phone" ], "requestPermissions": [ {