From c151db14743cf64fe3b1f32ccfa06cb4800fb008 Mon Sep 17 00:00:00 2001 From: panqiangbiao Date: Wed, 26 Jan 2022 17:04:36 +0800 Subject: [PATCH] update bundle.json Signed-off-by: panqiangbiao --- BUILD.gn | 14 ++++++++++++++ README_zh.md | 5 ++--- bundle.json | 8 ++++---- 3 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 BUILD.gn diff --git a/BUILD.gn b/BUILD.gn new file mode 100644 index 00000000..a05a5c7c --- /dev/null +++ b/BUILD.gn @@ -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") diff --git a/README_zh.md b/README_zh.md index 7a36a5eb..6b659a73 100644 --- a/README_zh.md +++ b/README_zh.md @@ -26,9 +26,8 @@ ├── interfaces # 接口代码 │   ├── innerkits # 内部 Native 接口 │   └── kits # 外部 JS 接口 -├── LICENSE # 证书文件 -├── ohos.build # 编译文件 -└── sa_profile # 服务配置文件 +├── BUILD.gn # 编译入口 +└── bundle.json # 部件描述文件 ``` ## 说明 ### 使用说明 diff --git a/bundle.json b/bundle.json index 4e48b783..dc9b3a90 100644 --- a/bundle.json +++ b/bundle.json @@ -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 @@ ] } } -} \ No newline at end of file +}