1{ 2 "name": "@ohos/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.2, 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": "100KB", 22 "ram": "50KB", 23 "deps": { 24 "components": [ 25 "hisysevent", 26 "hilog", 27 "napi", 28 "init" 29 ], 30 "third_party": [ 31 "bounds_checking_function" 32 ] 33 }, 34 "build": { 35 "sub_component": [ 36 "//base/customization/config_policy:config_policy_components" 37 ], 38 "inner_kits": [ 39 { 40 "header": { 41 "header_base": "//base/customization/config_policy/interfaces/inner_api/include", 42 "header_files": [ 43 "config_policy_utils.h" 44 ] 45 }, 46 "name": "//base/customization/config_policy/frameworks/config_policy:configpolicy_util" 47 } 48 ], 49 "test": [ 50 "//base/customization/config_policy/test/unittest:ConfigPolicyUtilsTest", 51 "//base/customization/config_policy/test/fuzztest:fuzztest" 52 ] 53 } 54 } 55} 56