summaryrefslogtreecommitdiff
path: root/lib/liboqs/include/exports.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/liboqs/include/exports.gyp')
-rw-r--r--lib/liboqs/include/exports.gyp40
1 files changed, 40 insertions, 0 deletions
diff --git a/lib/liboqs/include/exports.gyp b/lib/liboqs/include/exports.gyp
new file mode 100644
index 000000000..bdc307ad5
--- /dev/null
+++ b/lib/liboqs/include/exports.gyp
@@ -0,0 +1,40 @@
+# DO NOT EDIT: generated from exports.gyp.template
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+{
+ 'includes': [
+ '../../../coreconf/config.gypi'
+ ],
+ 'targets': [
+ {
+ 'target_name': 'lib_oqs_include_exports',
+ 'type': 'none',
+ 'copies': [
+ {
+ 'files': [
+ './oqs/oqs.h',
+ './oqs/common.h',
+ './oqs/rand.h',
+ './oqs/aes.h',
+ './oqs/sha2.h',
+ './oqs/sha3.h',
+ './oqs/sha3x4.h',
+ './oqs/kem.h',
+ './oqs/sig.h',
+ './oqs/kem_kyber.h',
+ './oqs/sig_dilithium.h',
+ './oqs/sig_falcon.h',
+ './oqs/sig_sphincs.h',
+ './oqs/oqsconfig.h',
+ ],
+ 'destination': '<(nss_private_dist_dir)/<(module)/oqs'
+ }
+ ]
+ }
+ ],
+ 'variables': {
+ 'module': 'oqs'
+ }
+}
+