From 80de3e609e401aced6478577759abf1bae3c1fac Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Wed, 25 Dec 2024 18:09:53 +0800 Subject: [PATCH 1/3] change gn Signed-off-by: dengxiaoyu --- application/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/BUILD.gn b/application/BUILD.gn index 58ebe93b..ac56b2e0 100644 --- a/application/BUILD.gn +++ b/application/BUILD.gn @@ -23,8 +23,8 @@ ohos_hap("DHardware_UI") { publicity_file = "../publicity.xml" certificate_profile = "signature/DHardware_UI.p7b" hap_name = "DHardware_UI" - part_name = "prebuilt_hap" - subsystem_name = "applications" + part_name = "distributed_hardware_fwk" + subsystem_name = "distributedhardware" js_build_mode = "release" module_install_dir = "app/DHardware_UI" if (defined(sign_hap_py_path)) { -- Gitee From 4fdec8532d9498d09d4fbfb2b01fb936ad54e541 Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Wed, 25 Dec 2024 18:20:32 +0800 Subject: [PATCH 2/3] change gni Signed-off-by: dengxiaoyu --- application/DHardware_UI.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/DHardware_UI.gni b/application/DHardware_UI.gni index 4b1a212b..4c4baf23 100644 --- a/application/DHardware_UI.gni +++ b/application/DHardware_UI.gni @@ -12,4 +12,4 @@ # limitations under the License. certificate_profile_path = - "//vendor/tools/hap_sign_conf/applications/prebuilt_hap/DHardware_UI.p7b" + "//vendor/tools/hap_sign_conf/distributedhardware/distributed_hardware_fwk/DHardware_UI.p7b" -- Gitee From b21650fa56f4fb11c05da5156f62ca13cd550ba2 Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Thu, 26 Dec 2024 09:17:55 +0800 Subject: [PATCH 3/3] change gni Signed-off-by: dengxiaoyu --- application/DHardware_UI.gni | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/DHardware_UI.gni b/application/DHardware_UI.gni index 4c4baf23..597aea71 100644 --- a/application/DHardware_UI.gni +++ b/application/DHardware_UI.gni @@ -11,5 +11,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -certificate_profile_path = - "//vendor/tools/hap_sign_conf/distributedhardware/distributed_hardware_fwk/DHardware_UI.p7b" +certificate_profile_path = "//vendor/tools/hap_sign_conf/distributedhardware/distributed_hardware_fwk/DHardware_UI.p7b" -- Gitee