11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  'conditions': [
31cb0ef41Sopenharmony_ci    ['target_arch=="ppc64" and OS in ("aix", "os400")', {
41cb0ef41Sopenharmony_ci      'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-cl.gypi'],
51cb0ef41Sopenharmony_ci    }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', {
61cb0ef41Sopenharmony_ci      'includes': ['config/archs/linux-ppc64le/no-asm/openssl-cl.gypi'],
71cb0ef41Sopenharmony_ci    }, 'target_arch=="s390x" and OS=="linux"', {
81cb0ef41Sopenharmony_ci      'includes': ['config/archs/linux64-s390x/no-asm/openssl-cl.gypi'],
91cb0ef41Sopenharmony_ci    }, 'target_arch=="arm" and OS in ("linux", "android")', {
101cb0ef41Sopenharmony_ci      'includes': ['config/archs/linux-armv4/no-asm/openssl-cl.gypi'],
111cb0ef41Sopenharmony_ci    }, 'target_arch=="arm64" and OS in ("linux", "android")', {
121cb0ef41Sopenharmony_ci      'includes': ['config/archs/linux-aarch64/no-asm/openssl-cl.gypi'],
131cb0ef41Sopenharmony_ci    }, 'target_arch=="arm64" and OS=="win"', {
141cb0ef41Sopenharmony_ci      'includes': ['config/archs/VC-WIN64-ARM/no-asm/openssl-cl.gypi'],
151cb0ef41Sopenharmony_ci    }, 'target_arch=="ia32" and OS=="freebsd"', {
161cb0ef41Sopenharmony_ci      'includes': ['config/archs/BSD-x86/no-asm/openssl-cl.gypi'],
171cb0ef41Sopenharmony_ci    }, 'target_arch=="ia32" and OS=="linux"', {
181cb0ef41Sopenharmony_ci      'includes': ['config/archs/linux-elf/no-asm/openssl-cl.gypi'],
191cb0ef41Sopenharmony_ci    }, 'target_arch=="ia32" and OS=="mac"', {
201cb0ef41Sopenharmony_ci      'includes': ['config/archs/darwin-i386-cc/no-asm/openssl-cl.gypi'],
211cb0ef41Sopenharmony_ci    }, 'target_arch=="ia32" and OS=="solaris"', {
221cb0ef41Sopenharmony_ci      'includes': ['config/archs/solaris-x86-gcc/no-asm/openssl-cl.gypi'],
231cb0ef41Sopenharmony_ci    }, 'target_arch=="ia32" and OS=="win"', {
241cb0ef41Sopenharmony_ci      'includes': ['config/archs/VC-WIN32/no-asm/openssl-cl.gypi'],
251cb0ef41Sopenharmony_ci    }, 'target_arch=="ia32"', {
261cb0ef41Sopenharmony_ci      # noasm linux-elf for other ia32 platforms
271cb0ef41Sopenharmony_ci      'includes': ['config/archs/linux-elf/no-asm/openssl-cl.gypi'],
281cb0ef41Sopenharmony_ci    }, 'target_arch=="x64" and OS=="freebsd"', {
291cb0ef41Sopenharmony_ci      'includes': ['config/archs/BSD-x86_64/no-asm/openssl-cl.gypi'],
301cb0ef41Sopenharmony_ci    }, 'target_arch=="x64" and OS=="mac"', {
311cb0ef41Sopenharmony_ci      'includes': ['config/archs/darwin64-x86_64-cc/no-asm/openssl-cl.gypi'],
321cb0ef41Sopenharmony_ci    }, 'target_arch=="arm64" and OS=="mac"', {
331cb0ef41Sopenharmony_ci      'includes': ['config/archs/darwin64-arm64-cc/no-asm/openssl-cl.gypi'],
341cb0ef41Sopenharmony_ci    }, 'target_arch=="x64" and OS=="solaris"', {
351cb0ef41Sopenharmony_ci      'includes': ['config/archs/solaris64-x86_64-gcc/no-asm/openssl-cl.gypi'],
361cb0ef41Sopenharmony_ci    }, 'target_arch=="x64" and OS=="win"', {
371cb0ef41Sopenharmony_ci      'includes': ['config/archs/VC-WIN64A/no-asm/openssl-cl.gypi'],
381cb0ef41Sopenharmony_ci    }, 'target_arch=="x64" and OS=="linux"', {
391cb0ef41Sopenharmony_ci      'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'],
401cb0ef41Sopenharmony_ci    }, 'target_arch=="mips64el" and OS=="linux"', {
411cb0ef41Sopenharmony_ci      'includes': ['config/archs/linux64-mips64/no-asm/openssl-cl.gypi'],
421cb0ef41Sopenharmony_ci    }, 'target_arch=="riscv64" and OS=="linux"', {
431cb0ef41Sopenharmony_ci      'includes': ['config/archs/linux64-riscv64/no-asm/openssl-cl.gypi'],
441cb0ef41Sopenharmony_ci    }, 'target_arch=="loong64" and OS=="linux"', {
451cb0ef41Sopenharmony_ci      'includes': ['config/archs/linux64-loongarch64/no-asm/openssl-cl.gypi'],
461cb0ef41Sopenharmony_ci    }, {
471cb0ef41Sopenharmony_ci      # Other architectures don't use assembly
481cb0ef41Sopenharmony_ci      'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'],
491cb0ef41Sopenharmony_ci    }],
501cb0ef41Sopenharmony_ci  ],
511cb0ef41Sopenharmony_ci}
52