summaryrefslogtreecommitdiffstats
path: root/js/src/zydis/Zydis/moz.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/zydis/Zydis/moz.yaml')
-rw-r--r--js/src/zydis/Zydis/moz.yaml50
1 files changed, 50 insertions, 0 deletions
diff --git a/js/src/zydis/Zydis/moz.yaml b/js/src/zydis/Zydis/moz.yaml
new file mode 100644
index 0000000000..b4cbd1171f
--- /dev/null
+++ b/js/src/zydis/Zydis/moz.yaml
@@ -0,0 +1,50 @@
+schema: 1
+
+bugzilla:
+ product: Core
+ component: "JavaScript Engine"
+
+origin:
+ name: zydis
+ description: x64/x86 disassembler
+
+ url: https://github.com/zyantific/zydis
+
+ release: 569320ad3c4856da13b9dbf1f0d9e20bda63870e (2024-02-04T21:11:43Z).
+ revision: 569320ad3c4856da13b9dbf1f0d9e20bda63870e
+
+ license: MIT
+
+vendoring:
+ url: https://github.com/zyantific/zydis
+ source-hosting: github
+ tracking: commit
+
+ exclude:
+ - "*"
+ - assets
+ - cmake
+ - tests
+ - tools
+ - examples
+ - dependecies
+ - resources
+ - man
+ - msvc
+
+ keep:
+ - LICENSE
+
+ update-actions:
+ - action: move-dir
+ from: '{vendor_dir}/src'
+ to: '{vendor_dir}'
+ - action: move-dir
+ from: '{vendor_dir}/include/Zydis'
+ to: '{vendor_dir}'
+ - action: move-file
+ from: '{vendor_dir}/String.c'
+ to: '{vendor_dir}/ZydisString.c'
+ - action: run-script
+ script: "{vendor_dir}/../patch-include-headers.sh"
+ cwd: "{vendor_dir}"