diff --git a/arkXtest/BUILD.gn b/arkXtest/BUILD.gn index dbdb4a1cf3219e49a6a715b6083216cb3838c590..f83527ddb92de49c947d3c1739d14a6b14af627b 100644 --- a/arkXtest/BUILD.gn +++ b/arkXtest/BUILD.gn @@ -18,7 +18,7 @@ group("arkXtest") { if (is_standard_system) { deps = [ "uitest:ActsUiTest", - "uitestScene:ActsUiTestScene" - ] + "uitestScene:ActsUiTestScene", + ] } } diff --git a/arkXtest/uitest/src/main/ets/MainAbility/pages/index.ets b/arkXtest/uitest/src/main/ets/MainAbility/pages/index.ets index d6ca48cf43988cd6f270a026f0c1a88b7bc57123..7ab94fa133a9b7486deb302bfcb4a1b2762ae929 100644 --- a/arkXtest/uitest/src/main/ets/MainAbility/pages/index.ets +++ b/arkXtest/uitest/src/main/ets/MainAbility/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. + */ @Entry @Component struct Index {