diff --git a/graphic/effectKit/BUILD.gn b/graphic/effectKit/BUILD.gn index e1ca1fe23081c43635ba28ec17faa65dbbef58b4..ab72a5317fcab9f3cac21510f00bcf63aa3f6786 100644 --- a/graphic/effectKit/BUILD.gn +++ b/graphic/effectKit/BUILD.gn @@ -23,6 +23,8 @@ ohos_js_hap_suite("EffectKitTest") { ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsEffectKitTest" + subsystem_name = "graphic" + part_name = "graphic_standard" } ohos_app_scope("effectKit_app_profile") { diff --git a/graphic/graphicColorSpace/BUILD.gn b/graphic/graphicColorSpace/BUILD.gn index c7e1cc2b8278be2d45a65927953455730841f66a..4d61e6dfcc67cf2be1faf9cc18b92ce101591c8b 100644 --- a/graphic/graphicColorSpace/BUILD.gn +++ b/graphic/graphicColorSpace/BUILD.gn @@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsColorSpaceManagerTest") { ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsColorSpaceManagerTest" + subsystem_name = "graphic" + part_name = "graphic_standard" } ohos_app_scope("graphicColorSpace_app_profile") { diff --git a/graphic/webGL/BUILD.gn b/graphic/webGL/BUILD.gn index e94d45a869899ec8babf3638cc442ba9d424fd97..11b786ea21a186eb24a979b3bfc91f07ce3bf283 100644 --- a/graphic/webGL/BUILD.gn +++ b/graphic/webGL/BUILD.gn @@ -21,6 +21,8 @@ ohos_js_hap_suite("webGL_hap_test") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsWebGLHapTest" + subsystem_name = "graphic" + part_name = "graphic_standard" } ohos_js_assets("window_js_assets") { source_dir = "./src/main/js/default"