diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..4e48b783f49396706bebf8308fd480fa3da636d8 --- /dev/null +++ b/bundle.json @@ -0,0 +1,41 @@ +{ + "name": "@ohos/filemanagement", + "description": "filemanagement is the module of OpenHarmony that provides storage and file management.", + "version": "3.1", + "license": "Apache License 2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "foundation/filemanagement/user_file_service" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "filemanagement", + "subsystem": "filemanagement", + "syscap": [ + "SystemCapability.FileManagement.FileManagerService" + ], + "adapted_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [ + "ability_runtime", + "hiviewdfx_hilog_native", + "ipc", + "native_appdatamgr", + "safwk", + "samgr_standard" + ] + }, + "build": { + "sub_component": [ + "//foundation/filemanagement/user_file_service/services:fms", + "//foundation/filemanagement/user_file_service/services/sa_profile:filemanager_service_sa_profile", + "//foundation/filemanagement/user_file_service/interfaces/kits/js:filemanager" + ] + } + } +} \ No newline at end of file diff --git a/ohos.build b/ohos.build deleted file mode 100644 index afb6d04cb0aea37c7dad9e416f87a148dadc135f..0000000000000000000000000000000000000000 --- a/ohos.build +++ /dev/null @@ -1,12 +0,0 @@ -{ - "subsystem": "filemanagement", - "parts": { - "user_file_service": { - "module_list": [ - "//foundation/filemanagement/user_file_service/services:fms", - "//foundation/filemanagement/user_file_service/sa_profile:filemanager_service_sa_profile", - "//foundation/filemanagement/user_file_service/interfaces/kits/js:filemanager" - ] - } - } -} diff --git a/sa_profile/5010.xml b/services/sa_profile/5010.xml similarity index 100% rename from sa_profile/5010.xml rename to services/sa_profile/5010.xml diff --git a/sa_profile/BUILD.gn b/services/sa_profile/BUILD.gn similarity index 100% rename from sa_profile/BUILD.gn rename to services/sa_profile/BUILD.gn