mirror of
https://github.com/openharmony/windowmanager.git
synced 2026-06-30 21:47:58 -04:00
!1159 Change abc generation template
Merge pull request !1159 from ctw-ian/modify_template
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user