提交 235e0dac 编写于 作者: D d00434757 提交者: public tcshversion

TicketNo:AR000EKNTM

Description: Project name rectification ,use 'lite', 'ohos'
Team:OTHERS
Feature or Bugfix:Feature
Binary Source:NA
PrivateCode(Yes/No):Yes

Change-Id: Iea32ac8acc0d6570b085117812019a7e5b7ed8a7
Reviewed-on: http://mgit-tm.rnd.huawei.com/10002071Tested-by: Npublic jenkins <public_jenkins@notesmail.huawei.com>
Reviewed-by: Npeitaiyi 00452466 <peitaiyi@huawei.com>
Reviewed-by: Nmapeiwen 00421780 <mapeiwen2@huawei.com>
上级 d5555856
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
# #
import("//build/lite/config/component/zlite_component.gni") import("//build/lite/config/component/lite_component.gni")
config("mbedtls_config") { config("mbedtls_config") {
include_dirs = [ include_dirs = [
...@@ -102,9 +102,7 @@ configs += [ ...@@ -102,9 +102,7 @@ configs += [
] ]
} }
zlite_component("mbedtls_shared") { lite_component("mbedtls_shared") {
version = "1.0.0"
dependences = [ ]
target_type = "shared_library" target_type = "shared_library"
features = [ features = [
":mbedtls_source", ":mbedtls_source",
...@@ -115,9 +113,7 @@ zlite_component("mbedtls_shared") { ...@@ -115,9 +113,7 @@ zlite_component("mbedtls_shared") {
] ]
} }
zlite_component("mbedtls_static") { lite_component("mbedtls_static") {
version = "1.0.0"
dependences = [ ]
target_type = "static_library" target_type = "static_library"
features = [ features = [
":mbedtls_source", ":mbedtls_source",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册