replace ohos.build with bundle.json

Signed-off-by: panqiangbiao <panqiangbiao@huawei.com>
This commit is contained in:
panqiangbiao 2022-01-26 11:20:22 +08:00
parent 05d4eb8613
commit 6b7ae85c68
4 changed files with 41 additions and 12 deletions

41
bundle.json Normal file
View File

@ -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"
]
}
}
}

View File

@ -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"
]
}
}
}