1dfe32fa1Soh_ci{ 2dfe32fa1Soh_ci "name": "@ohos/asset", 3dfe32fa1Soh_ci "description": "The asset store service (ASSET) provides secure storage and management of sensitive data.", 4dfe32fa1Soh_ci "version": "4.1", 5dfe32fa1Soh_ci "license": "Apache License 2.0", 6dfe32fa1Soh_ci "publishAs": "code-segment", 7dfe32fa1Soh_ci "segment": { 8dfe32fa1Soh_ci "destPath": "base/security/asset" 9dfe32fa1Soh_ci }, 10dfe32fa1Soh_ci "dirs":{}, 11dfe32fa1Soh_ci "scripts": { 12dfe32fa1Soh_ci "install": "DEST_PATH=${DEP_BUNDLE_BASE}/base/security/asset && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" 13dfe32fa1Soh_ci }, 14dfe32fa1Soh_ci "author": {}, 15dfe32fa1Soh_ci "repository": "", 16dfe32fa1Soh_ci "component": { 17dfe32fa1Soh_ci "name": "asset", 18dfe32fa1Soh_ci "subsystem": "security", 19dfe32fa1Soh_ci "syscap": [ 20dfe32fa1Soh_ci "SystemCapability.Security.Asset" 21dfe32fa1Soh_ci ], 22dfe32fa1Soh_ci "features": [ "asset_access_control_enabled" ], 23dfe32fa1Soh_ci "adapted_system_type": [ 24dfe32fa1Soh_ci "standard" 25dfe32fa1Soh_ci ], 26dfe32fa1Soh_ci "hisysevent_config": [ 27dfe32fa1Soh_ci "//base/security/asset/hisysevent.yaml" 28dfe32fa1Soh_ci ], 29dfe32fa1Soh_ci "rom": "5120KByte", 30dfe32fa1Soh_ci "ram": "4828KByte", 31dfe32fa1Soh_ci "deps": { 32dfe32fa1Soh_ci "components": [ 33dfe32fa1Soh_ci "ability_base", 34dfe32fa1Soh_ci "access_token", 35dfe32fa1Soh_ci "bundle_framework", 36dfe32fa1Soh_ci "common_event_service", 37dfe32fa1Soh_ci "c_utils", 38dfe32fa1Soh_ci "hilog", 39dfe32fa1Soh_ci "hitrace", 40dfe32fa1Soh_ci "hisysevent", 41dfe32fa1Soh_ci "huks", 42dfe32fa1Soh_ci "ipc", 43dfe32fa1Soh_ci "napi", 44dfe32fa1Soh_ci "safwk", 45dfe32fa1Soh_ci "samgr", 46dfe32fa1Soh_ci "sqlite", 47dfe32fa1Soh_ci "os_account", 48dfe32fa1Soh_ci "ylong_runtime", 49dfe32fa1Soh_ci "openssl" 50dfe32fa1Soh_ci ], 51dfe32fa1Soh_ci "third_party": [] 52dfe32fa1Soh_ci }, 53dfe32fa1Soh_ci "build": { 54dfe32fa1Soh_ci "group_type": { 55dfe32fa1Soh_ci "base_group": [ 56dfe32fa1Soh_ci "//base/security/asset:asset_component" 57dfe32fa1Soh_ci ] 58dfe32fa1Soh_ci }, 59dfe32fa1Soh_ci "inner_kits": [ 60dfe32fa1Soh_ci { 61dfe32fa1Soh_ci "name": "//base/security/asset/interfaces/inner_kits/rs:asset_sdk_rust", 62dfe32fa1Soh_ci "header": { 63dfe32fa1Soh_ci "header_files": [], 64dfe32fa1Soh_ci "header_base": [] 65dfe32fa1Soh_ci } 66dfe32fa1Soh_ci }, 67dfe32fa1Soh_ci { 68dfe32fa1Soh_ci "name": "//base/security/asset/frameworks/c/system_api:asset_sdk", 69dfe32fa1Soh_ci "header": { 70dfe32fa1Soh_ci "header_files": [ 71dfe32fa1Soh_ci "asset_system_api.h", 72dfe32fa1Soh_ci "asset_system_type.h" 73dfe32fa1Soh_ci ], 74dfe32fa1Soh_ci "header_base": "//base/security/asset/interfaces/inner_kits/c/inc" 75dfe32fa1Soh_ci } 76dfe32fa1Soh_ci } 77dfe32fa1Soh_ci ], 78dfe32fa1Soh_ci "test": [ 79dfe32fa1Soh_ci "//base/security/asset:asset_bin_test" 80dfe32fa1Soh_ci ] 81dfe32fa1Soh_ci } 82dfe32fa1Soh_ci } 83dfe32fa1Soh_ci} 84