diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..beb418699054e05bddb49cd6ba5abee104cefdbf --- /dev/null +++ b/bundle.json @@ -0,0 +1,30 @@ +{ + "name": "@ohos/iniparser", + "description": "This modules offers parsing of ini files from the C level. See a complete documentation in HTML format, from this directory open the file html/index.html with any HTML-capable browser.", + "version": "3.1", + "license": "MIT License", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/iniparser" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "thirdparty_iniparser", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file