1# Copyright (C) 2023 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14import("//build/ohos_var.gni") 15group("graphic") { 16 testonly = true 17 if (is_standard_system) { 18 deps = [ 19 "effectKit:EffectKitTest", 20 "graphicColorSpace:ActsColorSpaceManagerTest", 21 "graphicDrawing:ActsGraphicDrawingTest", 22 "graphicEGL:ActsGraphicEglTest", 23 "graphicGLES3:ActsGraphicGles3Test", 24 "graphicGlesExtension:ActsGraphicGlesExtensionTest", 25 "graphicnapidrawingtest:ActsGraphicNapiDrawingTest", 26 "graphicnapitest:ActsGraphicNapiTest", 27 "graphicvulkannapitest:ActsGraphicVulkanTest", 28 "nativebuffer:ActsNativeBufferTest", 29 "nativedrawing:ActsNativeDrawingTest", 30 "nativeimage:ActsNativeImageTest", 31 "nativevsync:ActsNativeVsyncTest", 32 "webGL:webGL_hap_test", 33 "windowStage:ActsWindowStageTest", 34 "windowstandard:window_hap_test", 35 ] 36 if (!(product_name == "ohcore")) { 37 deps += [ 38 "vkgl:cpvkgl", 39 #"vulkan:cpvktest", 40 #"vktest:vulkanTest", 41 ] 42 } 43 } else { 44 deps = [ 45 "appaccount:appaccount_hap", 46 "osaccount:osaccount_hap", 47 ] 48 } 49} 50