• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/customization_config_policy",
3  "description": "The customization framework, namely, cust, provides APIs for each service module to obtain the configuration directories at different levels or the configuration file paths.",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "base/customization/config_policy"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "config_policy",
14    "subsystem": "customization",
15    "syscap": [ "SystemCapability.Customization.ConfigPolicy" ],
16    "features": [],
17    "adapted_system_type": [ "standard", "small" ],
18    "hisysevent_config": [
19      "//base/customization/config_policy/frameworks/dfx/hisysevent.yaml"
20    ],
21    "rom": "",
22    "ram": "",
23    "deps": {
24      "components": [
25        "common",
26        "hisysevent_native",
27        "hiviewdfx_hilog_native",
28        "napi",
29        "init"
30      ],
31      "third_party": [
32        "bounds_checking_function"
33      ]
34    },
35    "build": {
36      "sub_component": [
37        "//base/customization/config_policy:config_policy_components"
38      ],
39      "inner_kits": [
40        {
41          "header": {
42            "header_base": "//base/customization/config_policy/interfaces/inner_api/include",
43            "header_files": [
44              "config_policy_utils.h"
45            ]
46          },
47          "name": "//base/customization/config_policy/frameworks/config_policy:configpolicy_util"
48        }
49      ],
50      "test": [
51        "//base/customization/config_policy/test/unittest:ConfigPolicyUtilsTest"
52      ]
53    }
54  }
55}
56