diff --git a/common/src/main/module.json5 b/common/src/main/module.json5 index 36beeaf..5d5c34c 100644 --- a/common/src/main/module.json5 +++ b/common/src/main/module.json5 @@ -3,7 +3,7 @@ "name": "common", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "metadata": [ diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index 76596bc..5242771 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -6,7 +6,7 @@ "description": "$string:entry_desc", "mainElement": "MainAbility", "deviceTypes": [ - "default", + "phone", "tablet" ], "metadata": [ diff --git a/features/batterycomponent/src/main/module.json5 b/features/batterycomponent/src/main/module.json5 index 18e9b5a..2bfefdb 100644 --- a/features/batterycomponent/src/main/module.json5 +++ b/features/batterycomponent/src/main/module.json5 @@ -3,7 +3,7 @@ "name": "batterycomponent", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "metadata": [ diff --git a/features/clockcomponent/src/main/module.json5 b/features/clockcomponent/src/main/module.json5 index 192f6a4..85c5440 100644 --- a/features/clockcomponent/src/main/module.json5 +++ b/features/clockcomponent/src/main/module.json5 @@ -3,7 +3,7 @@ "name": "clockcomponent", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "metadata": [ diff --git a/features/datetimecomponent/src/main/module.json5 b/features/datetimecomponent/src/main/module.json5 index 29a1e8d..934f13e 100644 --- a/features/datetimecomponent/src/main/module.json5 +++ b/features/datetimecomponent/src/main/module.json5 @@ -3,7 +3,7 @@ "name": "datetimecomponent", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "metadata": [ diff --git a/features/noticeitem/src/main/module.json5 b/features/noticeitem/src/main/module.json5 index e25bcfc..6e9eac5 100644 --- a/features/noticeitem/src/main/module.json5 +++ b/features/noticeitem/src/main/module.json5 @@ -3,7 +3,7 @@ "name": "noticeitem", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "metadata": [ diff --git a/features/screenlock/src/main/module.json5 b/features/screenlock/src/main/module.json5 index fea4cbc..5042de1 100644 --- a/features/screenlock/src/main/module.json5 +++ b/features/screenlock/src/main/module.json5 @@ -3,7 +3,7 @@ "name": "screenlock", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "metadata": [ diff --git a/features/shortcutcomponent/src/main/module.json5 b/features/shortcutcomponent/src/main/module.json5 index cad052b..d3c0f74 100644 --- a/features/shortcutcomponent/src/main/module.json5 +++ b/features/shortcutcomponent/src/main/module.json5 @@ -3,7 +3,7 @@ "name": "shortcutcomponent", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "metadata": [ diff --git a/features/signalcomponent/src/main/module.json5 b/features/signalcomponent/src/main/module.json5 index 7600fe2..d409bad 100644 --- a/features/signalcomponent/src/main/module.json5 +++ b/features/signalcomponent/src/main/module.json5 @@ -3,7 +3,7 @@ "name": "signalcomponent", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "metadata": [ diff --git a/features/wallpapercomponent/src/main/module.json5 b/features/wallpapercomponent/src/main/module.json5 index e4cdb66..d783fd8 100644 --- a/features/wallpapercomponent/src/main/module.json5 +++ b/features/wallpapercomponent/src/main/module.json5 @@ -3,7 +3,7 @@ "name": "wallpapercomponent", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "metadata": [ diff --git a/features/wificomponent/src/main/module.json5 b/features/wificomponent/src/main/module.json5 index 364b737..53069a3 100644 --- a/features/wificomponent/src/main/module.json5 +++ b/features/wificomponent/src/main/module.json5 @@ -3,7 +3,7 @@ "name": "wificomponent", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "metadata": [ diff --git a/product/phone/src/main/module.json5 b/product/phone/src/main/module.json5 index f49b38f..27c6bec 100644 --- a/product/phone/src/main/module.json5 +++ b/product/phone/src/main/module.json5 @@ -6,7 +6,7 @@ "description": "$string:phone_desc", "mainElement": "com.ohos.systemui.screenlock.ServiceExtAbility", "deviceTypes": [ - "default" + "phone" ], "metadata": [ {