From 865ed5a214a66ea44f9b36982e00f8c7b56145e1 Mon Sep 17 00:00:00 2001 From: nan-xiansen Date: Tue, 16 Aug 2022 11:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90startup=E3=80=91=E3=80=90master?= =?UTF-8?q?=E3=80=91XTS=E6=B5=8B=E8=AF=95=E5=A5=97=E4=BB=B6=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nan-xiansen Change-Id: I944d4fc9ebcd04839108799ff83e8b2ae4472f32 --- startup/startup_standard/deviceinfo/BUILD.gn | 4 +++- startup/startup_standard/syscap_ndk/BUILD.gn | 4 +++- startup/startup_standard/systemparamter/BUILD.gn | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/startup/startup_standard/deviceinfo/BUILD.gn b/startup/startup_standard/deviceinfo/BUILD.gn index a5522f9cf..61d8cacc2 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 f66cb0600..2296421f1 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 ad0bce621..83deab458 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 -- GitLab