From 1af158ea2344ae6ce3ba7cbae6551d7f3a545493 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Fri, 20 Feb 2015 10:54:53 +0900 Subject: [PATCH] Add configurations.xml under mplabx/mcaip --- .../nbproject/configurations.xml | 196 ++++++++++++++ .../nbproject/configurations.xml | 212 +++++++++++++++ mcapi/wolfssl.X/nbproject/configurations.xml | 229 ++++++++++++++++ .../nbproject/configurations.xml | 218 +++++++++++++++ .../nbproject/configurations.xml | 218 +++++++++++++++ mplabx/wolfssl.X/nbproject/configurations.xml | 251 ++++++++++++++++++ 6 files changed, 1324 insertions(+) create mode 100644 mcapi/wolfcrypt_mcapi.X/nbproject/configurations.xml create mode 100644 mcapi/wolfcrypt_test.X/nbproject/configurations.xml create mode 100644 mcapi/wolfssl.X/nbproject/configurations.xml create mode 100755 mplabx/wolfcrypt_benchmark.X/nbproject/configurations.xml create mode 100755 mplabx/wolfcrypt_test.X/nbproject/configurations.xml create mode 100755 mplabx/wolfssl.X/nbproject/configurations.xml diff --git a/mcapi/wolfcrypt_mcapi.X/nbproject/configurations.xml b/mcapi/wolfcrypt_mcapi.X/nbproject/configurations.xml new file mode 100644 index 000000000..4d3eec5fb --- /dev/null +++ b/mcapi/wolfcrypt_mcapi.X/nbproject/configurations.xml @@ -0,0 +1,196 @@ + + + + + + + + + ../mcapi_test.c + ../crypto.c + + + Makefile + + + + .. + + Makefile + + + + localhost + PIC32MX795F512L + + + SKDEPIC32PlatformTool + XC32 + 1.34 + 4 + + + + + + + + + + + + + + + + + + false + false + + + + + false + + false + + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcapi/wolfcrypt_test.X/nbproject/configurations.xml b/mcapi/wolfcrypt_test.X/nbproject/configurations.xml new file mode 100644 index 000000000..5c5065e7b --- /dev/null +++ b/mcapi/wolfcrypt_test.X/nbproject/configurations.xml @@ -0,0 +1,212 @@ + + + + + + + + + ../../mplabx/test_main.c + ../../wolfcrypt/test/test.c + + + Makefile + + + + ../../mplabx + ../../wolfcrypt/test + + Makefile + + + + localhost + PIC32MX795F512L + + + SKDEPIC32PlatformTool + XC32 + 1.34 + 4 + + + + + + + + + + + + + + + + + + false + false + + + + + false + + false + + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcapi/wolfssl.X/nbproject/configurations.xml b/mcapi/wolfssl.X/nbproject/configurations.xml new file mode 100644 index 000000000..57c9e37f8 --- /dev/null +++ b/mcapi/wolfssl.X/nbproject/configurations.xml @@ -0,0 +1,229 @@ + + + + + + + + + + ../../wolfcrypt/src/aes.c + ../../wolfcrypt/src/arc4.c + ../../wolfcrypt/src/asm.c + ../../wolfcrypt/src/asn.c + ../../wolfcrypt/src/blake2b.c + ../../wolfcrypt/src/camellia.c + ../../wolfcrypt/src/chacha.c + ../../wolfcrypt/src/coding.c + ../../wolfcrypt/src/compress.c + ../../wolfcrypt/src/des3.c + ../../wolfcrypt/src/dh.c + ../../wolfcrypt/src/dsa.c + ../../wolfcrypt/src/ecc.c + ../../wolfcrypt/src/ecc_fp.c + ../../wolfcrypt/src/error.c + ../../wolfcrypt/src/hc128.c + ../../wolfcrypt/src/hmac.c + ../../wolfcrypt/src/integer.c + ../../wolfcrypt/src/logging.c + ../../wolfcrypt/src/md2.c + ../../wolfcrypt/src/md4.c + ../../wolfcrypt/src/md5.c + ../../wolfcrypt/src/memory.c + ../../wolfcrypt/src/misc.c + ../../wolfcrypt/src/pic32mz-hash.c + ../../wolfcrypt/src/pkcs7.c + ../../wolfcrypt/src/poly1305.c + ../../wolfcrypt/src/pw.c + ../../wolfcrypt/src/pwdbased.c + ../../wolfcrypt/src/rabbit.c + ../../wolfcrypt/src/random.c + ../../wolfcrypt/src/ripemd.c + ../../wolfcrypt/src/rsa.c + ../../wolfcrypt/src/sha.c + ../../wolfcrypt/src/sha256.c + ../../wolfcrypt/src/sha512.c + ../../wolfcrypt/src/tfm.c + ../../wolfcrypt/src/wc_port.c + + + ../../src/crl.c + ../../src/internal.c + ../../src/io.c + ../../src/keys.c + ../../src/ocsp.c + ../../src/sniffer.c + ../../src/ssl.c + ../../src/tls.c + + + + Makefile + + + + .. + ../../ctaocrypt/src + ../../src + ../../wolfcrypt + + Makefile + + + + localhost + PIC32MX795F512L + + + SKDEPIC32PlatformTool + XC32 + 1.34 + 4 + + + + + + + + + + false + false + + + + + false + + false + + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mplabx/wolfcrypt_benchmark.X/nbproject/configurations.xml b/mplabx/wolfcrypt_benchmark.X/nbproject/configurations.xml new file mode 100755 index 000000000..cdd096f4e --- /dev/null +++ b/mplabx/wolfcrypt_benchmark.X/nbproject/configurations.xml @@ -0,0 +1,218 @@ + + + + + + + + + ../../wolfcrypt/benchmark/benchmark.c + ../benchmark_main.c + + + Makefile + + + + .. + ../../wolfcrypt/benchmark + + Makefile + + + + localhost + PIC32MX795F512L + + + PKOBSKDEPlatformTool + XC32 + + 4 + + + + + + + + + + + + + + false + false + + + + + false + + false + + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mplabx/wolfcrypt_test.X/nbproject/configurations.xml b/mplabx/wolfcrypt_test.X/nbproject/configurations.xml new file mode 100755 index 000000000..48a1d646c --- /dev/null +++ b/mplabx/wolfcrypt_test.X/nbproject/configurations.xml @@ -0,0 +1,218 @@ + + + + + + + + + ../test_main.c + ../../wolfcrypt/test/test.c + + + Makefile + + + + .. + ../../wolfcrypt/test + + Makefile + + + + localhost + PIC32MX795F512L + + + PKOBSKDEPlatformTool + XC32 + + 4 + + + + + + + + + + + + + + false + false + + + + + false + + false + + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mplabx/wolfssl.X/nbproject/configurations.xml b/mplabx/wolfssl.X/nbproject/configurations.xml new file mode 100755 index 000000000..3eab93236 --- /dev/null +++ b/mplabx/wolfssl.X/nbproject/configurations.xml @@ -0,0 +1,251 @@ + + + + + + + + + + ../../wolfcrypt/src/aes.c + ../../wolfcrypt/src/arc4.c + ../../wolfcrypt/src/asm.c + ../../wolfcrypt/src/asn.c + ../../wolfcrypt/src/blake2b.c + ../../wolfcrypt/src/camellia.c + ../../wolfcrypt/src/chacha.c + ../../wolfcrypt/src/coding.c + ../../wolfcrypt/src/compress.c + ../../wolfcrypt/src/des3.c + ../../wolfcrypt/src/dh.c + ../../wolfcrypt/src/dsa.c + ../../wolfcrypt/src/ecc.c + ../../wolfcrypt/src/ecc_fp.c + ../../wolfcrypt/src/error.c + ../../wolfcrypt/src/hc128.c + ../../wolfcrypt/src/hmac.c + ../../wolfcrypt/src/integer.c + ../../wolfcrypt/src/logging.c + ../../wolfcrypt/src/md2.c + ../../wolfcrypt/src/md4.c + ../../wolfcrypt/src/md5.c + ../../wolfcrypt/src/memory.c + ../../wolfcrypt/src/misc.c + ../../wolfcrypt/src/pkcs7.c + ../../wolfcrypt/src/poly1305.c + ../../wolfcrypt/src/pwdbased.c + ../../wolfcrypt/src/rabbit.c + ../../wolfcrypt/src/random.c + ../../wolfcrypt/src/ripemd.c + ../../wolfcrypt/src/rsa.c + ../../wolfcrypt/src/sha.c + ../../wolfcrypt/src/sha256.c + ../../wolfcrypt/src/sha512.c + ../../wolfcrypt/src/tfm.c + ../../wolfcrypt/src/wc_port.c + ../../wolfcrypt/src/port/pic32/pic32mz-hash.c + + + ../../src/crl.c + ../../src/internal.c + ../../src/io.c + ../../src/keys.c + ../../src/ocsp.c + ../../src/sniffer.c + ../../src/ssl.c + ../../src/tls.c + + + + Makefile + + + + .. + ../../cyassl/ctaocrypt + ../../ctaocrypt/src + ../../src + ../../wolfcrypt/src + + Makefile + + + + localhost + PIC32MX795F512L + + + PKOBSKDEPlatformTool + XC32 + + 4 + + + + + + + + + + false + false + + + + + false + + false + + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +