1# Copyright (c) 2021 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") 15import("//build/ohos/notice/notice.gni") 16import("//build/ohos_var.gni") 17import("//build/templates/metadata/module_info.gni") 18import("interface_config.gni") 19 20ohos_copy("ets_internal_api") { 21 sources = [ 22 "api/@internal/ets/index.d.ts", 23 "api/@internal/ets/lifecycle.d.ts", 24 "api/@internal/global.d.ts", 25 "api/common/full/canvaspattern.d.ts", 26 "api/common/full/featureability.d.ts", 27 ] 28 outputs = [ target_out_dir + "/$target_name/{{source_file_part}}" ] 29 module_source_dir = target_out_dir + "/$target_name" 30 module_install_name = "" 31} 32 33ohos_copy("ets_component") { 34 sources = [ 35 "api/@internal/component/ets/action_sheet.d.ts", 36 "api/@internal/component/ets/alert_dialog.d.ts", 37 "api/@internal/component/ets/alphabet_indexer.d.ts", 38 "api/@internal/component/ets/badge.d.ts", 39 "api/@internal/component/ets/blank.d.ts", 40 "api/@internal/component/ets/button.d.ts", 41 "api/@internal/component/ets/canvas.d.ts", 42 "api/@internal/component/ets/checkbox.d.ts", 43 "api/@internal/component/ets/checkboxgroup.d.ts", 44 "api/@internal/component/ets/circle.d.ts", 45 "api/@internal/component/ets/column.d.ts", 46 "api/@internal/component/ets/column_split.d.ts", 47 "api/@internal/component/ets/common.d.ts", 48 "api/@internal/component/ets/context_menu.d.ts", 49 "api/@internal/component/ets/counter.d.ts", 50 "api/@internal/component/ets/custom_dialog_controller.d.ts", 51 "api/@internal/component/ets/data_panel.d.ts", 52 "api/@internal/component/ets/date_picker.d.ts", 53 "api/@internal/component/ets/divider.d.ts", 54 "api/@internal/component/ets/ellipse.d.ts", 55 "api/@internal/component/ets/enums.d.ts", 56 "api/@internal/component/ets/flex.d.ts", 57 "api/@internal/component/ets/for_each.d.ts", 58 "api/@internal/component/ets/gauge.d.ts", 59 "api/@internal/component/ets/gesture.d.ts", 60 "api/@internal/component/ets/grid.d.ts", 61 "api/@internal/component/ets/gridItem.d.ts", 62 "api/@internal/component/ets/grid_container.d.ts", 63 "api/@internal/component/ets/hyperlink.d.ts", 64 "api/@internal/component/ets/image.d.ts", 65 "api/@internal/component/ets/image_animator.d.ts", 66 "api/@internal/component/ets/index-full.d.ts", 67 "api/@internal/component/ets/lazy_for_each.d.ts", 68 "api/@internal/component/ets/line.d.ts", 69 "api/@internal/component/ets/list.d.ts", 70 "api/@internal/component/ets/list_item.d.ts", 71 "api/@internal/component/ets/loading_progress.d.ts", 72 "api/@internal/component/ets/marquee.d.ts", 73 "api/@internal/component/ets/matrix2d.d.ts", 74 "api/@internal/component/ets/navigation.d.ts", 75 "api/@internal/component/ets/navigator.d.ts", 76 "api/@internal/component/ets/page_transition.d.ts", 77 "api/@internal/component/ets/panel.d.ts", 78 "api/@internal/component/ets/path.d.ts", 79 "api/@internal/component/ets/polygon.d.ts", 80 "api/@internal/component/ets/polyline.d.ts", 81 "api/@internal/component/ets/progress.d.ts", 82 "api/@internal/component/ets/qrcode.d.ts", 83 "api/@internal/component/ets/radio.d.ts", 84 "api/@internal/component/ets/rating.d.ts", 85 "api/@internal/component/ets/rect.d.ts", 86 "api/@internal/component/ets/refresh.d.ts", 87 "api/@internal/component/ets/rich_text.d.ts", 88 "api/@internal/component/ets/row.d.ts", 89 "api/@internal/component/ets/row_split.d.ts", 90 "api/@internal/component/ets/scroll.d.ts", 91 "api/@internal/component/ets/scroll_bar.d.ts", 92 "api/@internal/component/ets/search.d.ts", 93 "api/@internal/component/ets/select.d.ts", 94 "api/@internal/component/ets/shape.d.ts", 95 "api/@internal/component/ets/sidebar.d.ts", 96 "api/@internal/component/ets/slider.d.ts", 97 "api/@internal/component/ets/span.d.ts", 98 "api/@internal/component/ets/stack.d.ts", 99 "api/@internal/component/ets/state_management.d.ts", 100 "api/@internal/component/ets/stepper.d.ts", 101 "api/@internal/component/ets/stepper_item.d.ts", 102 "api/@internal/component/ets/swiper.d.ts", 103 "api/@internal/component/ets/tab_content.d.ts", 104 "api/@internal/component/ets/tabs.d.ts", 105 "api/@internal/component/ets/text.d.ts", 106 "api/@internal/component/ets/text_area.d.ts", 107 "api/@internal/component/ets/text_clock.d.ts", 108 "api/@internal/component/ets/text_input.d.ts", 109 "api/@internal/component/ets/text_picker.d.ts", 110 "api/@internal/component/ets/text_timer.d.ts", 111 "api/@internal/component/ets/time_picker.d.ts", 112 "api/@internal/component/ets/toggle.d.ts", 113 "api/@internal/component/ets/units.d.ts", 114 "api/@internal/component/ets/video.d.ts", 115 "api/@internal/component/ets/web.d.ts", 116 "api/@internal/component/ets/xcomponent.d.ts", 117 ] 118 if (!sdk_build_public) { 119 sources += [ 120 "api/@internal/component/ets/animator.d.ts", 121 "api/@internal/component/ets/calendar.d.ts", 122 "api/@internal/component/ets/form_component.d.ts", 123 ] 124 } 125 outputs = [ target_out_dir + "/$target_name/{{source_file_part}}" ] 126 module_source_dir = target_out_dir + "/$target_name" 127 module_install_name = "" 128} 129 130ohos_copy("common_api") { 131 sources = common_api_src 132 outputs = [ target_out_dir + "/$target_name/{{source_file_part}}" ] 133 module_source_dir = target_out_dir + "/$target_name" 134 module_install_name = "" 135} 136 137if (!sdk_build_public) { 138 ohos_copy("bundle_api") { 139 sources = [ "api/bundle/bundleStatusCallback.d.ts" ] 140 outputs = [ target_out_dir + "/$target_name/{{source_file_part}}" ] 141 module_source_dir = target_out_dir + "/$target_name" 142 module_install_name = "" 143 } 144} 145 146template("ohos_declaration_template") { 147 forward_variables_from(invoker, "*") 148 action_with_pydeps(target_name) { 149 script = "//interface/sdk-js/remove_internal.py" 150 input_api_dir = "//interface/sdk-js/api" 151 outputs = [ root_out_dir + "/ohos_declaration/$target_name" ] 152 if (sdk_build_public || product_name == "ohos-sdk") { 153 script = "//out/sdk-public/public_interface/sdk-js/remove_internal.py" 154 input_api_dir = "//out/sdk-public/public_interface/sdk-js/api" 155 } 156 args = [ 157 "--input", 158 rebase_path(input_api_dir, root_build_dir), 159 "--output", 160 rebase_path(root_out_dir + "/ohos_declaration/$target_name/", 161 root_build_dir), 162 ] 163 } 164 _module_info_target = "/ohos_declaration/${target_name}_info" 165 _target_name = target_name 166 generate_module_info(_module_info_target) { 167 module_type = "jsdoc" 168 module_install_name = "" 169 module_name = _target_name 170 module_source_dir = root_out_dir + "/ohos_declaration/$_target_name" 171 install_enable = false 172 } 173} 174 175ohos_declaration_template("ohos_declaration_ets") { 176} 177ohos_declaration_template("ohos_declaration_common") { 178} 179 180ohos_copy("internal_full") { 181 sources = [ 182 "api/common/full/canvaspattern.d.ts", 183 "api/common/full/console.d.ts", 184 "api/common/full/dom.d.ts", 185 "api/common/full/featureability.d.ts", 186 "api/common/full/global.d.ts", 187 "api/common/full/index.d.ts", 188 "api/common/full/viewmodel.d.ts", 189 ] 190 outputs = [ target_out_dir + "/$target_name/{{source_file_part}}" ] 191 module_source_dir = target_out_dir + "/$target_name" 192 module_install_name = "" 193} 194 195ohos_copy("internal_lite") { 196 sources = [ 197 "api/common/lite/console.d.ts", 198 "api/common/lite/featureability.d.ts", 199 "api/common/lite/global.d.ts", 200 "api/common/lite/index.d.ts", 201 "api/common/lite/viewmodel.d.ts", 202 ] 203 if (sdk_build_public) { 204 sources -= [ "api/common/lite/featureability.d.ts" ] 205 } 206 outputs = [ target_out_dir + "/$target_name/{{source_file_part}}" ] 207 module_source_dir = target_out_dir + "/$target_name" 208 module_install_name = "" 209} 210 211ohos_copy("syscap_check") { 212 sources = [ "api/syscapCheck/sysCapSchema.json" ] 213 outputs = [ target_out_dir + "/$target_name/{{source_file_part}}" ] 214 module_source_dir = target_out_dir + "/$target_name" 215 module_install_name = "" 216} 217 218ohos_copy("system_api") { 219 sources = [ 220 "api/@system.app.d.ts", 221 "api/@system.cipher.d.ts", 222 "api/@system.configuration.d.ts", 223 "api/@system.file.d.ts", 224 "api/@system.mediaquery.d.ts", 225 "api/@system.prompt.d.ts", 226 "api/@system.router.d.ts", 227 ] 228 outputs = [ target_out_dir + "/$target_name/{{source_file_part}}" ] 229 module_source_dir = target_out_dir + "/$target_name" 230 module_install_name = "" 231} 232 233ohos_copy("config") { 234 sources = [ 235 "api/config/css", 236 "api/config/hml", 237 ] 238 outputs = [ target_out_dir + "/$target_name/{{source_file_part}}" ] 239 module_source_dir = target_out_dir + "/$target_name" 240 module_install_name = "" 241} 242 243ohos_copy("form_declaration") { 244 sources = [ 245 "api/form/action", 246 "api/form/css", 247 "api/form/hml", 248 ] 249 outputs = [ target_out_dir + "/$target_name/{{source_file_part}}" ] 250 module_source_dir = target_out_dir + "/$target_name" 251 module_install_name = "" 252} 253