added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"header": {
"version": 1,
"type": "record",
"approw-key": "LAYOUT_CFG_NETOI"
},
"body": {
"record1": {
"<1>": "Configure NetOI to process conversion codes on the host or in .NET",
"<2>": "Choose to have NetOI perform all available conversions on the host, in the .NET assembly if assembly passes validation test, or always process in the .NET assembly",
"<3>": "Where should conversion codes be processed?{OPTIONS Process all on host/0|Process in .NET assembly if possible/1|Always process in .NET/-1}{DEFAULT 0}"
}
}
}