示例#1
0
 def binary_hook(t_self, resources, elf, binf):
     from tools.targets.REALTEK_RTL8195AM import rtl8195a_elf2bin
     rtl8195a_elf2bin(t_self, elf, binf)
示例#2
0
文件: __init__.py 项目: SoCM/ELEC143
 def binary_hook(t_self, resources, elf, binf):
     from tools.targets.REALTEK_RTL8195AM import rtl8195a_elf2bin
     rtl8195a_elf2bin(t_self.name, elf, binf)