diff --git a/Distributed/RemoteStartFA/entry/build-profile.json5 b/Distributed/RemoteStartFA/entry/build-profile.json5 index ae58d1d0a70c602c9cfe1909b00dfec899ba1944..09fbaf41fa38c8543903a0e47561a25e6d983cba 100644 --- a/Distributed/RemoteStartFA/entry/build-profile.json5 +++ b/Distributed/RemoteStartFA/entry/build-profile.json5 @@ -5,9 +5,6 @@ "targets": [ { "name": "default", - }, - { - "name": "ohosTest", } ] } \ No newline at end of file diff --git a/Distributed/RemoteStartFA/entry/package.json b/Distributed/RemoteStartFA/entry/package.json index c4e988f30f2ec9e3430a4d0c8f05e89fabbc2659..0dc9722d529f3405b17b7036085ee9500c7617d3 100644 --- a/Distributed/RemoteStartFA/entry/package.json +++ b/Distributed/RemoteStartFA/entry/package.json @@ -1,13 +1,13 @@ { + "license": "ISC", "name": "entry", - "version": "1.0.0", "ohos": { "org": "huawei", - "buildTool": "hvigor", - "directoryLevel": "module" + "directoryLevel": "module", + "buildTool": "hvigor" }, "description": "example description", "repository": {}, - "license": "ISC", + "version": "1.0.0", "dependencies": {} } diff --git a/Distributed/RemoteStartFA/entry/src/main/config.json b/Distributed/RemoteStartFA/entry/src/main/config.json index 89e3c037833f57192e9d7f7dc973185c54494c54..8fe262ee5aebcc1c2dba28bb9cb920268e01901c 100644 --- a/Distributed/RemoteStartFA/entry/src/main/config.json +++ b/Distributed/RemoteStartFA/entry/src/main/config.json @@ -11,7 +11,7 @@ "module": { "mainAbility": ".MainAbility", "deviceType": [ - "phone" + "default" ], "abilities": [ { diff --git a/Distributed/RemoteStartFA/package.json b/Distributed/RemoteStartFA/package.json index b43b7ab1e02f5e0683a583f80ad9b0336fb395ca..8306a965e896236bca58ac63e6a7bb6c586eead0 100644 --- a/Distributed/RemoteStartFA/package.json +++ b/Distributed/RemoteStartFA/package.json @@ -1,17 +1,17 @@ { + "license": "ISC", "name": "myapplication", - "version": "1.0.0", "ohos": { "org": "huawei", - "buildTool": "hvigor", - "directoryLevel": "project" + "directoryLevel": "project", + "buildTool": "hvigor" }, "description": "example description", "repository": {}, - "license": "ISC", + "version": "1.0.0", "dependencies": { - "hypium": "^1.0.0", - "@ohos/hvigor": "1.0.6", - "@ohos/hvigor-ohos-plugin": "1.0.6" + "@ohos/hypium": "1.0.3", + "@ohos/hvigor": "1.3.1", + "@ohos/hvigor-ohos-plugin": "1.3.1" } }