diff --git a/OAT.xml b/OAT.xml index 746a85634f176bafb801ddc4f51aa73576dddbdb..0a3461262e27f1f6ef27beb9d42795fd2bda6601 100644 --- a/OAT.xml +++ b/OAT.xml @@ -66,14 +66,6 @@ - - - - - - - - @@ -88,8 +80,8 @@ - - + + @@ -104,6 +96,10 @@ + + + + @@ -245,43 +241,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/camera/camera_ohos/ohos/src/main/ets/io/flutter/plugins/camera/utlis/PermissionUtils.ets b/packages/camera/camera_ohos/ohos/src/main/ets/io/flutter/plugins/camera/utlis/PermissionUtils.ets index 3087a616470d94276cd38035806833367ae05934..7df904010fd93ccc2dc2a4d42dbdcc82f1f0d5c3 100644 --- a/packages/camera/camera_ohos/ohos/src/main/ets/io/flutter/plugins/camera/utlis/PermissionUtils.ets +++ b/packages/camera/camera_ohos/ohos/src/main/ets/io/flutter/plugins/camera/utlis/PermissionUtils.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import abilityAccessCtrl, { PermissionRequestResult } from '@ohos.abilityAccessCtrl'; import { Permissions } from '@ohos.abilityAccessCtrl'; import bundleManager from '@ohos.bundle.bundleManager'; diff --git a/packages/file_selector/file_selector_ohos/ohos/src/main/ets/file_selector/FIleSelectorUtil.ets b/packages/file_selector/file_selector_ohos/ohos/src/main/ets/file_selector/FIleSelectorUtil.ets index dd49a3871169785184deaddbd276669f4a252917..ebcb75ef7fb15cd89d0b63c7cd9ae55290cf7a72 100644 --- a/packages/file_selector/file_selector_ohos/ohos/src/main/ets/file_selector/FIleSelectorUtil.ets +++ b/packages/file_selector/file_selector_ohos/ohos/src/main/ets/file_selector/FIleSelectorUtil.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import picker from '@ohos.file.picker'; import common from '@ohos.app.ability.common'; import { FileTypes } from './GeneratedFileSelectorApi'; diff --git a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/common/JWTUtil.ts b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/common/JWTUtil.ts index ee6e3935a07a4ee4ee69202258bb14dcdfe02c88..db623fde3708d62063c0011e0d5b73783fc8762f 100644 --- a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/common/JWTUtil.ts +++ b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/common/JWTUtil.ts @@ -1,3 +1,7 @@ +// Copyright (c) 2024 Huawei Technologies Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_HW file. + import { util } from '@kit.ArkTS'; const centerLineRegex: RegExp = new RegExp('-', 'g'); diff --git a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/common/TsUtil.ts b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/common/TsUtil.ts index 0c8977e9f5954143e3c3f2e1ff75a73ff5778618..58ddd5db78a857b75007c53e83ef6b0818ee3134 100644 --- a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/common/TsUtil.ts +++ b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/common/TsUtil.ts @@ -1,3 +1,7 @@ +// Copyright (c) 2024 SwanLink (Jiangsu) Technology Development Co., LTD. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + export function ObjToMap(obj: Object): Map { const map = new Map(); for (const key in obj) { diff --git a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/MethodNames.ets b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/MethodNames.ets index 37969253c0b9eb1a8db613f339c2d1c8c152b8ee..04b7fbb781e38a2cf47928b91016f3979ea1c471 100644 --- a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/MethodNames.ets +++ b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/MethodNames.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2024 SwanLink (Jiangsu) Technology Development Co., LTD. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + export class MethodNames { static QUERY_ENVIRONMENT_STATUS: string = "iap#queryEnvironmentStatus"; static QUERY_PRODUCTS: string = "iap#queryProducts"; diff --git a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/ProductType.ets b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/ProductType.ets index 5aa0fa9cce27d4a30c7046f6a32ad2fef0b6db29..6f17cc0f8721a823e9749aebe28357d3fd05780c 100644 --- a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/ProductType.ets +++ b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/ProductType.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2024 SwanLink (Jiangsu) Technology Development Co., LTD. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import { iap } from '@kit.IAPKit' export const ProductType: Array = [ iap.ProductType.CONSUMABLE, diff --git a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/PurchaseData.ets b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/PurchaseData.ets index 56d822e3726d7c1f729c60efa9b9164616ea005e..f5afb326cd76329f575fbd25d41c2da1ca90b781 100644 --- a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/PurchaseData.ets +++ b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/PurchaseData.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2024 SwanLink (Jiangsu) Technology Development Co., LTD. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + export interface PurchaseData { type: number; jwsPurchaseOrder?: string; diff --git a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/PurchaseOrderPayload.ets b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/PurchaseOrderPayload.ets index c5075685451e1fbd7d6232bdf8d21fb302115216..295a202a6b77bc0d89a2f7768e3a7cd6fa92357b 100644 --- a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/PurchaseOrderPayload.ets +++ b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/PurchaseOrderPayload.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2024 SwanLink (Jiangsu) Technology Development Co., LTD. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import { Any } from '@ohos/flutter_ohos'; export class PurchaseOrderPayload { diff --git a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/TransactionState.ts b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/TransactionState.ts index cf15b3d34ed0fa86a567fc912db7a69fbe69ee10..395aabde1d9bcb4de98b41084a2bb69a9c08f69a 100644 --- a/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/TransactionState.ts +++ b/packages/in_app_purchase/in_app_purchase_ohos/ohos/src/main/ets/components/TransactionState.ts @@ -1,3 +1,7 @@ +// Copyright (c) 2024 SwanLink (Jiangsu) Technology Development Co., LTD. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + export enum TransactionState { purchasing = 0, purchased = 1, diff --git a/packages/pigeon/example/app/ohos/entry/src/main/ets/plugins/MessagePlugin.ets b/packages/pigeon/example/app/ohos/entry/src/main/ets/plugins/MessagePlugin.ets index 0a5f9a3f3ba86eb8779dd91633cbb1aacf453ac5..6094f7b3e874c89b1d16747ced73b287e42eca95 100644 --- a/packages/pigeon/example/app/ohos/entry/src/main/ets/plugins/MessagePlugin.ets +++ b/packages/pigeon/example/app/ohos/entry/src/main/ets/plugins/MessagePlugin.ets @@ -1,3 +1,7 @@ +// Copyright 2013 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + import { FlutterPlugin, FlutterPluginBinding diff --git a/packages/pigeon/example/app/ohos/entry/src/main/ets/plugins/Messages.ets b/packages/pigeon/example/app/ohos/entry/src/main/ets/plugins/Messages.ets index f5146585b3ed75ef58d106d7d8f0182228ae43f9..0fdd8b4d09408ec6a296886b8d32a83b835307f9 100644 --- a/packages/pigeon/example/app/ohos/entry/src/main/ets/plugins/Messages.ets +++ b/packages/pigeon/example/app/ohos/entry/src/main/ets/plugins/Messages.ets @@ -1,3 +1,7 @@ +// Copyright 2013 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + import StandardMessageCodec from '@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMessageCodec'; import BasicMessageChannel, { Reply } from '@ohos/flutter_ohos/src/main/ets/plugin/common/BasicMessageChannel'; import { BinaryMessenger,TaskQueue } from '@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger'; diff --git a/packages/url_launcher/url_launcher_ohos/example/ohos/entry/src/main/ets/pages/LaunchInAppPage.ets b/packages/url_launcher/url_launcher_ohos/example/ohos/entry/src/main/ets/pages/LaunchInAppPage.ets index 88c5930b36cc3796ad274abcb8748b356a3a1ca7..ec16caf48f8926d214d4de2377bbc17abd290438 100644 --- a/packages/url_launcher/url_launcher_ohos/example/ohos/entry/src/main/ets/pages/LaunchInAppPage.ets +++ b/packages/url_launcher/url_launcher_ohos/example/ohos/entry/src/main/ets/pages/LaunchInAppPage.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import { InAppBrowser } from 'url_launcher_ohos/src/main/ets/components/plugin/InAppBrowser'; @Entry diff --git a/packages/url_launcher/url_launcher_ohos/ohos/src/main/ets/components/plugin/InAppBrowser.ets b/packages/url_launcher/url_launcher_ohos/ohos/src/main/ets/components/plugin/InAppBrowser.ets index 5430c15a91852c36514fe02dbcf99230a89b1472..fe813c7c54b065eeb7f7c7eda153782174646a5e 100644 --- a/packages/url_launcher/url_launcher_ohos/ohos/src/main/ets/components/plugin/InAppBrowser.ets +++ b/packages/url_launcher/url_launcher_ohos/ohos/src/main/ets/components/plugin/InAppBrowser.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import web_webview from '@ohos.web.webview'; import router from '@ohos.router'; import { ValueType } from '@kit.ArkData'; diff --git a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/PlayerModel.ets b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/PlayerModel.ets index a742a678bd1c1322596be2847d147ced9d12cbc7..3d88aa9a1346eafb9039d0486e0161328f34f751 100644 --- a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/PlayerModel.ets +++ b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/PlayerModel.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import { CommonConstants } from './constants/CommonConstants'; import { PlayConstants } from './constants/PlayConstants'; diff --git a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoItem.ets b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoItem.ets index 6e307ddb0d14f39d6b8d36b2cc2b387601581e0c..4b01832d2a5279291a7eb916c4fcb596655a9317 100644 --- a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoItem.ets +++ b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoItem.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import image from '@ohos.multimedia.image'; import resourceManager from '@ohos.resourceManager'; diff --git a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApi.ets b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApi.ets index de0c3f4781ac2c4a5c0baaf682e08a134eb7f882..ae688d8dc384c7f831ec9df917b0513580e44d07 100644 --- a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApi.ets +++ b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApi.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import { BinaryMessenger } from '@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger'; import { CreateMessage, LoopingMessage, MixWithOthersMessage, diff --git a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApiCodec.ets b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApiCodec.ets index 36adecd01c75974b5d52ec84e7e007039d056a7b..43322d4ccc850ef628699e02f48e8ca0cfb0a470 100644 --- a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApiCodec.ets +++ b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApiCodec.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import StandardMessageCodec from '@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMessageCodec'; import { CreateMessage, LoopingMessage, MixWithOthersMessage, PlaybackSpeedMessage, PositionMessage, TextureMessage, diff --git a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApiImpl.ets b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApiImpl.ets index fcf99c0041a71f640ed991a6d23ac02f8c61580d..4710e48b343456911b38e19752dca8ad8e18f0e4 100644 --- a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApiImpl.ets +++ b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayerApiImpl.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import { FlutterPlugin, FlutterPluginBinding} from '@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/FlutterPlugin'; import { AbilityPluginBinding } from '@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityPluginBinding'; import { BinaryMessenger } from '@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger'; diff --git a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoSpeed.ets b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoSpeed.ets index 5869f158710f0877dbc1ebe13fa56fbc834341da..43b4a6a565fb0e53abb5ffbcfcceb04c034a18f5 100644 --- a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoSpeed.ets +++ b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoSpeed.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + export class VideoSpeed { text: string; value: number; diff --git a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/constants/CommonConstants.ets b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/constants/CommonConstants.ets index 9a46eeea7fc14be872b612302ded7a64ab5394a9..c851ec89e544c9616b5efe1bd06a4cf143a8499f 100644 --- a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/constants/CommonConstants.ets +++ b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/constants/CommonConstants.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import resourceManager from '@ohos.resourceManager'; import { VideoItem } from '../VideoItem'; import { VideoSpeed } from '../VideoSpeed'; diff --git a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/constants/PlayConstants.ets b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/constants/PlayConstants.ets index 5e3134ca55dec88789369f3f1c1c90cfe7fd8f40..b985aa7f99c6f914a75b914cfbca7f2ba633fb94 100644 --- a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/constants/PlayConstants.ets +++ b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/constants/PlayConstants.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + /** * Play constants for all features. */ diff --git a/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/DynamicUtils.ets b/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/DynamicUtils.ets index d4b1cafbb541fde3c6dde558f7466094c67018d9..3e68e7a6f627adb5d7cb176e6eb6deaea8f6cc3b 100644 --- a/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/DynamicUtils.ets +++ b/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/DynamicUtils.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import { DVModelParameters } from '@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicView' export class DynamicUtils { diff --git a/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosObjectHostApiImpl.ets b/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosObjectHostApiImpl.ets index 2a0fd66b5ae95d7ba1cae8de56668b8d0def5f1a..098f201ce4f7b326f090fdccb8f68dc26dddd81d 100644 --- a/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosObjectHostApiImpl.ets +++ b/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosObjectHostApiImpl.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import { OhosObjectHostApi as OhosObjectHostApi } from './GeneratedOhosWebView'; import { InstanceManager } from './InstanceManager'; import { WebViewPlatformView } from './WebViewHostApiImpl'; diff --git a/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosWebView.ets b/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosWebView.ets index 893072ca190ad0d7619bad0a36c01a8b1c669e5e..4e20436f320333132fc482693aa8221b7b85f8d7 100644 --- a/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosWebView.ets +++ b/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosWebView.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import web_webview from '@ohos.web.webview' import { Params } from '@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformView'; import { WebViewPlatformView } from './WebViewHostApiImpl'; diff --git a/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/DynamicUtils.ets b/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/DynamicUtils.ets index d4b1cafbb541fde3c6dde558f7466094c67018d9..3e68e7a6f627adb5d7cb176e6eb6deaea8f6cc3b 100644 --- a/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/DynamicUtils.ets +++ b/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/DynamicUtils.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import { DVModelParameters } from '@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicView' export class DynamicUtils { diff --git a/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosObjectHostApiImpl.ets b/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosObjectHostApiImpl.ets index d27fa8658049e56c76f1faf3d5191d716c513adf..34b64cea459b848b74d73aae0dbb5cde7e8e1825 100644 --- a/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosObjectHostApiImpl.ets +++ b/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosObjectHostApiImpl.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import { OhosObjectHostApi as OhosObjectHostApi } from './GeneratedOhosWebView'; import { InstanceManager } from './InstanceManager'; import { WebViewPlatformView } from './WebViewHostApiImpl'; diff --git a/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosWebView.ets b/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosWebView.ets index 3c2b9773b06b23dc719d5bbd82aa562ad2811304..108ef8ca644b9701014817b67ebf58c6109d1e1e 100644 --- a/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosWebView.ets +++ b/packages/webview_flutter/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosWebView.ets @@ -1,3 +1,7 @@ +// Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE_ODID file. + import web_webview from '@ohos.web.webview' import { Params } from '@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformView'; import { WebViewPlatformView } from './WebViewHostApiImpl';