From 693cb286bbb58fffb309541fad0baecfaaeea8ef Mon Sep 17 00:00:00 2001 From: hk_js Date: Thu, 4 Aug 2022 17:27:04 +0800 Subject: [PATCH] add subsystem name and part name about window system Signed-off-by: hk_js --- graphic/windowstandard/BUILD.gn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphic/windowstandard/BUILD.gn b/graphic/windowstandard/BUILD.gn index 59e0fc755..7bdd0702e 100644 --- a/graphic/windowstandard/BUILD.gn +++ b/graphic/windowstandard/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//test/xts/tools/build/suite.gni") @@ -21,6 +21,8 @@ ohos_js_hap_suite("window_hap_test") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsWindowHapTest" + subsystem_name = "window" + part_name = "window_manager" } ohos_js_assets("window_js_assets") { js2abc = true -- GitLab