1e9297d28Sopenharmony_ci# Copyright (c) 2021 Huawei Device Co., Ltd. 2e9297d28Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3e9297d28Sopenharmony_ci# you may not use this file except in compliance with the License. 4e9297d28Sopenharmony_ci# You may obtain a copy of the License at 5e9297d28Sopenharmony_ci# 6e9297d28Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7e9297d28Sopenharmony_ci# 8e9297d28Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9e9297d28Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10e9297d28Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11e9297d28Sopenharmony_ci# See the License for the specific language governing permissions and 12e9297d28Sopenharmony_ci# limitations under the License. 13e9297d28Sopenharmony_ci 14e9297d28Sopenharmony_cigroup("napi_packages") { 15e9297d28Sopenharmony_ci deps = [ 16e9297d28Sopenharmony_ci "graphic/animation/window_animation_manager:windowanimationmanager_napi", 17e9297d28Sopenharmony_ci "graphic/color_manager:colorspacemanager_napi", 18e9297d28Sopenharmony_ci "graphic/color_manager:sendablecolorspacemanager_napi", 19e9297d28Sopenharmony_ci "graphic/drawing:drawingnapi", 20e9297d28Sopenharmony_ci "graphic/effect_kit:effectkit", 21e9297d28Sopenharmony_ci "graphic/hdr_capability:hdrcapability_napi", 22e9297d28Sopenharmony_ci "graphic/hyper_graphic_manager:libhgmnapi", 23e9297d28Sopenharmony_ci "graphic/text:textnapi", 24e9297d28Sopenharmony_ci "graphic/ui_effect:uieffect_napi", 25e9297d28Sopenharmony_ci "graphic/webgl:libwebglnapi", 26e9297d28Sopenharmony_ci ] 27e9297d28Sopenharmony_ci} 28