From 009b542743881f22bec0369d9c54c360ebe42f4a Mon Sep 17 00:00:00 2001 From: kevinwidjaja21 Date: Sat, 9 Dec 2023 11:43:49 +0800 Subject: [PATCH] Add config file for ACE purposes Not yet fixed in upstream so temporarily adding this to our project. --- .../src/systems/instruments/src/ATC/config.json | 9 +++++++++ .../src/systems/instruments/src/BAT/config.json | 9 +++++++++ .../src/systems/instruments/src/Clock/config.json | 9 +++++++++ .../src/systems/instruments/src/DCDU/config.json | 9 +++++++++ .../src/systems/instruments/src/EFB/config.json | 12 ++++++++++++ .../src/systems/instruments/src/EWD/config.json | 9 +++++++++ .../src/systems/instruments/src/ISIS/config.json | 9 +++++++++ hdw-a333x/src/systems/instruments/src/ND/config.json | 9 +++++++++ .../src/systems/instruments/src/PFD/config.json | 9 +++++++++ .../src/systems/instruments/src/RMP/config.json | 9 +++++++++ .../src/systems/instruments/src/RTPI/config.json | 9 +++++++++ hdw-a333x/src/systems/instruments/src/SD/config.json | 9 +++++++++ .../src/systems/instruments/src/ATC/config.json | 9 +++++++++ .../src/systems/instruments/src/BAT/config.json | 9 +++++++++ .../src/systems/instruments/src/Clock/config.json | 9 +++++++++ .../src/systems/instruments/src/DCDU/config.json | 9 +++++++++ .../src/systems/instruments/src/EFB/config.json | 12 ++++++++++++ .../src/systems/instruments/src/EWD/config.json | 9 +++++++++ .../src/systems/instruments/src/ISIS/config.json | 9 +++++++++ hdw-a339x/src/systems/instruments/src/ND/config.json | 9 +++++++++ .../src/systems/instruments/src/PFD/config.json | 9 +++++++++ .../src/systems/instruments/src/RMP/config.json | 9 +++++++++ .../src/systems/instruments/src/RTPI/config.json | 9 +++++++++ hdw-a339x/src/systems/instruments/src/SD/config.json | 9 +++++++++ .../src/systems/instruments/src/ATC/config.json | 9 +++++++++ .../src/systems/instruments/src/BAT/config.json | 9 +++++++++ .../src/systems/instruments/src/Clock/config.json | 9 +++++++++ .../src/systems/instruments/src/DCDU/config.json | 9 +++++++++ .../src/systems/instruments/src/EFB/config.json | 12 ++++++++++++ .../src/systems/instruments/src/EWD/config.json | 9 +++++++++ .../src/systems/instruments/src/ISIS/config.json | 9 +++++++++ hdw-su95x/src/systems/instruments/src/ND/config.json | 9 +++++++++ .../src/systems/instruments/src/PFD/config.json | 9 +++++++++ .../src/systems/instruments/src/RMP/config.json | 9 +++++++++ .../src/systems/instruments/src/RTPI/config.json | 9 +++++++++ hdw-su95x/src/systems/instruments/src/SD/config.json | 9 +++++++++ 36 files changed, 333 insertions(+) create mode 100644 hdw-a333x/src/systems/instruments/src/ATC/config.json create mode 100644 hdw-a333x/src/systems/instruments/src/BAT/config.json create mode 100644 hdw-a333x/src/systems/instruments/src/Clock/config.json create mode 100644 hdw-a333x/src/systems/instruments/src/DCDU/config.json create mode 100644 hdw-a333x/src/systems/instruments/src/EFB/config.json create mode 100644 hdw-a333x/src/systems/instruments/src/EWD/config.json create mode 100644 hdw-a333x/src/systems/instruments/src/ISIS/config.json create mode 100644 hdw-a333x/src/systems/instruments/src/ND/config.json create mode 100644 hdw-a333x/src/systems/instruments/src/PFD/config.json create mode 100644 hdw-a333x/src/systems/instruments/src/RMP/config.json create mode 100644 hdw-a333x/src/systems/instruments/src/RTPI/config.json create mode 100644 hdw-a333x/src/systems/instruments/src/SD/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/ATC/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/BAT/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/Clock/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/DCDU/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/EFB/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/EWD/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/ISIS/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/ND/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/PFD/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/RMP/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/RTPI/config.json create mode 100644 hdw-a339x/src/systems/instruments/src/SD/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/ATC/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/BAT/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/Clock/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/DCDU/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/EFB/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/EWD/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/ISIS/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/ND/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/PFD/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/RMP/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/RTPI/config.json create mode 100644 hdw-su95x/src/systems/instruments/src/SD/config.json diff --git a/hdw-a333x/src/systems/instruments/src/ATC/config.json b/hdw-a333x/src/systems/instruments/src/ATC/config.json new file mode 100644 index 000000000..7719f8fd6 --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/ATC/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "ATC", + "dimensions": { + "width": 338, + "height": 128 + } +} diff --git a/hdw-a333x/src/systems/instruments/src/BAT/config.json b/hdw-a333x/src/systems/instruments/src/BAT/config.json new file mode 100644 index 000000000..5aa531520 --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/BAT/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "BAT", + "dimensions": { + "width": 256, + "height": 128 + } +} diff --git a/hdw-a333x/src/systems/instruments/src/Clock/config.json b/hdw-a333x/src/systems/instruments/src/Clock/config.json new file mode 100644 index 000000000..3004aae5b --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/Clock/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "Clock", + "dimensions": { + "width": 256, + "height": 256 + } +} diff --git a/hdw-a333x/src/systems/instruments/src/DCDU/config.json b/hdw-a333x/src/systems/instruments/src/DCDU/config.json new file mode 100644 index 000000000..2b3a8051b --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/DCDU/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "DCDU", + "dimensions": { + "width": 4096, + "height": 3072 + } +} diff --git a/hdw-a333x/src/systems/instruments/src/EFB/config.json b/hdw-a333x/src/systems/instruments/src/EFB/config.json new file mode 100644 index 000000000..adddbd26d --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/EFB/config.json @@ -0,0 +1,12 @@ +{ + "index": "./index.tsx", + "isInteractive": true, + "name": "EFB", + "dimensions": { + "width": 1430, + "height": 1000 + }, + "additionalImports": [ + "/Pages/VCockpit/Instruments/Shared/Map/MapInstrument.html" + ] +} diff --git a/hdw-a333x/src/systems/instruments/src/EWD/config.json b/hdw-a333x/src/systems/instruments/src/EWD/config.json new file mode 100644 index 000000000..60d9e8ac6 --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/EWD/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "EWD", + "dimensions": { + "width": 768, + "height": 768 + } +} diff --git a/hdw-a333x/src/systems/instruments/src/ISIS/config.json b/hdw-a333x/src/systems/instruments/src/ISIS/config.json new file mode 100644 index 000000000..6be564061 --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/ISIS/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "ISIS", + "dimensions": { + "width": 512, + "height": 512 + } +} diff --git a/hdw-a333x/src/systems/instruments/src/ND/config.json b/hdw-a333x/src/systems/instruments/src/ND/config.json new file mode 100644 index 000000000..2b688f10b --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/ND/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "ND", + "dimensions": { + "width": 768, + "height": 768 + } +} diff --git a/hdw-a333x/src/systems/instruments/src/PFD/config.json b/hdw-a333x/src/systems/instruments/src/PFD/config.json new file mode 100644 index 000000000..9eb370df2 --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/PFD/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "PFD", + "dimensions": { + "width": 768, + "height": 768 + } +} diff --git a/hdw-a333x/src/systems/instruments/src/RMP/config.json b/hdw-a333x/src/systems/instruments/src/RMP/config.json new file mode 100644 index 000000000..9da28bab0 --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/RMP/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "RMP", + "dimensions": { + "width": 432, + "height": 512 + } +} diff --git a/hdw-a333x/src/systems/instruments/src/RTPI/config.json b/hdw-a333x/src/systems/instruments/src/RTPI/config.json new file mode 100644 index 000000000..e4af9db40 --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/RTPI/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "RTPI", + "dimensions": { + "width": 338, + "height": 128 + } +} diff --git a/hdw-a333x/src/systems/instruments/src/SD/config.json b/hdw-a333x/src/systems/instruments/src/SD/config.json new file mode 100644 index 000000000..60f7e2fbd --- /dev/null +++ b/hdw-a333x/src/systems/instruments/src/SD/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "SD", + "dimensions": { + "width": 768, + "height": 768 + } +} diff --git a/hdw-a339x/src/systems/instruments/src/ATC/config.json b/hdw-a339x/src/systems/instruments/src/ATC/config.json new file mode 100644 index 000000000..7719f8fd6 --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/ATC/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "ATC", + "dimensions": { + "width": 338, + "height": 128 + } +} diff --git a/hdw-a339x/src/systems/instruments/src/BAT/config.json b/hdw-a339x/src/systems/instruments/src/BAT/config.json new file mode 100644 index 000000000..5aa531520 --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/BAT/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "BAT", + "dimensions": { + "width": 256, + "height": 128 + } +} diff --git a/hdw-a339x/src/systems/instruments/src/Clock/config.json b/hdw-a339x/src/systems/instruments/src/Clock/config.json new file mode 100644 index 000000000..3004aae5b --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/Clock/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "Clock", + "dimensions": { + "width": 256, + "height": 256 + } +} diff --git a/hdw-a339x/src/systems/instruments/src/DCDU/config.json b/hdw-a339x/src/systems/instruments/src/DCDU/config.json new file mode 100644 index 000000000..2b3a8051b --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/DCDU/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "DCDU", + "dimensions": { + "width": 4096, + "height": 3072 + } +} diff --git a/hdw-a339x/src/systems/instruments/src/EFB/config.json b/hdw-a339x/src/systems/instruments/src/EFB/config.json new file mode 100644 index 000000000..adddbd26d --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/EFB/config.json @@ -0,0 +1,12 @@ +{ + "index": "./index.tsx", + "isInteractive": true, + "name": "EFB", + "dimensions": { + "width": 1430, + "height": 1000 + }, + "additionalImports": [ + "/Pages/VCockpit/Instruments/Shared/Map/MapInstrument.html" + ] +} diff --git a/hdw-a339x/src/systems/instruments/src/EWD/config.json b/hdw-a339x/src/systems/instruments/src/EWD/config.json new file mode 100644 index 000000000..60d9e8ac6 --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/EWD/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "EWD", + "dimensions": { + "width": 768, + "height": 768 + } +} diff --git a/hdw-a339x/src/systems/instruments/src/ISIS/config.json b/hdw-a339x/src/systems/instruments/src/ISIS/config.json new file mode 100644 index 000000000..6be564061 --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/ISIS/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "ISIS", + "dimensions": { + "width": 512, + "height": 512 + } +} diff --git a/hdw-a339x/src/systems/instruments/src/ND/config.json b/hdw-a339x/src/systems/instruments/src/ND/config.json new file mode 100644 index 000000000..2b688f10b --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/ND/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "ND", + "dimensions": { + "width": 768, + "height": 768 + } +} diff --git a/hdw-a339x/src/systems/instruments/src/PFD/config.json b/hdw-a339x/src/systems/instruments/src/PFD/config.json new file mode 100644 index 000000000..9eb370df2 --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/PFD/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "PFD", + "dimensions": { + "width": 768, + "height": 768 + } +} diff --git a/hdw-a339x/src/systems/instruments/src/RMP/config.json b/hdw-a339x/src/systems/instruments/src/RMP/config.json new file mode 100644 index 000000000..9da28bab0 --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/RMP/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "RMP", + "dimensions": { + "width": 432, + "height": 512 + } +} diff --git a/hdw-a339x/src/systems/instruments/src/RTPI/config.json b/hdw-a339x/src/systems/instruments/src/RTPI/config.json new file mode 100644 index 000000000..e4af9db40 --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/RTPI/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "RTPI", + "dimensions": { + "width": 338, + "height": 128 + } +} diff --git a/hdw-a339x/src/systems/instruments/src/SD/config.json b/hdw-a339x/src/systems/instruments/src/SD/config.json new file mode 100644 index 000000000..60f7e2fbd --- /dev/null +++ b/hdw-a339x/src/systems/instruments/src/SD/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "SD", + "dimensions": { + "width": 768, + "height": 768 + } +} diff --git a/hdw-su95x/src/systems/instruments/src/ATC/config.json b/hdw-su95x/src/systems/instruments/src/ATC/config.json new file mode 100644 index 000000000..7719f8fd6 --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/ATC/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "ATC", + "dimensions": { + "width": 338, + "height": 128 + } +} diff --git a/hdw-su95x/src/systems/instruments/src/BAT/config.json b/hdw-su95x/src/systems/instruments/src/BAT/config.json new file mode 100644 index 000000000..5aa531520 --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/BAT/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "BAT", + "dimensions": { + "width": 256, + "height": 128 + } +} diff --git a/hdw-su95x/src/systems/instruments/src/Clock/config.json b/hdw-su95x/src/systems/instruments/src/Clock/config.json new file mode 100644 index 000000000..3004aae5b --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/Clock/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "Clock", + "dimensions": { + "width": 256, + "height": 256 + } +} diff --git a/hdw-su95x/src/systems/instruments/src/DCDU/config.json b/hdw-su95x/src/systems/instruments/src/DCDU/config.json new file mode 100644 index 000000000..2b3a8051b --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/DCDU/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "DCDU", + "dimensions": { + "width": 4096, + "height": 3072 + } +} diff --git a/hdw-su95x/src/systems/instruments/src/EFB/config.json b/hdw-su95x/src/systems/instruments/src/EFB/config.json new file mode 100644 index 000000000..adddbd26d --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/EFB/config.json @@ -0,0 +1,12 @@ +{ + "index": "./index.tsx", + "isInteractive": true, + "name": "EFB", + "dimensions": { + "width": 1430, + "height": 1000 + }, + "additionalImports": [ + "/Pages/VCockpit/Instruments/Shared/Map/MapInstrument.html" + ] +} diff --git a/hdw-su95x/src/systems/instruments/src/EWD/config.json b/hdw-su95x/src/systems/instruments/src/EWD/config.json new file mode 100644 index 000000000..60d9e8ac6 --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/EWD/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "EWD", + "dimensions": { + "width": 768, + "height": 768 + } +} diff --git a/hdw-su95x/src/systems/instruments/src/ISIS/config.json b/hdw-su95x/src/systems/instruments/src/ISIS/config.json new file mode 100644 index 000000000..6be564061 --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/ISIS/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "ISIS", + "dimensions": { + "width": 512, + "height": 512 + } +} diff --git a/hdw-su95x/src/systems/instruments/src/ND/config.json b/hdw-su95x/src/systems/instruments/src/ND/config.json new file mode 100644 index 000000000..2b688f10b --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/ND/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "ND", + "dimensions": { + "width": 768, + "height": 768 + } +} diff --git a/hdw-su95x/src/systems/instruments/src/PFD/config.json b/hdw-su95x/src/systems/instruments/src/PFD/config.json new file mode 100644 index 000000000..9eb370df2 --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/PFD/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "PFD", + "dimensions": { + "width": 768, + "height": 768 + } +} diff --git a/hdw-su95x/src/systems/instruments/src/RMP/config.json b/hdw-su95x/src/systems/instruments/src/RMP/config.json new file mode 100644 index 000000000..9da28bab0 --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/RMP/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "RMP", + "dimensions": { + "width": 432, + "height": 512 + } +} diff --git a/hdw-su95x/src/systems/instruments/src/RTPI/config.json b/hdw-su95x/src/systems/instruments/src/RTPI/config.json new file mode 100644 index 000000000..e4af9db40 --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/RTPI/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "RTPI", + "dimensions": { + "width": 338, + "height": 128 + } +} diff --git a/hdw-su95x/src/systems/instruments/src/SD/config.json b/hdw-su95x/src/systems/instruments/src/SD/config.json new file mode 100644 index 000000000..60f7e2fbd --- /dev/null +++ b/hdw-su95x/src/systems/instruments/src/SD/config.json @@ -0,0 +1,9 @@ +{ + "index": "./index.tsx", + "isInteractive": false, + "name": "SD", + "dimensions": { + "width": 768, + "height": 768 + } +}