• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "signingConfigs": [
4    ],
5    "products": [
6      {
7        "name": "default",
8        "signingConfig": "default",
9        "compileSdkVersion": 11,
10        "compatibleSdkVersion": 11,
11        "runtimeOS": "OpenHarmony"
12      }
13    ]
14  },
15  "modules": [
16    {
17      "name": "entry",
18      "srcPath": "./entry",
19      "targets": [
20        {
21          "name": "default",
22          "applyToProducts": [
23            "default"
24          ]
25        }
26      ]
27    },
28    {
29      "name": "common",
30      "srcPath": "./common"
31    },
32    {
33      "name": "ippPrint",
34      "srcPath": "./feature/ippPrint"
35    }
36  ]
37}