123b3eb3cSopenharmony_ci# Copyright (c) 2024 Huawei Device Co., Ltd.
223b3eb3cSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
323b3eb3cSopenharmony_ci# you may not use this file except in compliance with the License.
423b3eb3cSopenharmony_ci# You may obtain a copy of the License at
523b3eb3cSopenharmony_ci#
623b3eb3cSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
723b3eb3cSopenharmony_ci#
823b3eb3cSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
923b3eb3cSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
1023b3eb3cSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1123b3eb3cSopenharmony_ci# See the License for the specific language governing permissions and
1223b3eb3cSopenharmony_ci# limitations under the License.
1323b3eb3cSopenharmony_ci
1423b3eb3cSopenharmony_cigroup("advanced_ui_component") {
1523b3eb3cSopenharmony_ci  deps = [
1623b3eb3cSopenharmony_ci    "atomicservicenavigation/interfaces:atomicservicenavigation",
1723b3eb3cSopenharmony_ci    "atomicservicetabs/interfaces:atomicservicetabs",
1823b3eb3cSopenharmony_ci    "atomicserviceweb/interfaces:atomicserviceweb",
1923b3eb3cSopenharmony_ci    "chip/interfaces:chip",
2023b3eb3cSopenharmony_ci    "chipgroup/interfaces:chipgroup",
2123b3eb3cSopenharmony_ci    "composelistitem/interfaces:composelistitem",
2223b3eb3cSopenharmony_ci    "composetitlebar/interfaces:composetitlebar",
2323b3eb3cSopenharmony_ci    "counter/interfaces:counter",
2423b3eb3cSopenharmony_ci    "dialog/interfaces:dialog",
2523b3eb3cSopenharmony_ci    "downloadfilebutton/interfaces:downloadfilebutton",
2623b3eb3cSopenharmony_ci    "editabletitlebar/interfaces:editabletitlebar",
2723b3eb3cSopenharmony_ci    "exceptionprompt/interfaces:exceptionprompt",
2823b3eb3cSopenharmony_ci    "filter/interfaces:filter",
2923b3eb3cSopenharmony_ci    "foldsplitcontainer/interfaces:foldsplitcontainer",
3023b3eb3cSopenharmony_ci    "formmenu/interfaces:formmenu",
3123b3eb3cSopenharmony_ci    "fullscreenlaunchcomponent/interfaces:fullscreenlaunchcomponent",
3223b3eb3cSopenharmony_ci    "gridobjectsortcomponent/interfaces:gridobjectsortcomponent",
3323b3eb3cSopenharmony_ci    "innerfullscreenlaunchcomponent/interfaces:innerfullscreenlaunchcomponent",
3423b3eb3cSopenharmony_ci    "interstitialdialogaction/interfaces:interstitialdialogaction",
3523b3eb3cSopenharmony_ci    "navpushpathhelper:navpushpathhelper",
3623b3eb3cSopenharmony_ci    "popup/interfaces:popup",
3723b3eb3cSopenharmony_ci    "progressbutton/interfaces:progressbutton",
3823b3eb3cSopenharmony_ci    "segmentbutton/interfaces:segmentbutton",
3923b3eb3cSopenharmony_ci    "selectionmenu/interfaces:selectionmenu",
4023b3eb3cSopenharmony_ci    "selecttitlebar/interfaces:selecttitlebar",
4123b3eb3cSopenharmony_ci    "splitlayout/interfaces:splitlayout",
4223b3eb3cSopenharmony_ci    "subheader/interfaces:subheader",
4323b3eb3cSopenharmony_ci    "swiperefresher/interfaces:swiperefresher",
4423b3eb3cSopenharmony_ci    "tabtitlebar/interfaces:tabtitlebar",
4523b3eb3cSopenharmony_ci    "toolbar/interfaces:toolbar",
4623b3eb3cSopenharmony_ci    "treeview/interfaces:treeview",
4723b3eb3cSopenharmony_ci  ]
4823b3eb3cSopenharmony_ci}
49