提交 4683c30b 编写于 作者: C Caoruihong

simplify path

上级 ebef58f4
...@@ -20,49 +20,49 @@ if (defined(ohos_lite)) { ...@@ -20,49 +20,49 @@ if (defined(ohos_lite)) {
} }
config("libsec_public_config") { config("libsec_public_config") {
include_dirs = [ "//third_party/bounds_checking_function/include" ] include_dirs = [ "include" ]
} }
libsec_sources = [ libsec_sources = [
"//third_party/bounds_checking_function/src/fscanf_s.c", "src/fscanf_s.c",
"//third_party/bounds_checking_function/src/fwscanf_s.c", "src/fwscanf_s.c",
"//third_party/bounds_checking_function/src/gets_s.c", "src/gets_s.c",
"//third_party/bounds_checking_function/src/memcpy_s.c", "src/memcpy_s.c",
"//third_party/bounds_checking_function/src/memmove_s.c", "src/memmove_s.c",
"//third_party/bounds_checking_function/src/memset_s.c", "src/memset_s.c",
"//third_party/bounds_checking_function/src/scanf_s.c", "src/scanf_s.c",
"//third_party/bounds_checking_function/src/securecutil.c", "src/securecutil.c",
"//third_party/bounds_checking_function/src/secureinput_a.c", "src/secureinput_a.c",
"//third_party/bounds_checking_function/src/secureinput_w.c", "src/secureinput_w.c",
"//third_party/bounds_checking_function/src/secureprintoutput_a.c", "src/secureprintoutput_a.c",
"//third_party/bounds_checking_function/src/secureprintoutput_w.c", "src/secureprintoutput_w.c",
"//third_party/bounds_checking_function/src/snprintf_s.c", "src/snprintf_s.c",
"//third_party/bounds_checking_function/src/sprintf_s.c", "src/sprintf_s.c",
"//third_party/bounds_checking_function/src/sscanf_s.c", "src/sscanf_s.c",
"//third_party/bounds_checking_function/src/strcat_s.c", "src/strcat_s.c",
"//third_party/bounds_checking_function/src/strcpy_s.c", "src/strcpy_s.c",
"//third_party/bounds_checking_function/src/strncat_s.c", "src/strncat_s.c",
"//third_party/bounds_checking_function/src/strncpy_s.c", "src/strncpy_s.c",
"//third_party/bounds_checking_function/src/strtok_s.c", "src/strtok_s.c",
"//third_party/bounds_checking_function/src/swprintf_s.c", "src/swprintf_s.c",
"//third_party/bounds_checking_function/src/swscanf_s.c", "src/swscanf_s.c",
"//third_party/bounds_checking_function/src/vfscanf_s.c", "src/vfscanf_s.c",
"//third_party/bounds_checking_function/src/vfwscanf_s.c", "src/vfwscanf_s.c",
"//third_party/bounds_checking_function/src/vscanf_s.c", "src/vscanf_s.c",
"//third_party/bounds_checking_function/src/vsnprintf_s.c", "src/vsnprintf_s.c",
"//third_party/bounds_checking_function/src/vsprintf_s.c", "src/vsprintf_s.c",
"//third_party/bounds_checking_function/src/vsscanf_s.c", "src/vsscanf_s.c",
"//third_party/bounds_checking_function/src/vswprintf_s.c", "src/vswprintf_s.c",
"//third_party/bounds_checking_function/src/vswscanf_s.c", "src/vswscanf_s.c",
"//third_party/bounds_checking_function/src/vwscanf_s.c", "src/vwscanf_s.c",
"//third_party/bounds_checking_function/src/wcscat_s.c", "src/wcscat_s.c",
"//third_party/bounds_checking_function/src/wcscpy_s.c", "src/wcscpy_s.c",
"//third_party/bounds_checking_function/src/wcsncat_s.c", "src/wcsncat_s.c",
"//third_party/bounds_checking_function/src/wcsncpy_s.c", "src/wcsncpy_s.c",
"//third_party/bounds_checking_function/src/wcstok_s.c", "src/wcstok_s.c",
"//third_party/bounds_checking_function/src/wmemcpy_s.c", "src/wmemcpy_s.c",
"//third_party/bounds_checking_function/src/wmemmove_s.c", "src/wmemmove_s.c",
"//third_party/bounds_checking_function/src/wscanf_s.c", "src/wscanf_s.c",
] ]
if (defined(ohos_lite)) { if (defined(ohos_lite)) {
......
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册