鸿蒙
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 line
735B

  1. {
  2. "app": {
  3. "signingConfigs": [],
  4. "products": [
  5. {
  6. "name": "default",
  7. "signingConfig": "default",
  8. "compileSdkVersion": "4.1.0(11)",
  9. "compatibleSdkVersion": "4.1.0(11)",
  10. "runtimeOS": "HarmonyOS",
  11. }
  12. ],
  13. "buildModeSet": [
  14. {
  15. "name": "debug",
  16. },
  17. {
  18. "name": "release"
  19. }
  20. ]
  21. },
  22. "modules": [
  23. {
  24. "name": "entry",
  25. "srcPath": "./entry",
  26. "targets": [
  27. {
  28. "name": "default",
  29. "applyToProducts": [
  30. "default"
  31. ]
  32. }
  33. ]
  34. },
  35. {
  36. "name": "basic",
  37. "srcPath": "./basic"
  38. },
  39. {
  40. "name": "sdk_ywx",
  41. "srcPath": "./sdk_ywx"
  42. }
  43. ]
  44. }