• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright (c) 2021 Huawei Device Co., Ltd.
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#     http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16shared_library("hal_pms") {
17  sources = [ "hal_pms.c" ]
18  cflags = [ "-Wall" ]
19  include_dirs = [
20    "//base/security/permission_lite/services/pms/include/hals",
21    "//base/security/permission_lite/services/pms/include",
22    "//base/security/permission_lite/interfaces/kits",
23    "//base/hiviewdfx/interfaces/kits/hilog",
24    "//base/startup/init/interfaces/innerkits/include/syspara",
25    "//drivers/hdf_core/framework/include/platform",
26    "//drivers/hdf_core/framework/include/core",
27    "//drivers/hdf_core/framework/include/osal",
28    "//drivers/hdf_core/adapter/uhdf/posix/include",
29    "//drivers/hdf_core/framework/include/utils",
30    "//drivers/hdf_core/framework/include/config",
31    "//drivers/hdf_core/framework/include",
32    "//third_party/bounds_checking_function/include/",
33  ]
34  deps = [
35    "//base/startup/init/interfaces/innerkits:libbegetutil",
36    "//drivers/hdf_core/adapter/uhdf/platform:hdf_platform",
37    "//third_party/bounds_checking_function:libsec_shared",
38    "//third_party/mbedtls:mbedtls_shared",
39  ]
40}
41