diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..29765097ae17d5154975cbc7ad58c3e117df9f26 --- /dev/null +++ b/bundle.json @@ -0,0 +1,31 @@ +{ + "name": "@ohos/selinux", + "description": "The CI now uses GitHub Actions to run tests and the SELinux testsuite in a virtual machine. Replace the Travis CI badge with the ones for these workflows.", + "version": "3.1", + "license": "GNU GENERAL PUBLIC LICENSE", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/selinux" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "libselinux/LICENSE", + "component": { + "name": "thirdparty_selinux", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file