提交 db92b4e7 编写于 作者: J jiyong_sd

modified settingdata

Signed-off-by: Njiyong_sd <jiyong@huawei.com>
Change-Id: I3344c419772728e129507b0231701409dabb4721
上级 185f6972
......@@ -21,7 +21,7 @@ ohos_js_hap_suite("StageExtensionServiceTest") {
]
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "StageExtensionServiceTest"
hap_name = "ActsStageExtensionServiceTest"
}
ohos_js_assets("stage_extension_service_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -9,7 +9,7 @@
"kits": [
{
"test-file-name": [
"StageExtensionServiceTest.hap"
"ActsStageExtensionServiceTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
group("settings") {
group("settingsdata") {
testonly = true
deps = [ "settings_ets:SettingsEtsTest" ]
}
......@@ -21,7 +21,7 @@ ohos_js_hap_suite("SettingsEtsTest") {
]
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "SettingsEtsTest"
hap_name = "ActsSettingsEtsTest"
}
ohos_js_assets("settings_ets_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -9,7 +9,7 @@
"kits": [
{
"test-file-name": [
"SettingsEtsTest.hap"
"ActsSettingsEtsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
# Copyright (c) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("SettingsEtsTest") {
hap_profile = "./entry/src/main/config.json"
deps = [
":settings_ets_assets",
":settings_ets_resources",
]
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsSettingsEtsTest"
}
ohos_js_assets("settings_ets_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
}
ohos_resources("settings_ets_resources") {
sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json"
}
......@@ -40,6 +40,7 @@ _all_test_packages = [
"${ACTS_ROOT}/telephony:telephony",
"${ACTS_ROOT}/hiviewdfx:hiviewdfxtestacts",
"${ACTS_ROOT}/location:location",
"${ACTS_ROOT}/settingsdata:settingsdata",
]
_all_test_packages_ivi = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册