auth_widget目标从ohos.build中prebuilt_hap迁移至auth_widget中拉起

Signed-off-by: liuhu <liuhu41@h-partners.com>
Change-Id: Ieddf0cdfef1c206aced8d5b8fa289e89e65382c4
This commit is contained in:
liuhu
2025-04-18 15:11:40 +08:00
parent 1d34961c2d
commit 20d699f556
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -42,6 +42,6 @@ ohos_hap("auth_widget") {
certificate_profile = "signature/auth_widget.p7b"
hap_name = "AuthWidget"
subsystem_name = "applications"
part_name = "prebuilt_hap"
part_name = "auth_widget"
module_install_dir = "app/com.ohos.useriam.authwidget"
}
+3 -1
View File
@@ -23,7 +23,9 @@
"third_party": []
},
"build": {
"sub_component": [],
"sub_component": [
"//applications/standard/applications_auth_widget:auth_widget"
],
"inner_kits": [],
"test": []
}