{
    "app": {
        "signingConfigs": [],
        "products": [
            {
                "name": "default",
                "signingConfig": "default",
                "compileSdkVersion": 12,
                "compatibleSdkVersion": 12,
                "runtimeOS": "OpenHarmony"
            }
        ],
        "buildModeSet": [
            {
                "name": "debug",
            },
            {
                "name": "release"
            }
        ]
    },
    "modules": [
        {
            "name": "entry",
            "srcPath": "./entry",
            "targets": [
                {
                    "name": "default",
                    "applyToProducts": [
                        "default"
                    ]
                }
            ]
        },
        {
            "name": "library",
            "srcPath": "./library"
        }
    ]
}