diff --git a/miscservices/screenlock_js/Test.json b/miscservices/screenlock_js/Test.json index 6ac4304d1cbd8c8d83bcb5c2f3ef3aeb5e227351..3f5461b4d990b60d755932cea9c7ab8501bdf82c 100644 --- a/miscservices/screenlock_js/Test.json +++ b/miscservices/screenlock_js/Test.json @@ -3,7 +3,7 @@ "driver": { "type": "JSUnitTest", "test-timeout": "600000", - "package": "com.ohos.screenlock", + "package": "com.ohos.miscscreenlock", "shell-timeout": "600000" }, "kits": [ diff --git a/miscservices/screenlock_js/src/main/config.json b/miscservices/screenlock_js/src/main/config.json index 33a4e152eccea288c77a15e8f29c074688a54f2f..4797774c930b1fd4d1070e43601b36f831713cac 100644 --- a/miscservices/screenlock_js/src/main/config.json +++ b/miscservices/screenlock_js/src/main/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "com.ohos.screenlock", + "bundleName": "com.ohos.miscscreenlock", "vendor": "ohos", "version": { "code": 1000000, @@ -14,7 +14,7 @@ }, "deviceConfig": {}, "module": { - "package": "com.ohos.screenlock", + "package": "com.ohos.miscscreenlock", "name": ".MyApplication", "deviceType": [ "phone", @@ -41,7 +41,7 @@ } ], "visible": true, - "name": "com.ohos.screenlock.MainAbility", + "name": "com.ohos.miscscreenlock.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:entry_MainAbility",