1{
2	"full_x86_64":{
3		"ETS_RUNTIME_PATH": "out/rk3568/clang_x64/arkcompiler/ets_runtime/",
4		"ICU_PATH": "out/rk3568/clang_x64/thirdparty/icu/",
5		"ZLIB_PATH": "out/rk3568/clang_x64/thirdparty/zlib/", 
6		"LIB_PATH": "prebuilts/clang/ohos/linux-x86_64/llvm/lib/",
7		"ES2ABC": "out/rk3568/clang_x64/arkcompiler/ets_frontend/es2abc"
8	},
9	"independent_x86_64": {
10		"ETS_RUNTIME_PATH": "out/x64.release/arkcompiler/ets_runtime",
11		"ICU_PATH": "out/x64.release/thirdparty/icu/",
12		"ZLIB_PATH": "", 
13        "LIB_PATH": "",
14		"ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc"
15	}	
16}