1sample: 2 description: Hello Thrift client sample 3 name: hello thrift client 4common: 5 tags: 6 - thrift 7 - cpp 8 - sample 9 build_only: true 10 modules: 11 - thrift 12 platform_allow: 13 - mps2/an385 14 - qemu_x86_64 15 integration_platforms: 16 - qemu_x86_64 17 filter: CONFIG_FULL_LIBCPP_SUPPORTED 18tests: 19 sample.thrift.hello.client.binaryProtocol: {} 20 sample.thrift.hello.client.compactProtocol: 21 extra_configs: 22 - CONFIG_THRIFT_COMPACT_PROTOCOL=y 23 sample.thrift.hello.client.tlsTransport: 24 extra_args: EXTRA_CONF_FILE="../overlay-tls.conf" 25