| 
									
										
										
										
											2018-02-09 15:03:34 +01:00
										 |  |  | #!/usr/bin/env python | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Import('env') | 
					
						
							|  |  |  | Import('env_modules') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | env_mbed_tls = env_modules.Clone() | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-10 14:06:38 +01:00
										 |  |  | if env['builtin_mbedtls']: | 
					
						
							|  |  |  |     # Thirdparty source files | 
					
						
							|  |  |  |     thirdparty_sources = [ | 
					
						
							|  |  |  |         "aes.c", | 
					
						
							|  |  |  |         "aesni.c", | 
					
						
							|  |  |  |         "arc4.c", | 
					
						
							| 
									
										
										
										
											2018-06-07 16:25:01 +02:00
										 |  |  |         "aria.c", | 
					
						
							| 
									
										
										
										
											2018-02-10 14:06:38 +01:00
										 |  |  |         "asn1parse.c", | 
					
						
							|  |  |  |         "asn1write.c", | 
					
						
							|  |  |  |         "base64.c", | 
					
						
							|  |  |  |         "bignum.c", | 
					
						
							|  |  |  |         "blowfish.c", | 
					
						
							|  |  |  |         "camellia.c", | 
					
						
							|  |  |  |         "ccm.c", | 
					
						
							|  |  |  |         "certs.c", | 
					
						
							| 
									
										
										
										
											2018-07-28 11:16:41 +02:00
										 |  |  |         "chacha20.c", | 
					
						
							|  |  |  |         "chachapoly.c", | 
					
						
							| 
									
										
										
										
											2018-02-10 14:06:38 +01:00
										 |  |  |         "cipher.c", | 
					
						
							|  |  |  |         "cipher_wrap.c", | 
					
						
							|  |  |  |         "cmac.c", | 
					
						
							|  |  |  |         "ctr_drbg.c", | 
					
						
							|  |  |  |         "debug.c", | 
					
						
							|  |  |  |         "des.c", | 
					
						
							|  |  |  |         "dhm.c", | 
					
						
							|  |  |  |         "ecdh.c", | 
					
						
							|  |  |  |         "ecdsa.c", | 
					
						
							|  |  |  |         "ecjpake.c", | 
					
						
							|  |  |  |         "ecp.c", | 
					
						
							|  |  |  |         "ecp_curves.c", | 
					
						
							|  |  |  |         "entropy.c", | 
					
						
							|  |  |  |         "entropy_poll.c", | 
					
						
							|  |  |  |         "error.c", | 
					
						
							|  |  |  |         "gcm.c", | 
					
						
							|  |  |  |         "havege.c", | 
					
						
							| 
									
										
										
										
											2018-07-28 11:16:41 +02:00
										 |  |  |         "hkdf.c", | 
					
						
							| 
									
										
										
										
											2018-02-10 14:06:38 +01:00
										 |  |  |         "hmac_drbg.c", | 
					
						
							|  |  |  |         "md2.c", | 
					
						
							|  |  |  |         "md4.c", | 
					
						
							|  |  |  |         "md5.c", | 
					
						
							|  |  |  |         "md.c", | 
					
						
							|  |  |  |         "md_wrap.c", | 
					
						
							|  |  |  |         "memory_buffer_alloc.c", | 
					
						
							|  |  |  |         "net_sockets.c", | 
					
						
							| 
									
										
										
										
											2018-07-28 11:16:41 +02:00
										 |  |  |         "nist_kw.c", | 
					
						
							| 
									
										
										
										
											2018-02-10 14:06:38 +01:00
										 |  |  |         "oid.c", | 
					
						
							|  |  |  |         "padlock.c", | 
					
						
							|  |  |  |         "pem.c", | 
					
						
							|  |  |  |         "pk.c", | 
					
						
							|  |  |  |         "pkcs11.c", | 
					
						
							|  |  |  |         "pkcs12.c", | 
					
						
							|  |  |  |         "pkcs5.c", | 
					
						
							|  |  |  |         "pkparse.c", | 
					
						
							|  |  |  |         "pk_wrap.c", | 
					
						
							|  |  |  |         "pkwrite.c", | 
					
						
							|  |  |  |         "platform.c", | 
					
						
							| 
									
										
										
										
											2018-06-07 16:25:01 +02:00
										 |  |  |         "platform_util.c", | 
					
						
							| 
									
										
										
										
											2018-07-28 11:16:41 +02:00
										 |  |  |         "poly1305.c", | 
					
						
							| 
									
										
										
										
											2018-02-10 14:06:38 +01:00
										 |  |  |         "ripemd160.c", | 
					
						
							|  |  |  |         "rsa.c", | 
					
						
							|  |  |  |         "rsa_internal.c", | 
					
						
							|  |  |  |         "sha1.c", | 
					
						
							|  |  |  |         "sha256.c", | 
					
						
							|  |  |  |         "sha512.c", | 
					
						
							|  |  |  |         "ssl_cache.c", | 
					
						
							|  |  |  |         "ssl_ciphersuites.c", | 
					
						
							|  |  |  |         "ssl_cli.c", | 
					
						
							|  |  |  |         "ssl_cookie.c", | 
					
						
							|  |  |  |         "ssl_srv.c", | 
					
						
							|  |  |  |         "ssl_ticket.c", | 
					
						
							|  |  |  |         "ssl_tls.c", | 
					
						
							|  |  |  |         "threading.c", | 
					
						
							|  |  |  |         "timing.c", | 
					
						
							|  |  |  |         "version.c", | 
					
						
							|  |  |  |         "version_features.c", | 
					
						
							|  |  |  |         "x509.c", | 
					
						
							|  |  |  |         "x509_create.c", | 
					
						
							|  |  |  |         "x509_crl.c", | 
					
						
							|  |  |  |         "x509_crt.c", | 
					
						
							|  |  |  |         "x509_csr.c", | 
					
						
							|  |  |  |         "x509write_crt.c", | 
					
						
							|  |  |  |         "x509write_csr.c", | 
					
						
							|  |  |  |         "xtea.c" | 
					
						
							|  |  |  |     ] | 
					
						
							| 
									
										
										
										
											2018-02-09 15:03:34 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-10 14:06:38 +01:00
										 |  |  |     thirdparty_dir = "#thirdparty/mbedtls/library/" | 
					
						
							|  |  |  |     thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources] | 
					
						
							| 
									
										
										
										
											2018-09-28 13:29:52 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-28 19:00:49 +01:00
										 |  |  |     env_mbed_tls.Prepend(CPPPATH=["#thirdparty/mbedtls/include/"]) | 
					
						
							| 
									
										
										
										
											2018-02-09 15:03:34 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-28 13:29:52 +02:00
										 |  |  |     env_thirdparty = env_mbed_tls.Clone() | 
					
						
							|  |  |  |     env_thirdparty.disable_warnings() | 
					
						
							|  |  |  |     env_thirdparty.add_source_files(env.modules_sources, thirdparty_sources) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-09 15:03:34 +01:00
										 |  |  | # Module sources | 
					
						
							|  |  |  | env_mbed_tls.add_source_files(env.modules_sources, "*.cpp") |