{
"app": {
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.4(16)",
"runtimeOS": "HarmonyOS"
}
]
},
"modules": [
{
"name": "phone",
"srcPath": "./products/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "utils",
"srcPath": "./commons/utils"
},
{
"name": "home",
"srcPath": "./features/home"
},
{
"name": "newproduct",
"srcPath": "./features/newproduct"
},
{
"name": "shopcart",
"srcPath": "./features/shopcart"
},
{
"name": "personal",
"srcPath": "./features/personal"
},
{
"name": "orderdetail",
"srcPath": "./features/orderdetail"
}
]
}