13d58139fSopenharmony_ci#
23d58139fSopenharmony_ci# Copyright (c) 2021 Huawei Device Co., Ltd.
33d58139fSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
43d58139fSopenharmony_ci# you may not use this file except in compliance with the License.
53d58139fSopenharmony_ci# You may obtain a copy of the License at
63d58139fSopenharmony_ci#
73d58139fSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
83d58139fSopenharmony_ci#
93d58139fSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
103d58139fSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
113d58139fSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
123d58139fSopenharmony_ci# See the License for the specific language governing permissions and
133d58139fSopenharmony_ci# limitations under the License.
143d58139fSopenharmony_ci#
153d58139fSopenharmony_ci
163d58139fSopenharmony_cilibsec_include_dirs = [ "//third_party/bounds_checking_function/include" ]
173d58139fSopenharmony_ci
183d58139fSopenharmony_cilibsec_sources = [
193d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/fscanf_s.c",
203d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/fwscanf_s.c",
213d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/gets_s.c",
223d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/memcpy_s.c",
233d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/memmove_s.c",
243d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/memset_s.c",
253d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/scanf_s.c",
263d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/securecutil.c",
273d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/secureinput_a.c",
283d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/secureinput_w.c",
293d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/secureprintoutput_a.c",
303d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/secureprintoutput_w.c",
313d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/snprintf_s.c",
323d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/sprintf_s.c",
333d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/sscanf_s.c",
343d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/strcat_s.c",
353d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/strcpy_s.c",
363d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/strncat_s.c",
373d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/strncpy_s.c",
383d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/strtok_s.c",
393d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/swprintf_s.c",
403d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/swscanf_s.c",
413d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/vfscanf_s.c",
423d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/vfwscanf_s.c",
433d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/vscanf_s.c",
443d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/vsnprintf_s.c",
453d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/vsprintf_s.c",
463d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/vsscanf_s.c",
473d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/vswprintf_s.c",
483d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/vswscanf_s.c",
493d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/vwscanf_s.c",
503d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/wcscat_s.c",
513d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/wcscpy_s.c",
523d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/wcsncat_s.c",
533d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/wcsncpy_s.c",
543d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/wcstok_s.c",
553d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/wmemcpy_s.c",
563d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/wmemmove_s.c",
573d58139fSopenharmony_ci  "//third_party/bounds_checking_function/src/wscanf_s.c",
583d58139fSopenharmony_ci]
59