奥特QT DDS 插件库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 line
715B

  1. {
  2. "Keys": ["AQTSampleMachinePlug"],
  3. "Name": "Sample Machine Plugin",
  4. "Version": "1.0.0",
  5. "CompatVersion": "1.0.0",
  6. "Vendor": "auseft",
  7. "Copyright": "Copyright (C) 2024",
  8. "License": "Your License",
  9. "Description": "Sample Machine Control Plugin for AQT System",
  10. "Url": "http://www.auseft.com",
  11. "Dependencies": [
  12. {
  13. "Name": "Core",
  14. "Version": "6.0.0"
  15. },
  16. {
  17. "Name": "Quick",
  18. "Version": "6.0.0"
  19. }
  20. ],
  21. "Arguments": [
  22. {
  23. "Name": "config-file",
  24. "Description": "Path to configuration file",
  25. "Required": false
  26. }
  27. ]
  28. }