49 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			49 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | { | ||
|  |   "app": { | ||
|  |     "signingConfigs": [ | ||
|  |       { | ||
|  |         "name": "default", | ||
|  |         "type": "HarmonyOS", | ||
|  |         "material": { | ||
|  |           "certpath": "C:\\Users\\lixiao\\.ohos\\config\\auto_debug_assistedDrive_com.duolun.myapplication_260086000249443288.cer", | ||
|  |           "storePassword": "0000001B67EB2DAE4AE9F16DAD55EC4F056F51AC43C48F8B1FA1FD1D1FC0A0043838E9C8CC4EDED212AD2A", | ||
|  |           "keyAlias": "debugKey", | ||
|  |           "keyPassword": "0000001B5E84CD6F55A7E74A671F6B5BA5120AD37E2054A028BBB4E640C37DB774114EFEB98BB322509AAF", | ||
|  |           "profile": "C:\\Users\\lixiao\\.ohos\\config\\auto_debug_assistedDrive_com.duolun.myapplication_260086000249443288.p7b", | ||
|  |           "signAlg": "SHA256withECDSA", | ||
|  |           "storeFile": "C:\\Users\\lixiao\\.ohos\\config\\auto_debug_assistedDrive_com.duolun.myapplication_260086000249443288.p12" | ||
|  |         } | ||
|  |       } | ||
|  |     ], | ||
|  |     "compileSdkVersion": 9, | ||
|  |     "compatibleSdkVersion": 9, | ||
|  |     "products": [ | ||
|  |       { | ||
|  |         "name": "default", | ||
|  |         "signingConfig": "default", | ||
|  |       } | ||
|  |     ], | ||
|  |     "buildModeSet": [ | ||
|  |       { | ||
|  |         "name": "debug", | ||
|  |       }, | ||
|  |       { | ||
|  |         "name": "release" | ||
|  |       } | ||
|  |     ] | ||
|  |   }, | ||
|  |   "modules": [ | ||
|  |     { | ||
|  |       "name": "entry", | ||
|  |       "srcPath": "./entry", | ||
|  |       "targets": [ | ||
|  |         { | ||
|  |           "name": "default", | ||
|  |           "applyToProducts": [ | ||
|  |             "default" | ||
|  |           ] | ||
|  |         } | ||
|  |       ] | ||
|  |     } | ||
|  |   ] | ||
|  | } |