diff --git a/arkcompiler/BUILD.gn b/arkcompiler/BUILD.gn index 312965d0ba5f25023458a2110d3763b70c7f25c7..80b89bfa4f71f9dee844b2102f6f085a1efbf57a 100644 --- a/arkcompiler/BUILD.gn +++ b/arkcompiler/BUILD.gn @@ -1,10 +1,23 @@ +# Copyright (C) 2023 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("//build/ohos_var.gni") group("arkcompiler") { testonly = true if (is_standard_system) { - deps = [ - "esmodule:esmodule", + deps = [ + "esmodule:esmodule", ] } } \ No newline at end of file diff --git a/arkcompiler/esmodule/BUILD.gn b/arkcompiler/esmodule/BUILD.gn index 54dc11c5fff698c8201042021f87de66bd23d8b2..bdc0578d9037d9fd651ec8ffab9fcb40f237dc77 100644 --- a/arkcompiler/esmodule/BUILD.gn +++ b/arkcompiler/esmodule/BUILD.gn @@ -1,3 +1,16 @@ +# Copyright (C) 2023 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("//build/ohos_var.gni") group("esmodule") {