mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2025-01-26 13:17:49 +00:00
540961ff51
WMServer支持使用SCSS配置文件 修复WMClient的单元测试失败问题 bugfix for subwindwo video offset problem. 实现窗口模式 支持weston实现hdi后端 设置Video类型子窗口的Surface默认值 fix video type window offset error 修复Surface的Usage问题 重构wmtest,将其作为图形的原生测试 add window type Signed-off-by: lizheng <lizheng2@huawei.com> Change-Id: I4ae16a6c2b7b5ba4f3c41f7fa7b7165d96a597b3
25 lines
793 B
Plaintext
25 lines
793 B
Plaintext
# Copyright (c) 2021 Huawei Device Co., Ltd.
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# 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.
|
|
|
|
group("buffer_handle") {
|
|
public_deps = [ "buffer_handle:buffer_handle" ]
|
|
}
|
|
|
|
group("promise") {
|
|
public_deps = [ "promise:promise" ]
|
|
}
|
|
|
|
group("semaphore") {
|
|
public_deps = [ "semaphore:semaphore" ]
|
|
}
|