!1159 Change abc generation template

Merge pull request !1159 from ctw-ian/modify_template
This commit is contained in:
openharmony_ci
2022-08-08 11:40:35 +00:00
committed by Gitee
3 changed files with 6 additions and 6 deletions
@@ -11,10 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//arkcompiler/ets_frontend/ts2panda/ts2abc_config.gni")
import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni")
import("//build/ohos.gni")
ts2abc_gen_abc("gen_window_extension_ability_abc") {
es2abc_gen_abc("gen_window_extension_ability_abc") {
src_js = rebase_path("window_extension_ability.js")
dst_file = rebase_path(target_out_dir + "/window_extension_ability.abc")
in_puts = [ "window_extension_ability.js" ]
@@ -11,10 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//arkcompiler/ets_frontend/ts2panda/ts2abc_config.gni")
import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni")
import("//build/ohos.gni")
ts2abc_gen_abc("gen_window_extension_context_abc") {
es2abc_gen_abc("gen_window_extension_context_abc") {
src_js = rebase_path("window_extension_context.js")
dst_file = rebase_path(target_out_dir + "/window_extension_context.abc")
in_puts = [ "window_extension_context.js" ]
@@ -11,10 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//arkcompiler/ets_frontend/ts2panda/ts2abc_config.gni")
import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni")
import("//build/ohos.gni")
ts2abc_gen_abc("gen_window_stage_abc") {
es2abc_gen_abc("gen_window_stage_abc") {
src_js = rebase_path("window_stage.js")
dst_file = rebase_path(target_out_dir + "/window_stage.abc")
in_puts = [ "window_stage.js" ]