package.json 365 B

1234567891011121314151617181920
  1. {
  2. "name": "hello",
  3. "version": "1.0.0",
  4. "description": "Hello World component for RT-Thread",
  5. "author": "RT-Thread Development Team",
  6. "license": "Apache-2.0",
  7. "type": "rt-package",
  8. "source_files": [
  9. "hello.c"
  10. ],
  11. "CPPPATH": [
  12. "."
  13. ],
  14. "CPPDEFINES": [
  15. "HELLO"
  16. ],
  17. "depends": [
  18. ""
  19. ]
  20. }