mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-01 03:28:53 +08:00
25 lines
477 B
JSON
25 lines
477 B
JSON
{
|
|
"name":"foobar",
|
|
"date":"2021-06-15",
|
|
"team":"AWTK Develop Team",
|
|
"author":"Li XianJing <xianjimli@hotmail.com>",
|
|
"desc":"foobar",
|
|
"copyright":"Guangzhou ZHIYUAN Electronics Co.,Ltd.",
|
|
"parent": "object",
|
|
"includes":[],
|
|
"props": [
|
|
{
|
|
"name":"type",
|
|
"desc":"a int value",
|
|
"init_value":0,
|
|
"type":"uint32_t"
|
|
},
|
|
{
|
|
"name":"name",
|
|
"desc":"a string value",
|
|
"init_value":"NULL",
|
|
"type":"char*"
|
|
}
|
|
]
|
|
}
|