diff --git a/startup/startup_standard/deviceinfo/BUILD.gn b/startup/startup_standard/deviceinfo/BUILD.gn index a5522f9cfa133bd5db56ef7c42768cb2bf338a6d..61d8cacc2e5ef634ecfc9e27dfb4665abfc725c1 100644 --- a/startup/startup_standard/deviceinfo/BUILD.gn +++ b/startup/startup_standard/deviceinfo/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//test/xts/tools/build/suite.gni") @@ -21,6 +21,8 @@ ohos_js_hap_suite("startup_deviceinfo_js_test") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsStartupSysDeviceInfoTest" + subsystem_name = "startup" + part_name = "startup_l2" } ohos_js_assets("startup_js_assets") { js2abc = true diff --git a/startup/startup_standard/syscap_ndk/BUILD.gn b/startup/startup_standard/syscap_ndk/BUILD.gn index f66cb0600c3ab0bdb8db54134ada8bc5a2412709..2296421f13e17f984b7db022e76a07f779625ba1 100644 --- a/startup/startup_standard/syscap_ndk/BUILD.gn +++ b/startup/startup_standard/syscap_ndk/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//test/xts/tools/build/suite.gni") @@ -21,6 +21,8 @@ ohos_js_hap_suite("startup_syscapability_js_test") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsStartupSysCapabilityTest" + subsystem_name = "startup" + part_name = "startup_l2" } ohos_js_assets("startup_js_assets") { js2abc = true diff --git a/startup/startup_standard/systemparamter/BUILD.gn b/startup/startup_standard/systemparamter/BUILD.gn index ad0bce621d571dc72818feef69cdc9060da84c02..83deab45833398143acbcc7c8d5fac8ccd1af696 100644 --- a/startup/startup_standard/systemparamter/BUILD.gn +++ b/startup/startup_standard/systemparamter/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//test/xts/tools/build/suite.gni") @@ -21,6 +21,8 @@ ohos_js_hap_suite("startup_sysparam_js_test") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsStartupSysParamTest" + subsystem_name = "startup" + part_name = "startup_l2" } ohos_js_assets("startup_js_assets") { js2abc = true