1# Copyright (c) 2021-2022 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.gni")
15
16group("napi_packages") {
17  deps = [
18    "display_runtime:display_napi",
19    "embeddable_window_stage:embeddablewindowstage_kit",
20    "extension:uiextension_napi",
21    "extension_window:extensionwindow_napi",
22    "picture_in_picture_napi:pipwindow_napi",
23    "picture_in_picture_napi/inner:pip_napi",
24    "screen_runtime:screen_napi",
25    "screenshot:screenshot",
26    "window_extension_ability:windowextensionability_napi",
27    "window_extension_context:windowextensioncontext_napi",
28    "window_runtime:window_napi",
29    "window_runtime:window_native_kit",
30    "window_runtime:windowstage_kit",
31  ]
32}
33