mirror of
https://gitee.com/openharmony/filemanagement_user_file_service
synced 2024-11-22 23:10:15 +00:00
update bundle.json
Signed-off-by: panqiangbiao <panqiangbiao@huawei.com>
This commit is contained in:
parent
6b7ae85c68
commit
c151db1474
14
BUILD.gn
Normal file
14
BUILD.gn
Normal file
@ -0,0 +1,14 @@
|
||||
# Copyright (c) 2022 Huawei Device Co., Ltd.
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos.gni")
|
@ -26,9 +26,8 @@
|
||||
├── interfaces # 接口代码
|
||||
│ ├── innerkits # 内部 Native 接口
|
||||
│ └── kits # 外部 JS 接口
|
||||
├── LICENSE # 证书文件
|
||||
├── ohos.build # 编译文件
|
||||
└── sa_profile # 服务配置文件
|
||||
├── BUILD.gn # 编译入口
|
||||
└── bundle.json # 部件描述文件
|
||||
```
|
||||
## 说明<a name="guide"></a>
|
||||
### 使用说明<a name="usage-guidelines"></a>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@ohos/filemanagement",
|
||||
"name": "@ohos/user_file_service",
|
||||
"description": "filemanagement is the module of OpenHarmony that provides storage and file management.",
|
||||
"version": "3.1",
|
||||
"license": "Apache License 2.0",
|
||||
@ -10,7 +10,7 @@
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"component": {
|
||||
"name": "filemanagement",
|
||||
"name": "user_file_service",
|
||||
"subsystem": "filemanagement",
|
||||
"syscap": [
|
||||
"SystemCapability.FileManagement.FileManagerService"
|
||||
@ -23,7 +23,7 @@
|
||||
"deps": {
|
||||
"components": [
|
||||
"ability_runtime",
|
||||
"hiviewdfx_hilog_native",
|
||||
"hiviewdfx",
|
||||
"ipc",
|
||||
"native_appdatamgr",
|
||||
"safwk",
|
||||
@ -38,4 +38,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user