11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci 'conditions': [ 31cb0ef41Sopenharmony_ci ['target_arch=="ppc64" and OS in ("aix", "os400")', { 41cb0ef41Sopenharmony_ci 'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl.gypi'], 51cb0ef41Sopenharmony_ci }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { 61cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl.gypi'], 71cb0ef41Sopenharmony_ci }, 'target_arch=="s390x" and OS=="linux"', { 81cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux64-s390x/asm_avx2/openssl.gypi'], 91cb0ef41Sopenharmony_ci }, 'target_arch=="arm" and OS=="linux"', { 101cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-armv4/asm_avx2/openssl.gypi'], 111cb0ef41Sopenharmony_ci }, 'target_arch=="arm64" and OS=="linux"', { 121cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-aarch64/asm_avx2/openssl.gypi'], 131cb0ef41Sopenharmony_ci }, 'target_arch=="ia32" and OS=="freebsd"', { 141cb0ef41Sopenharmony_ci 'includes': ['config/archs/BSD-x86/asm_avx2/openssl.gypi'], 151cb0ef41Sopenharmony_ci }, 'target_arch=="ia32" and OS=="linux"', { 161cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-elf/asm_avx2/openssl.gypi'], 171cb0ef41Sopenharmony_ci }, 'target_arch=="ia32" and OS=="mac"', { 181cb0ef41Sopenharmony_ci 'includes': ['config/archs/darwin-i386-cc/asm_avx2/openssl.gypi'], 191cb0ef41Sopenharmony_ci }, 'target_arch=="ia32" and OS=="solaris"', { 201cb0ef41Sopenharmony_ci 'includes': ['config/archs/solaris-x86-gcc/asm_avx2/openssl.gypi'], 211cb0ef41Sopenharmony_ci }, 'target_arch=="ia32" and OS=="win"', { 221cb0ef41Sopenharmony_ci 'includes': ['config/archs/VC-WIN32/asm_avx2/openssl.gypi'], 231cb0ef41Sopenharmony_ci 'rules': [ 241cb0ef41Sopenharmony_ci { 251cb0ef41Sopenharmony_ci 'rule_name': 'Assemble', 261cb0ef41Sopenharmony_ci 'extension': 'asm', 271cb0ef41Sopenharmony_ci 'inputs': [], 281cb0ef41Sopenharmony_ci 'outputs': [ 291cb0ef41Sopenharmony_ci '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj', 301cb0ef41Sopenharmony_ci ], 311cb0ef41Sopenharmony_ci 'action': [ 321cb0ef41Sopenharmony_ci 'nasm.exe', 331cb0ef41Sopenharmony_ci '-f win32', 341cb0ef41Sopenharmony_ci '-o', '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj', 351cb0ef41Sopenharmony_ci '<(RULE_INPUT_PATH)', 361cb0ef41Sopenharmony_ci ], 371cb0ef41Sopenharmony_ci } 381cb0ef41Sopenharmony_ci ], 391cb0ef41Sopenharmony_ci }, 'target_arch=="ia32"', { 401cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-elf/asm_avx2/openssl.gypi'], 411cb0ef41Sopenharmony_ci }, 'target_arch=="x64" and OS=="freebsd"', { 421cb0ef41Sopenharmony_ci 'includes': ['config/archs/BSD-x86_64/asm_avx2/openssl.gypi'], 431cb0ef41Sopenharmony_ci }, 'target_arch=="x64" and OS=="mac"', { 441cb0ef41Sopenharmony_ci 'includes': ['config/archs/darwin64-x86_64-cc/asm_avx2/openssl.gypi'], 451cb0ef41Sopenharmony_ci }, 'target_arch=="arm64" and OS=="mac"', { 461cb0ef41Sopenharmony_ci 'includes': ['config/archs/darwin64-arm64-cc/asm_avx2/openssl.gypi'], 471cb0ef41Sopenharmony_ci }, 'target_arch=="x64" and OS=="solaris"', { 481cb0ef41Sopenharmony_ci 'includes': ['config/archs/solaris64-x86_64-gcc/asm_avx2/openssl.gypi'], 491cb0ef41Sopenharmony_ci }, 'target_arch=="x64" and OS=="win"', { 501cb0ef41Sopenharmony_ci 'includes': ['config/archs/VC-WIN64A/asm_avx2/openssl.gypi'], 511cb0ef41Sopenharmony_ci 'rules': [ 521cb0ef41Sopenharmony_ci { 531cb0ef41Sopenharmony_ci 'rule_name': 'Assemble', 541cb0ef41Sopenharmony_ci 'extension': 'asm', 551cb0ef41Sopenharmony_ci 'inputs': [], 561cb0ef41Sopenharmony_ci 'outputs': [ 571cb0ef41Sopenharmony_ci '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj', 581cb0ef41Sopenharmony_ci ], 591cb0ef41Sopenharmony_ci 'action': [ 601cb0ef41Sopenharmony_ci 'nasm.exe', 611cb0ef41Sopenharmony_ci '-f win64', 621cb0ef41Sopenharmony_ci '-DNEAR', 631cb0ef41Sopenharmony_ci '-Ox', 641cb0ef41Sopenharmony_ci '-g', 651cb0ef41Sopenharmony_ci '-o', '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj', 661cb0ef41Sopenharmony_ci '<(RULE_INPUT_PATH)', 671cb0ef41Sopenharmony_ci ], 681cb0ef41Sopenharmony_ci } 691cb0ef41Sopenharmony_ci ], 701cb0ef41Sopenharmony_ci }, 'target_arch=="x64" and OS=="linux"', { 711cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-x86_64/asm_avx2/openssl.gypi'], 721cb0ef41Sopenharmony_ci }, { 731cb0ef41Sopenharmony_ci # Other architectures don't use assembly 741cb0ef41Sopenharmony_ci 'includes': ['config/archs/linux-x86_64/asm_avx2/openssl.gypi'], 751cb0ef41Sopenharmony_ci }], 761cb0ef41Sopenharmony_ci ], 771cb0ef41Sopenharmony_ci} 78