Lines Matching refs:json
5 …配置的SysCap和API版本生成描述RPCID(Required Product Compatibility ID)的json文件,并调用编解码工具syscap_tool将该json文件编码成R…
81 -d, --decode : decode to json format.
91 # 将 RPCID.json 编码为SC格式,文件名RPCID.sc
92 syscap_tool -Rei RPCID.json -o path/
94 # 将 RPCID.sc 编码为JSON格式,文件名RPCID.json
97 # 将 PCID.json 编码为SC格式,文件名PCID.sc
98 syscap_tool -Pei PCID.json -o path/
100 # 将 PCID.sc 编码为JSON格式,文件名PCID.json
115 # 将字符串格式的 pcid 转为 json 格式,文件名 PCID.json。
154 json file. default: all bundle.json file
163 # 检查指定的部件的bundle.json中的syscap字段与syscap_define.h中的arraySyscap一致性情况,注意,只要当--check_target为component_co…
164 …h_of_openarmony -t component_codec -b path_of_component1/bundle.json path_of_component2/bundle.json