1
0

app_manifest.json 262 B

1234567891011
  1. {
  2. "SchemaVersion": 1,
  3. "Name": "wolfSSL_Server",
  4. "ComponentId": "00000000-0000-0000-0000-000000000001",
  5. "EntryPoint": "/bin/app",
  6. "CmdArgs": [],
  7. "Capabilities": {
  8. "AllowedTcpServerPorts": [ 11111 ]
  9. },
  10. "ApplicationType": "Default"
  11. }