12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "material": {
- "certpath": "C:/Users/yxj23/.ohos/config/openharmony/default_RearEndApp_jPGGC8QYDU_I4915h83y2DqA1lzHoKEksjug1v4qmLA=.cer",
- "storePassword": "0000001B33BC198BCE3899851210D0EDDFAB1B1703D13356941D2891FEA02FBB3F9E2C6AF4EC0A8262BBEF",
- "keyAlias": "debugKey",
- "keyPassword": "0000001B1C28025910FEA58D750B3DDD22B92C93B1FCBDF5BEB16CBD0F66A69098B5CE637A562566517048",
- "profile": "C:/Users/yxj23/.ohos/config/openharmony/default_RearEndApp_jPGGC8QYDU_I4915h83y2DqA1lzHoKEksjug1v4qmLA=.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:/Users/yxj23/.ohos/config/openharmony/default_RearEndApp_jPGGC8QYDU_I4915h83y2DqA1lzHoKEksjug1v4qmLA=.p12"
- }
- }
- ],
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- "compileSdkVersion": 10,
- "compatibleSdkVersion": 10,
- "runtimeOS": "OpenHarmony",
- }
- ],
- "buildModeSet": [
- {
- "name": "debug",
- },
- {
- "name": "release"
- }
- ]
- },
- "modules": [
- {
- "name": "entry",
- "srcPath": "./entry",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- }
- ]
- }
|