1{ 2 "name": "file_api", 3 "description": "provides the application with JS interfaces for IO", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/filemanagement/file_api" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "file_api", 14 "subsystem": "filemanagement", 15 "syscap": [ 16 "SystemCapability.FileManagement.File.FileIO", 17 "SystemCapability.FileManagement.File.Environment", 18 "SystemCapability.FileManagement.File.DistributedFile" 19 ], 20 "features": [], 21 "adapted_system_type": ["standard"], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [ 26 "ability_base", 27 "ability_manager", 28 "appexecfwk_base", 29 "appexecfwk_core", 30 "want", 31 "libhilog", 32 "ipc_core", 33 "ace_napi", 34 "samgr_proxy" 35 ], 36 "third_party": [ 37 "e2fsprogs" 38 ] 39 }, 40 "build": { 41 "group_type": { 42 "base_group": [], 43 "fwk_group": [ 44 "//foundation/filemanagement/file_api/interfaces/kits/js:build_kits_js" 45 ], 46 "service_group": [] 47 }, 48 "inner_kits": [ 49 { 50 "name": "//foundation/filemanagement/file_api/interfaces/kits/native:remote_uri_native", 51 "header": { 52 "header_files": [ 53 "remote_uri.h" 54 ], 55 "header_base": "//foundation/filemanagement/file_api/interfaces/kits/native/remote_uri" 56 } 57 } 58 ], 59 "test": [ 60 "//foundation/filemanagement/file_api/interfaces/test/unittest:unittest" 61 ] 62 } 63 } 64 } 65