lizheng 540961ff51 add display napi
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
2021-09-15 22:49:31 +08:00

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" ]
}