update bundle.json

Signed-off-by: panqiangbiao <panqiangbiao@huawei.com>
This commit is contained in:
panqiangbiao 2022-01-26 17:04:36 +08:00
parent 6b7ae85c68
commit c151db1474
3 changed files with 20 additions and 7 deletions

14
BUILD.gn Normal file
View 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")

View File

@ -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>

View File

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