mirror of
https://gitee.com/openharmony/filemanagement_user_file_service
synced 2024-11-23 07:20:41 +00:00
replace ohos.build with bundle.json
Signed-off-by: panqiangbiao <panqiangbiao@huawei.com>
This commit is contained in:
parent
05d4eb8613
commit
6b7ae85c68
41
bundle.json
Normal file
41
bundle.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
12
ohos.build
12
ohos.build
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user