diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /js/src/zydis/Zydis/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'js/src/zydis/Zydis/moz.yaml')
-rw-r--r-- | js/src/zydis/Zydis/moz.yaml | 50 |
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}" |