22 lines
446 B
Plaintext
22 lines
446 B
Plaintext
|
|
%%{
|
||
|
|
productName = args.utils.getProductNameProjectSpec(args.device);
|
||
|
|
%%}
|
||
|
|
[
|
||
|
|
{
|
||
|
|
"rootMacroName": "COM_TI_`productName`_INSTALL_DIR",
|
||
|
|
"compilerIncludePath": [ ],
|
||
|
|
"compilerSymbols": [ ],
|
||
|
|
"linkerSearchPath": [ ],
|
||
|
|
"properties": {
|
||
|
|
"rtsc.repositories": [
|
||
|
|
"source",
|
||
|
|
"."
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"helpTocs": [
|
||
|
|
],
|
||
|
|
"docs": [
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|