-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiles.xml
32 lines (27 loc) · 1.45 KB
/
files.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<xml>
<files id="native-toolkit-axtls">
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/axtls/config" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/axtls/crypto" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/axtls/ssl" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/crypto/aes.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/crypto/bigint.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/crypto/crypto_misc.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/crypto/hmac.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/crypto/md5.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/crypto/rc4.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/crypto/rsa.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/crypto/sha1.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/crypto/sha256.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/crypto/sha384.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/crypto/sha512.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/ssl/asn1.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/ssl/loader.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/ssl/openssl.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/ssl/os_port.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/ssl/p12.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/ssl/tls1.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/ssl/tls1_clnt.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/ssl/tls1_svr.c" />
<file name="${NATIVE_TOOLKIT_PATH}/axtls/ssl/x509.c" />
</files>
</xml>