{
  "app": {
    "signingConfigs": [
    ],
    "products": [
      {
        "name": "default",
        "signingConfig": "default",
        "compileSdkVersion": 18,
        "compatibleSdkVersion": 11,
        "runtimeOS": "OpenHarmony"
      },
      {
        "name": "tablet",
        "signingConfig": "default",
        "compileSdkVersion": 18,
        "compatibleSdkVersion": 11,
        "runtimeOS": "OpenHarmony"
      }
    ]
  },
  "modules": [
    {
      "name": "entry",
      "srcPath": "./entry",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default"
          ]
        }
      ]
    },
    {
      "name": "common",
      "srcPath": "./common"
    },
    {
      "name": "ippPrint",
      "srcPath": "./feature/ippPrint"
    },
    {
      "name": "driverEntry",
      "srcPath": "./driverEntry",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default"
          ]
        }
      ]
    }
  ]
}