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..c963a58ec99387d2ae5ea5201ffa477b8a7e3eb3 100644 --- a/bundle.json +++ b/bundle.json @@ -23,6 +23,12 @@ "third_party": [] }, "build": { + "group_type": { + "base_group": [], + "fwk_group": [ + "//applications/standard/applications_auth_widget:auth_widget" + ] + }, "sub_component": [], "inner_kits": [], "test": []