1002fa3f创建于 2023年12月12日历史提交
{
  app: {
    signingConfigs: [],
    products: [
      {
        name: "default",
        signingConfig: "default",
        compatibleSdkVersion: 10,
        compileSdkVersion: 10,
        targetSdkVersion: 10,
        runtimeOS: "OpenHarmony",
      },
    ],
    buildModeSet: [
      {
        name: "debug",
      },
      {
        name: "release",
      },
    ],
  },
  modules: [
    {
      name: "entry",
      srcPath: "./entry",
      targets: [
        {
          name: "default",
          applyToProducts: ["default"],
        },
      ],
    },
    {
      name: "library",
      srcPath: "./library",
    },
  ],
}