mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-28 01:01:34 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
25
Living_SDK/security/irot/se/ucube.py
Normal file
25
Living_SDK/security/irot/se/ucube.py
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
CHIPNAME = "chip_template"
|
||||
|
||||
gincs = Split('''
|
||||
''')
|
||||
|
||||
incs = Split('''
|
||||
../include
|
||||
./src
|
||||
./chipset/%s/include
|
||||
./chipset/%s/
|
||||
'''%(CHIPNAME, CHIPNAME))
|
||||
|
||||
src = Split('''
|
||||
./src/core/km_to_irot.c
|
||||
./src/core/std_se_adapter.c
|
||||
./src/core/mtk_se_adapter.c
|
||||
./src/log/chiplog.c
|
||||
./chipset/%s/irot_impl/irot_hal.c
|
||||
./chipset/%s/se_driver_impl/se_driver.c
|
||||
'''%(CHIPNAME, CHIPNAME))
|
||||
|
||||
comp = aos_component('se', src)
|
||||
comp.add_global_includes(*gincs)
|
||||
comp.add_includes(*incs)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue