11bd4fe43Sopenharmony_ci# Copyright (C) 2020 Hisilicon (Shanghai) Technologies Co., Ltd. All rights reserved. 21bd4fe43Sopenharmony_ci 31bd4fe43Sopenharmony_ciimport("//build/lite/config/component/lite_component.gni") 41bd4fe43Sopenharmony_ci 51bd4fe43Sopenharmony_ciconfig("mbedtls_config") { 61bd4fe43Sopenharmony_ci include_dirs = [ "include" ] 71bd4fe43Sopenharmony_ci} 81bd4fe43Sopenharmony_ci 91bd4fe43Sopenharmony_cigroup("mbedtls") { 101bd4fe43Sopenharmony_ci public_configs = [ ":mbedtls_config" ] 111bd4fe43Sopenharmony_ci} 12