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