• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/selinux",
3    "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.",
4    "version": "3.1",
5    "license": "GNU GENERAL PUBLIC LICENSE",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/selinux"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "libselinux/LICENSE",
13    "component": {
14        "name": "thirdparty_selinux",
15        "subsystem": "",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [],
19        "rom": "",
20        "ram": "",
21        "deps": {
22            "components": [],
23            "third_party": []
24        },
25        "build": {
26            "sub_component": [],
27            "inner_kits": [],
28            "test": []
29        }
30    }
31}