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