diff --git a/BUILD.gn b/BUILD.gn index 416569e9cec775d51d98bbfd6514751227734076..52ed92a5456b400403dced3a112fe3c7c5c47eb3 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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" } diff --git a/bundle.json b/bundle.json index 64c8e4226d56833122f747aab278addfe628267c..4eb55da829c242b78c80f5f691764f20129e0e92 100644 --- a/bundle.json +++ b/bundle.json @@ -23,7 +23,9 @@ "third_party": [] }, "build": { - "sub_component": [], + "sub_component": [ + "//applications/standard/applications_auth_widget:auth_widget" + ], "inner_kits": [], "test": [] }