2 Star 28 Fork 7

HarmonyOS_Samples/SystemRouterMap

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build-profile.json5 1.07 KB
Copy Edit Raw Blame History
Lloyd_Liu authored 2024-06-18 20:36 . add SystemRouterMap
{
"app": {
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "harA",
"srcPath": "./harA"
},
{
"name": "harB",
"srcPath": "./harB"
},
{
"name": "hspA",
"srcPath": "./hspA",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "hspB",
"srcPath": "./hspB",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/harmonyos_samples/system-router-map.git
git@gitee.com:harmonyos_samples/system-router-map.git
harmonyos_samples
system-router-map
SystemRouterMap
master

Search