Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
9f76ebf1
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
9f76ebf1
编写于
11月 16, 2020
作者:
O
openharmony_ci
提交者:
Gitee
11月 16, 2020
浏览文件
操作
浏览文件
下载
差异文件
!17 liteos-m refactoring
Merge pull request !17 from likailong/likailong_20201113180127
上级
20de2d2b
e2011cd8
变更
7
显示空白变更内容
内联
并排
Showing
7 changed file
with
206 addition
and
238 deletion
+206
-238
communication_lite/lwip_hal/BUILD.gn
communication_lite/lwip_hal/BUILD.gn
+19
-22
communication_lite/softbus_hal/BUILD.gn
communication_lite/softbus_hal/BUILD.gn
+30
-35
communication_lite/wifiservice_hal/BUILD.gn
communication_lite/wifiservice_hal/BUILD.gn
+20
-23
distributedschedule_lite/samgr_hal/BUILD.gn
distributedschedule_lite/samgr_hal/BUILD.gn
+50
-63
iot_hardware_lite/wifiiot_hal/BUILD.gn
iot_hardware_lite/wifiiot_hal/BUILD.gn
+35
-37
kernel_lite/kernelcmsis_hal/BUILD.gn
kernel_lite/kernelcmsis_hal/BUILD.gn
+30
-31
kernel_lite/kernelkal_hal/BUILD.gn
kernel_lite/kernelkal_hal/BUILD.gn
+22
-27
未找到文件。
communication_lite/lwip_hal/BUILD.gn
浏览文件 @
9f76ebf1
# Copyright (c) 2020 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.
# Copyright (c) 2020 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_lite.gni")
hctest_suite("ActsLwipTest") {
suite_name = "acts"
sources = [
"src/lwip_func_test.c",
]
sources = [ "src/lwip_func_test.c" ]
include_dirs = [
"//vendor/hisi/hi3861/hi3861/third_party/lwip_sack/include",
"//kernel/liteos_m/components/cmsis",
"//kernel/liteos_m/components/cmsis/2.0",
"//kernel/liteos_m/kal",
]
cflags = ["-Wno-error"
]
cflags = [ "-Wno-error"
]
}
communication_lite/softbus_hal/BUILD.gn
浏览文件 @
9f76ebf1
# Copyright (c) 2020 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.
# Copyright (c) 2020 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_lite.gni")
hctest_suite("ActsSoftBusTest") {
suite_name = "acts"
sources = [
"src/softbus_func_test.c",
]
sources = [ "src/softbus_func_test.c" ]
defines = ["HOS_DISCOVERY_3861_BOARD"
]
defines = [ "HOS_DISCOVERY_3861_BOARD"
]
include_dirs = [
"//vendor/hisi/hi3861/hi3861/include",
"//vendor/hisi/hi3861/hi3861/components/lwip_sack/include",
"//vendor/hisi/hi3861/hi3861/third_party/cjson",
"//third_party/bounds_checking_function/include",
"//kernel/liteos_m/components/cmsis",
"//kernel/liteos_m/components/cmsis/2.0",
"//kernel/liteos_m/kal",
"//foundation/communication/interfaces/kits/wifi_lite/wifiservice",
"//foundation/communication/frameworks/wifi_lite/wifiservice/source",
"//foundation/communication/services/softbus_lite/discovery/discovery_service/include",
"//foundation/communication/services/softbus_lite/discovery/include",
"//foundation/communication/interfaces/kits/softbus_lite/discovery",
"//foundation/communication/interfaces/kits/softbus_lite/transport"
"//foundation/communication/interfaces/kits/softbus_lite/transport",
]
deps = [
"//foundation/communication/services/softbus_lite:softbus",
]
deps = [ "//foundation/communication/services/softbus_lite:softbus" ]
cflags = [ "-Wno-error" ]
}
communication_lite/wifiservice_hal/BUILD.gn
浏览文件 @
9f76ebf1
# Copyright (c) 2020 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.
# Copyright (c) 2020 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_lite.gni")
hctest_suite("ActsWifiServiceTest") {
suite_name = "acts"
sources = [
"src/wifiservice_func_test.c",
]
sources = [ "src/wifiservice_func_test.c" ]
include_dirs = [
"//foundation/communication/interfaces/kits/wifi_lite/wifiservice",
"//vendor/hisi/hi3861/hi3861/third_party/lwip_sack/include",
"//kernel/liteos_m/components/cmsis",
"//kernel/liteos_m/components/cmsis/2.0",
"//kernel/liteos_m/kal",
]
cflags = [ "-Wno-error" ]
...
...
distributedschedule_lite/samgr_hal/BUILD.gn
浏览文件 @
9f76ebf1
# Copyright (c) 2020 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.
# Copyright (c) 2020 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_lite.gni")
hctest_suite("ActsSamgrTest") {
suite_name = "acts"
sources = [
"utils/samgr_maintenance.c",
"src/service_func_test.c",
"src/feature_func_test.c",
"src/broadcast_publish_func_test.c",
"src/broadcast_subscribe_func_test.c",
"src/common_func_test.c",
"src/defaultfeatureapi_func_test.c",
"src/feature_func_test.c",
"src/featureapi_func_test.c",
"src/iunknown_func_test.c",
"src/sendrequest_func_test.c",
"src/sendresponse_func_test.c",
"src/sendsharerequest_func_test.c",
"src/broadcast_subscribe_func_test.c",
"src/broadcast_publish_func_test.c",
"src/service_func_test.c",
"src/taskpool_notask_func_test.c",
"src/taskpool_sharedtask_func_test.c",
"src/taskpool_singletask_func_test.c",
"src/taskpool_specifiedtask_func_test.c",
"src/taskpool_sharedtask_func_test.c",
"src/common_func_test.c",
"utils/samgr_maintenance.c",
]
include_dirs = [
"//test/xts/tools/hctest/include",
"//third_party/unity/src",
"//kernel/liteos_m/components/cmsis
",
"//kernel/liteos_m/kal
",
"//foundation/distributedschedule/interfaces/kits/samgr_lite/samgr",
"//foundation/distributedschedule/interfaces/kits/samgr_lite/communication/broadcast",
"//foundation/distributedschedule/services/samgr_lite/samgr/adapter",
"//foundation/distributedschedule/services/samgr_lite/samgr/source",
"//vendor/hisi/hi3861/hi3861/include",
"//vendor/hisi/hi3861/hi3861/components/lwip_sack/include",
"//kernel/liteos_m/components/cmsis/2.0",
"src",
"utils",
]
deps = [
"//test/xts/tools/hctest:hctest",
]
public_deps = [
"//foundation/distributedschedule/services/samgr_lite/samgr/adapter:samgr_adapter",
]
defines = [
"UNITY_INCLUDE_CONFIG_H",
]
deps = [ "//test/xts/tools/hctest:hctest" ]
public_deps = [ "//foundation/distributedschedule/services/samgr_lite/samgr/adapter:samgr_adapter" ]
defines = [ "UNITY_INCLUDE_CONFIG_H" ]
cflags = [ "-Wno-error" ]
}
iot_hardware_lite/wifiiot_hal/BUILD.gn
浏览文件 @
9f76ebf1
# Copyright (c) 2020 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.
# Copyright (c) 2020 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_lite.gni")
hctest_suite("ActsWifiIotTest") {
suite_name = "acts"
sources = [
"src/wifiiot
_func_test.c",
"src/wifiiot_adc
_func_test.c",
"src/wifiiot_flash_func_test.c",
"src/wifiiot_func_test.c",
"src/wifiiot_gpio_func_test.c",
"src/wifiiot_i2c_func_test.c",
"src/wifiiot_uart
_func_test.c",
"src/wifiiot_adc
_func_test.c",
"src/wifiiot_sdio
_func_test.c",
"src/wifiiot_spi_fdx
_func_test.c",
"src/wifiiot_spi_hdx_func_test.c",
"src/wifiiot_spi_slave_func_test.c",
"src/wifiiot_spi_fdx_func_test.c",
"src/wifiiot_sdio_func_test.c",
"src/wifiiot_uart_func_test.c",
]
include_dirs = [
"//test/xts/tools/hctest/include",
"//third_party/unity/src",
"src",
"//kernel/liteos_m/components/cmsis
",
"//kernel/liteos_m/kal
",
"//foundation/distributedschedule/interfaces/kits/samgr_lite/samgr",
"//base/iot_hardware/interfaces/kits/wifiiot_lite",
]
deps = [
"//test/xts/tools/hctest:hctest",
]
deps = [ "//test/xts/tools/hctest:hctest" ]
cflags = [ "-Wno-error" ]
}
kernel_lite/kernelcmsis_hal/BUILD.gn
浏览文件 @
9f76ebf1
# Copyright (c) 2020 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.
# Copyright (c) 2020 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_lite.gni")
hctest_suite("ActsCMSISTest") {
suite_name = "acts"
sources = [
"src/cmsis_task_func_test.c",
"src/cmsis_task_pri_func_test.c",
"src/cmsis_timer_func_test.c",
"src/cmsis_event_func_test.c",
"src/cmsis_mutex_func_test.c",
"src/cmsis_msg_func_test.c",
"src/cmsis_mutex_func_test.c",
"src/cmsis_sem_func_test.c",
"src/cmsis_task_func_test.c",
"src/cmsis_task_pri_func_test.c",
"src/cmsis_timer_func_test.c",
]
include_dirs = [
"//test/xts/tools/hctest/include",
"//third_party/unity/src",
"src",
"//kernel/liteos_m/components/cmsis",
"//kernel/liteos_m/components/cmsis/2.0",
"//kernel/liteos_m/kal",
]
cflags = [ "-Wno-error" ]
}
kernel_lite/kernelkal_hal/BUILD.gn
浏览文件 @
9f76ebf1
# Copyright (c) 2020 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.
# Copyright (c) 2020 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_lite.gni")
hctest_suite("ActsKalTest") {
suite_name = "acts"
sources = [
"src/kal_func_test.c",
]
sources = [ "src/kal_func_test.c" ]
include_dirs = [
"//test/xts/tools/hctest/include",
"//third_party/unity/src",
"src",
"//kernel/liteos_m/components/cmsis",
"//kernel/liteos_m/components/cmsis/2.0",
"//kernel/liteos_m/components/kal/include",
"//kernel/liteos_m/kernel/base/include",
"//kernel/liteos_m/kal",
]
cflags = [ "-Wno-error" ]
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录