123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- {
- "app": {
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- "compileSdkVersion": 10,
- "compatibleSdkVersion": 10
- }
- ],
- "signingConfigs": [
- {
- "name": "default",
- "material": {
- "storePassword": "00000016263D35F1D2C22FE301C653F30510631B97619920B08A2CC8F7AC3185344EEBD198A5",
- "certpath": "D:/HuaweiWorkspace/launcher-OpenHarmony/HJ_launcher/signature/OpenHarmonyApplication.cer",
- "keyAlias": "OpenHarmony Application Release",
- "keyPassword": "00000016A4EA2BCCB995156201EE3DFF5513A6752C47691F9896171A744CB7844DC8AE84B1E9",
- "profile": "D:/HuaweiWorkspace/launcher-OpenHarmony/HJ_launcher/signature/launcher.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "D:/HuaweiWorkspace/launcher-OpenHarmony/HJ_launcher/signature/OpenHarmony.p12"
- }
- }
- ]
- },
- "modules": [
- {
- "name": "launcher_common",
- "srcPath": "./common",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- },
- {
- "name": "launcher_appcenter",
- "srcPath": "./feature/appcenter",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- },
- {
- "name": "launcher_bigfolder",
- "srcPath": "./feature/bigfolder",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- },
- {
- "name": "launcher_form",
- "srcPath": "./feature/form",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- },
- {
- "name": "launcher_gesturenavigation",
- "srcPath": "./feature/gesturenavigation",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- },
- {
- "name": "launcher_numbadge",
- "srcPath": "./feature/numbadge",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- },
- {
- "name": "launcher_pagedesktop",
- "srcPath": "./feature/pagedesktop",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- },
- {
- "name": "launcher_recents",
- "srcPath": "./feature/recents",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- },
- {
- "name": "launcher_smartDock",
- "srcPath": "./feature/smartdock",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- },
- {
- "name": "phone_launcher",
- "srcPath": "./product/phone",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- },
- {
- "name": "pad_launcher",
- "srcPath": "./product/pad",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- },
- {
- "name": "launcher_settings",
- "srcPath": "./feature/settings",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default",
- ],
- },
- ],
- }
- ],
- }
|