• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "plugins": {
3        "interop_plugin": "workspace/out/sdk/ohos-sdk/linux/ets/ets1.2/build-tools/ui-plugins/lib/interop-plugins/index"
4    },
5
6    "compileFiles": [
7        "./demo/localtest/entry/new.ets"
8    ],
9
10    "packageName" : "entry",
11
12    "buildType": "build",
13    "buildMode": "Debug",
14    "moduleRootPath": "./demo/localtest/entry/",
15    "sourceRoots": ["./"],
16
17    "loaderOutPath": "./dist",
18    "cachePath": "./dist/cache",
19
20    "buildSdkPath": "workspace/out/sdk/ohos-sdk/linux/ets/ets1.2/",
21
22    "dependentModuleList": [],
23
24    "isIDE": "false",
25    "enableDeclgenEts2Ts": true,
26
27    "declgenV1OutPath": "workspace/developtools/ace_ets2bundle/arkui-plugins/test/demo/hello_world/declgenV1OutPath",
28    "declgenBridgeCodePath": "workspace/developtools/ace_ets2bundle/arkui-plugins/test/demo/hello_world/declgenBridgeCodePath"
29}
30