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