From fca304faa565c640131b01b176eaf0fee16773da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BA=86?= Date: Fri, 9 Apr 2021 15:56:50 +0800 Subject: [PATCH 1/4] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d0c1c7..81f2ec8 100755 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The ability management framework is provided by OpenHarmony for you to develop O - After the HAP installation is complete, you can use the aa tool to run the demo for starting the specified ability through the following command. \(Taking **hispark\_taurus** as an example, you can obtain the aa tool from the **out/hispark\_taurus/ipcamera\_hispark\_taurus/dev\_tools/bin** directory after the version building.\) ``` -./bin/aa start -p com.xxxxxx.hiability -n MainAbility +./bin/aa start -p com.xxxxxx.hiability -n MainAbility ``` ## Repositories Involved -- Gitee From 7f0f8da57ad8ba3db917f544b2ae99854c9ccd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BA=86?= Date: Fri, 9 Apr 2021 16:32:11 +0800 Subject: [PATCH 2/4] update services/abilitymgr_lite/BUILD.gn. --- services/abilitymgr_lite/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/abilitymgr_lite/BUILD.gn b/services/abilitymgr_lite/BUILD.gn index 3650914..fa63907 100644 --- a/services/abilitymgr_lite/BUILD.gn +++ b/services/abilitymgr_lite/BUILD.gn @@ -1,7 +1,7 @@ # Copyright (c) 2020 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 +# You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # -- Gitee From ac54264227eca22a27d787a8f5e250b745ee20ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BA=86?= Date: Fri, 2 Jul 2021 10:02:25 +0000 Subject: [PATCH 3/4] update --- services/abilitymgr_lite/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/abilitymgr_lite/BUILD.gn b/services/abilitymgr_lite/BUILD.gn index fa63907..53ed4d2 100644 --- a/services/abilitymgr_lite/BUILD.gn +++ b/services/abilitymgr_lite/BUILD.gn @@ -9,7 +9,7 @@ # 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. +# limitations under the License... import("//build/lite/config/component/lite_component.gni") import("//build/lite/config/subsystem/aafwk/config.gni") -- Gitee From 97161ddc0e27108c842a874e5b4e5f1b4236e73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BA=86?= Date: Fri, 2 Jul 2021 10:05:11 +0000 Subject: [PATCH 4/4] update services/abilitymgr_lite/BUILD.gn. --- services/abilitymgr_lite/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/abilitymgr_lite/BUILD.gn b/services/abilitymgr_lite/BUILD.gn index 53ed4d2..6327674 100644 --- a/services/abilitymgr_lite/BUILD.gn +++ b/services/abilitymgr_lite/BUILD.gn @@ -9,7 +9,7 @@ # 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... +# limitations under the License.. import("//build/lite/config/component/lite_component.gni") import("//build/lite/config/subsystem/aafwk/config.gni") -- Gitee