1{
2  "app": {
3    "products": [
4      {
5        "name": "default",
6        "signingConfig": "release",
7        "compileSdkVersion": 12,
8        "compatibleSdkVersion": 12,
9        "targetSdkVersion": 12,
10        "runtimeOS": "OpenHarmony",
11      }
12    ],
13    "signingConfigs": []
14  },
15  "modules": [
16    {
17      "name": "phone",
18      "srcPath": "./product/phone",
19      "targets": [
20        {
21          "name": "default",
22          "applyToProducts": [
23            "default",
24          ],
25        },
26      ],
27    }
28  ],
29}