npk.yml 855 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ## Package Base Information
  2. name: app-nsdk_rtthread_msh
  3. owner: nuclei
  4. version:
  5. description: RTThread MSH Demo
  6. type: app
  7. keywords:
  8. - rtthread
  9. - msh demo
  10. category: rtthread application
  11. license:
  12. homepage:
  13. ## Package Dependency
  14. dependencies:
  15. - name: sdk-nuclei_sdk
  16. version:
  17. - name: osp-nsdk_rtthread
  18. version:
  19. ## Package Configurations
  20. configuration:
  21. app_commonflags:
  22. value: -O3
  23. type: text
  24. description: Application Compile Flags
  25. ## Set Configuration for other packages
  26. setconfig:
  27. - config: rtthread_msh
  28. value: 1
  29. ## Source Code Management
  30. codemanage:
  31. copyfiles:
  32. - path: ["*.c", "*.h"]
  33. incdirs:
  34. - path: ["./"]
  35. libdirs:
  36. ldlibs:
  37. - libs:
  38. ## Build Configuration
  39. buildconfig:
  40. - type: common
  41. common_flags: # flags need to be combined together across all packages
  42. - flags: ${app_commonflags}