diff --git a/OAT.xml b/OAT.xml
index adc346811acdf8be85d1ba76b58004be44de58ac..0de81673d14e4b85fd11fc3d96f955822f190f25 100644
--- a/OAT.xml
+++ b/OAT.xml
@@ -109,6 +109,12 @@
+
+
+
+
+
+
diff --git a/example/ohos/entry/build-profile.json5 b/example/ohos/entry/build-profile.json5
index 633d360fbc91a3186a23b66ab71b27e5618944cb..20c75049f2d45e57d267899b6547c79fb6aa84c1 100644
--- a/example/ohos/entry/build-profile.json5
+++ b/example/ohos/entry/build-profile.json5
@@ -1,18 +1,3 @@
-/*
-* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
{
"apiType": 'stageMode',
"buildOption": {
diff --git a/example/ohos/entry/hvigorfile.ts b/example/ohos/entry/hvigorfile.ts
index 894fc15c6b793f085e6c8506e43d719af658e8ff..80e4ec5b81689f238c34614b167a0b9e9c83e8d9 100644
--- a/example/ohos/entry/hvigorfile.ts
+++ b/example/ohos/entry/hvigorfile.ts
@@ -1,17 +1,2 @@
-/*
-* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
export { hapTasks } from '@ohos/hvigor-ohos-plugin';
diff --git a/example/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/example/ohos/entry/src/ohosTest/ets/test/Ability.test.ets
index 25d4c71ff3cd584f5d64f6f8c0ac864928c234c4..8abf7f2f44c0e56110df8c09b2524a4ca37bc993 100644
--- a/example/ohos/entry/src/ohosTest/ets/test/Ability.test.ets
+++ b/example/ohos/entry/src/ohosTest/ets/test/Ability.test.ets
@@ -1,18 +1,3 @@
-/*
-* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
import hilog from '@ohos.hilog';
import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'
diff --git a/example/ohos/entry/src/ohosTest/ets/test/List.test.ets b/example/ohos/entry/src/ohosTest/ets/test/List.test.ets
index f4140030e65d20df6af30a6bf51e464dea8f8aa6..d766fe249dfc3ada636f27e64d9b64451ce32c93 100644
--- a/example/ohos/entry/src/ohosTest/ets/test/List.test.ets
+++ b/example/ohos/entry/src/ohosTest/ets/test/List.test.ets
@@ -1,18 +1,3 @@
-/*
-* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
import abilityTest from './Ability.test'
export default function testsuite() {
diff --git a/example/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/example/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets
index 4ca645e6013cfce8e7dbb728313cb8840c4da660..e3f6e911d3fffba1e1795c60ed1ee4db15b386fd 100644
--- a/example/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets
+++ b/example/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets
@@ -1,18 +1,3 @@
-/*
-* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
import UIAbility from '@ohos.app.ability.UIAbility';
import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry';
import hilog from '@ohos.hilog';
diff --git a/example/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/example/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets
index cef0447cd2f137ef82d223ead2e156808878ab90..166366593a7e55ef17e6619f68a4c46214814858 100644
--- a/example/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets
+++ b/example/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets
@@ -1,18 +1,3 @@
-/*
-* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
import hilog from '@ohos.hilog';
@Entry
diff --git a/example/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/example/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts
index 1def08f2e9dcbfa3454a07b7a3b82b173bb90d02..92a16d84e8870da219c51d9f1342c79203c1f42d 100644
--- a/example/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts
+++ b/example/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts
@@ -1,18 +1,3 @@
-/*
-* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
import hilog from '@ohos.hilog';
import TestRunner from '@ohos.application.testRunner';
import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry';
diff --git a/example/ohos/entry/src/ohosTest/module.json5 b/example/ohos/entry/src/ohosTest/module.json5
index fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96..87631d3a1063ffadf6d6d73835cc89e49cad410f 100644
--- a/example/ohos/entry/src/ohosTest/module.json5
+++ b/example/ohos/entry/src/ohosTest/module.json5
@@ -1,18 +1,3 @@
-/*
-* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
{
"module": {
"name": "entry_test",
diff --git a/example/ohos/hvigorfile.ts b/example/ohos/hvigorfile.ts
index 8f2d2aafe6d6a3a71a9944ebd0c91fbc308ac9d1..0a7e3d8d74177458336fa2f524032b873cbe9552 100644
--- a/example/ohos/hvigorfile.ts
+++ b/example/ohos/hvigorfile.ts
@@ -1,18 +1,3 @@
-/*
-* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
import { appTasks } from '@ohos/hvigor-ohos-plugin';
export default {
diff --git a/lib/src/ohos.dart b/lib/src/ohos.dart
index db19d7945b4466dbff3eafa94e2acb8f3ec353a9..f2844bd74de8dbcb8a9178119a1cbe179634be9d 100644
--- a/lib/src/ohos.dart
+++ b/lib/src/ohos.dart
@@ -1,18 +1,3 @@
-//
-// Copyright (c) 2024 Hunan OpenValley Digital Industry Development Co., Ltd.
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
import 'dart:async';
import 'package:audio_session/src/util.dart';
diff --git a/ohos/build-profile.json5 b/ohos/build-profile.json5
index b5cf54176f8d80660aec9b1757d42ce5b50b2267..611694c289ab93e4af32825388981a07141857ac 100644
--- a/ohos/build-profile.json5
+++ b/ohos/build-profile.json5
@@ -1,19 +1,4 @@
-/**
- * Copyright (c) 2024 Hunan OpenValley Digital Industry Development Co., Ltd.
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-{
+ {
"apiType": "stageMode",
"buildOption": {
},
diff --git a/ohos/hvigorfile.ts b/ohos/hvigorfile.ts
index 5cdfdb9dcf894f0a1c8e3e6bac99341cdb273f27..47e6e1f81d365872f101585f5dbf816bcad65864 100644
--- a/ohos/hvigorfile.ts
+++ b/ohos/hvigorfile.ts
@@ -1,17 +1,2 @@
-/**
- * Copyright (c) 2024 Hunan OpenValley Digital Industry Development Co., Ltd.
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
export { harTasks } from '@ohos/hvigor-ohos-plugin';
\ No newline at end of file
diff --git a/ohos/index.ets b/ohos/index.ets
index 50548b8c1c2d6822d981d7ccb0332abfe781a348..3cfde83bd4bf675d629fb409c922f4a47de73c10 100644
--- a/ohos/index.ets
+++ b/ohos/index.ets
@@ -1,17 +1,2 @@
-/*
-* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
import AudioSessionPlugin from './src/main/ets/components/plugin/AudioSessionPlugin';
export default AudioSessionPlugin;
diff --git a/ohos/oh-package.json5 b/ohos/oh-package.json5
index bf7909c59a69c4fc2b57078b9e180feea277c3c2..6ba0c9e8fa344592a2e42e7d179544f1a2a02351 100644
--- a/ohos/oh-package.json5
+++ b/ohos/oh-package.json5
@@ -1,17 +1,3 @@
-/**
- * Copyright (c) 2024 Hunan OpenValley Digital Industry Development Co., Ltd.
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
{
"name": "audio_session",
"version": "1.0.0",
diff --git a/ohos/src/main/ets/components/plugin/AudioSessionPlugin.ets b/ohos/src/main/ets/components/plugin/AudioSessionPlugin.ets
index 0ff7dfe5da719fa3cb1033183973ac495c848679..89997301ac0e2a9d70bf305178712285563a0464 100644
--- a/ohos/src/main/ets/components/plugin/AudioSessionPlugin.ets
+++ b/ohos/src/main/ets/components/plugin/AudioSessionPlugin.ets
@@ -1,18 +1,3 @@
-/**
- * Copyright (c) 2024 Hunan OpenValley Digital Industry Development Co., Ltd.
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
import { FlutterPlugin, FlutterPluginBinding } from '@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/FlutterPlugin';
import MethodChannel, { MethodCallHandler, MethodResult } from '@ohos/flutter_ohos/src/main/ets/plugin/common/MethodChannel';
import MethodCall from '@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCall';
diff --git a/ohos/src/main/ets/components/plugin/OhosAudioManager.ets b/ohos/src/main/ets/components/plugin/OhosAudioManager.ets
index bb37fdd160bde119ad4eecb59a0513a180ca53bd..d924dad1257ac0e42296bc7488e2d24e4cd157fb 100644
--- a/ohos/src/main/ets/components/plugin/OhosAudioManager.ets
+++ b/ohos/src/main/ets/components/plugin/OhosAudioManager.ets
@@ -1,18 +1,3 @@
-/**
- * Copyright (c) 2024 Hunan OpenValley Digital Industry Development Co., Ltd.
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
import { Any, BinaryMessenger, Log, MethodCall } from '@ohos/flutter_ohos';
import MethodChannel, { MethodCallHandler, MethodResult } from '@ohos/flutter_ohos/src/main/ets/plugin/common/MethodChannel';
import { Context } from '@kit.AbilityKit';
diff --git a/ohos/src/main/module.json5 b/ohos/src/main/module.json5
index 33f159f26892f3b0df29f8a10c58cb054a0c71cc..3ddbb215d1a4b4e160548f507a4171e1ad8389bb 100644
--- a/ohos/src/main/module.json5
+++ b/ohos/src/main/module.json5
@@ -1,19 +1,4 @@
-/**
- * Copyright (c) 2024 Hunan OpenValley Digital Industry Development Co., Ltd.
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-{
+ {
"module": {
"name": "audio_session",
"type": "har",
diff --git a/ohos/src/test/List.test.ets b/ohos/src/test/List.test.ets
index 93d49a34c7c9fdb9924b9077e21f174107983cae..0b63a6e6703415b7051aacf7ea976204398d4f4f 100644
--- a/ohos/src/test/List.test.ets
+++ b/ohos/src/test/List.test.ets
@@ -1,19 +1,4 @@
-/**
- * Copyright (c) 2024 Hunan OpenValley Digital Industry Development Co., Ltd.
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-import localUnitTest from './LocalUnit.test';
+ import localUnitTest from './LocalUnit.test';
export default function testsuite() {
localUnitTest()
diff --git a/ohos/src/test/LocalUnit.test.ets b/ohos/src/test/LocalUnit.test.ets
index 3059cb42d1c90d97e2d0ccd09a79666da2643edf..3c0ece607f5df67b35fd34b067e1d5b467d0b86d 100644
--- a/ohos/src/test/LocalUnit.test.ets
+++ b/ohos/src/test/LocalUnit.test.ets
@@ -1,19 +1,4 @@
-/**
- * Copyright (c) 2024 Hunan OpenValley Digital Industry Development Co., Ltd.
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium';
+ import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium';
export default function localUnitTest() {
}
\ No newline at end of file