鸿蒙系统,新建空白项目
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.

39 lines
622B

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