18 lines
264 B
Plaintext
18 lines
264 B
Plaintext
|
|
import("//build/buildcfg.gni")
|
||
|
|
|
||
|
|
module_name = get_path_info(rebase_path("."), "name")
|
||
|
|
module_group(module_name) {
|
||
|
|
modules = [
|
||
|
|
"ap",
|
||
|
|
"app",
|
||
|
|
"startup",
|
||
|
|
"driver",
|
||
|
|
"common",
|
||
|
|
"os",
|
||
|
|
"plc",
|
||
|
|
"ftm",
|
||
|
|
"pib",
|
||
|
|
"cli",
|
||
|
|
"import"
|
||
|
|
]
|
||
|
|
}
|