Files
rt-thread/tools/hello/package.json
Bernard Xiong 5a2352eb64 [scons] code cleanup for scons script. (#10429)
* [scons] move project_generation to targets; code clean for building.py.
2025-06-25 15:06:45 +08:00

20 lines
365 B
JSON

{
"name": "hello",
"version": "1.0.0",
"description": "Hello World component for RT-Thread",
"author": "RT-Thread Development Team",
"license": "Apache-2.0",
"type": "rt-package",
"source_files": [
"hello.c"
],
"CPPPATH": [
"."
],
"CPPDEFINES": [
"HELLO"
],
"depends": [
""
]
}