diff --git a/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestAbility/TestAbility.ts b/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestAbility/TestAbility.ts index 301aaf6099dd794d856d2ab13bf3ef6f13e3ba78..20877f79a5ad57aa25c107d236bd4c3835d0d472 100644 --- a/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestAbility/TestAbility.ts +++ b/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestAbility/TestAbility.ts @@ -1,3 +1,17 @@ +/* + * Copyright (c) 2022 Huawei Device 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 Ability from '@ohos.application.Ability' import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry' import { Hypium } from '@ohos/hypium' @@ -42,4 +56,4 @@ export default class TestAbility extends Ability { onBackground() { console.log('TestAbility onBackground') } -}; \ No newline at end of file +}; diff --git a/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestAbility/pages/index.ets b/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestAbility/pages/index.ets index 733600abc03d7e777ef1a55eaddd77f4d1d7d66d..33b5d087aff46bee138cb4b6086fa0579101c8db 100644 --- a/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestAbility/pages/index.ets +++ b/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestAbility/pages/index.ets @@ -1,3 +1,17 @@ +/* + * Copyright (c) 2022 Huawei Device 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 router from '@ohos.router'; @Entry @@ -31,4 +45,4 @@ struct Index { } .height('100%') } - } \ No newline at end of file + } diff --git a/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts b/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts index b7a05f076a1146a1ffcc7ecfcb4f9a024d1436a5..09b160c7278dd0db1c256d2b489386b1f303acc5 100644 --- a/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts +++ b/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts @@ -1,3 +1,17 @@ +/* + * Copyright (c) 2022 Huawei Device 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 TestRunner from '@ohos.application.testRunner' import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry' @@ -61,4 +75,4 @@ export default class OpenHarmonyTestRunner implements TestRunner { }) console.info('OpenHarmonyTestRunner onRun end') } -}; \ No newline at end of file +}; diff --git a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestAbility/TestAbility.ts b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestAbility/TestAbility.ts index 301aaf6099dd794d856d2ab13bf3ef6f13e3ba78..20877f79a5ad57aa25c107d236bd4c3835d0d472 100644 --- a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestAbility/TestAbility.ts +++ b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestAbility/TestAbility.ts @@ -1,3 +1,17 @@ +/* + * Copyright (c) 2022 Huawei Device 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 Ability from '@ohos.application.Ability' import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry' import { Hypium } from '@ohos/hypium' @@ -42,4 +56,4 @@ export default class TestAbility extends Ability { onBackground() { console.log('TestAbility onBackground') } -}; \ No newline at end of file +}; diff --git a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestAbility/pages/index.ets b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestAbility/pages/index.ets index 733600abc03d7e777ef1a55eaddd77f4d1d7d66d..33b5d087aff46bee138cb4b6086fa0579101c8db 100644 --- a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestAbility/pages/index.ets +++ b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestAbility/pages/index.ets @@ -1,3 +1,17 @@ +/* + * Copyright (c) 2022 Huawei Device 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 router from '@ohos.router'; @Entry @@ -31,4 +45,4 @@ struct Index { } .height('100%') } - } \ No newline at end of file + } diff --git a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts index aa80665183852aae57a7202ddb8bda62ecef59e2..4ce7693d4c47cd4af0c889eb86adc4026995c123 100644 --- a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts +++ b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts @@ -1,3 +1,17 @@ +/* + * Copyright (c) 2022 Huawei Device 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 TestRunner from '@ohos.application.testRunner' import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry' @@ -61,4 +75,4 @@ export default class OpenHarmonyTestRunner implements TestRunner { }) console.info('OpenHarmonyTestRunner onRun end') } -}; \ No newline at end of file +};