未验证 提交 50992606 编写于 作者: O openharmony_ci 提交者: Gitee

!9395 acts部件名修改acts仓

Merge pull request !9395 from 糖宝儿/acts_change_componemt_name
......@@ -13,18 +13,20 @@
#import("//hit/build/suite.gni")
import("test_packages.gni")
ohos_test_suite("acts") {
deps = selected_packages
}
if (os_level == "standard") {
ohos_test_suite("xts_acts") {
deps = selected_packages
}
ohos_test_suite("acts_ivi") {
deps = selected_packages_ivi
}
ohos_test_suite("acts_ivi") {
deps = selected_packages_ivi
}
ohos_test_suite("acts_intellitv") {
deps = selected_packages_intellitv
}
ohos_test_suite("acts_intellitv") {
deps = selected_packages_intellitv
}
ohos_test_suite("acts_wearable") {
deps = selected_packages_wearable
ohos_test_suite("acts_wearable") {
deps = selected_packages_wearable
}
}
......@@ -80,7 +80,7 @@ parse_cmdline()
shift
done
if [ "$SYSTEM_SIZE" = "standard" ]; then
BUILD_TARGET=${BUILD_TARGET:-"acts"}
BUILD_TARGET=${BUILD_TARGET:-"test/xts/acts:xts_acts"}
PRODUCT_NAME=${PRODUCT_NAME:-"Hi3516DV300"}
else
BUILD_TARGET=${BUILD_TARGET:-"acts acts_ivi acts_intellitv acts_wearable"}
......
# Copyright (c) 2023 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("//build/ohos.gni")
import("//test/xts/acts/xts_acts_config.gni")
group("acts_group") {
testonly = true
deps = []
if (os_level == "standard") {
deps += [ "${xts_acts_path}:xts_acts" ]
}
}
group("acts_lite") {
deps = []
if (os_level != "standard") {
deps += [ "${xts_acts_path}/build_lite:acts" ]
}
}
{
"name": "@ohos/xts_acts",
"name": "@ohos/acts",
"description": "acts",
"version": "3.1",
"license": "Apache License 2.0",
......@@ -10,21 +10,25 @@
"dirs": {},
"scripts": {},
"component": {
"name": "xts_acts",
"name": "acts",
"subsystem": "xts",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"adapted_system_type": [
"mini",
"small",
"standard"
],
"rom": "~256KB",
"ram": "0KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"sub_component": [ "//test/xts/acts/build:acts_lite" ],
"inner_kits": [],
"test": [ "//test/xts/acts:acts" ]
"test": [ "//test/xts/acts/build:acts_group" ]
}
}
}
\ No newline at end of file
# Copyright (C) 2023 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.
xts_acts_path = "//test/xts/acts"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册