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 4be546a1a46320e4a8e3cffdf2a227f9befcf7d2..dba24cd9eae317d5b4b58c39104a078c89e37937 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("webGL_js_assets") { js2abc = true