1{ 2 "name": "@ohos/app_file_service", 3 "description": "App file service provides sharing and file management for apps", 4 "optional": "false", 5 "version": "3.1", 6 "license": "Apache License 2.0", 7 "publishAs": "code-segment", 8 "segment": { 9 "destPath": "foundation/filemanagement/app_file_service" 10 }, 11 "dirs": {}, 12 "scripts": {}, 13 "component": { 14 "name": "app_file_service", 15 "subsystem": "filemanagement", 16 "syscap": [ 17 "SystemCapability.FileManagement.AppFileService" 18 ], 19 "adapted_system_type": [ 20 "standard" 21 ], 22 "rom": "", 23 "ram": "", 24 "build": { 25 "group_type": { 26 "base_group": [], 27 "fwk_group": [ 28 "//foundation/filemanagement/app_file_service:libremotefileshare", 29 "//foundation/filemanagement/app_file_service/interfaces/kits/js:fileshare", 30 "//foundation/filemanagement/app_file_service/interfaces/kits/js:fileuri" 31 ], 32 "service_group": [] 33 }, 34 "inner_kits": [ 35 { 36 "name": "//foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share:fileshare_native", 37 "header": { 38 "header_files": [ 39 "file_share.h" 40 ], 41 "header_base": "//foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/include" 42 } 43 }, 44 { 45 "name": "//foundation/filemanagement/app_file_service/interfaces/innerkits/remote_file_share/native:remote_file_share_native", 46 "header": { 47 "header_files": [ 48 "remote_file_share.h" 49 ], 50 "header_base": "//foundation/filemanagement/app_file_service/interfaces/innerkits/remote_file_share/native" 51 } 52 } 53 ], 54 "test": [ 55 "//foundation/filemanagement/app_file_service/test/fuzztest:fuzztest", 56 "//foundation/filemanagement/app_file_service/test/unittest:unittest" 57 ] 58 } 59 } 60} 61