提交 295b150e 编写于 作者: Z z00453505 提交者: public tcshversion

TicketNo:AR000CQGNT

Description: Support API interface performance test capability.
Team:OTHERS
Feature or Bugfix:Bugfix
Binary Source:NA
PrivateCode(Yes/No):No

Change-Id: I46e846b88ce04e7f2bb5d13ad9a74532c3f7fc52
Reviewed-on: http://mgit-tm.rnd.huawei.com/7225556Tested-by: Npublic jenkins <public_jenkins@notesmail.huawei.com>
Reviewed-by: Nwangxing 00438353 <raymond.wangxing@huawei.com>
上级 7a389e7f
......@@ -8,10 +8,20 @@ config("cJSON_config") {
]
}
harmonyos_shared_library("cjson") {
harmonyos_source_set("cjson_src") {
sources = [
"cJSON.c",
]
public_configs = [ ":cJSON_config" ]
configs = [":cJSON_config"]
}
harmonyos_static_library("cjson_static") {
deps = [":cjson_src"]
public_configs = [":cJSON_config"]
}
harmonyos_shared_library("cjson") {
deps = [":cjson_src"]
public_configs = [":cJSON_config"]
subsystem_name = "communication"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册