Marc-André Lureau
9b286e76c8
scripts: add a XML preprocessor script
...
gdbus-codegen doesn't support conditions or pre-processing.
Rather than duplicating D-Bus interfaces for win32 adaptation, let's
have a preprocess step, so we can have platform-specific interfaces.
The python script is based on
https://github.com/peitaosu/XML-Preprocessor , with bug fixes, some
testing and replacing lxml dependency with the built-in xml module.
This preprocessing syntax style is not very common, but is similar to
the one provided by WiX (https://wixtoolset.org/docs/v3/overview/preprocessor/ )
or wixl, that we adopted in QEMU for packaging the guest agent.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230606115658.677673-5-marcandre.lureau@redhat.com>
2023-06-27 17:08:56 +02:00
..
2023-06-06 16:30:01 +02:00
2022-12-14 16:19:35 +01:00
2020-09-18 14:12:32 -04:00
2023-04-04 15:16:29 +01:00
2023-05-18 08:53:51 +02:00
2022-05-12 14:23:19 +02:00
2020-05-31 13:56:46 +02:00
2023-02-02 10:44:23 +00:00
2020-07-14 22:22:22 +02:00
2023-06-01 11:05:05 -04:00
2021-01-12 12:38:03 +01:00
2022-04-21 11:01:00 -04:00
2022-04-21 11:01:00 -04:00
2023-06-01 11:05:05 -04:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2022-04-21 16:56:55 +04:00
2021-10-23 20:28:56 +02:00
2023-06-06 16:30:01 +02:00
2023-05-30 17:21:23 +02:00
2020-10-04 18:36:23 +02:00
2023-04-28 11:31:54 +02:00
2022-07-05 10:15:49 +02:00
2023-02-08 07:16:23 +01:00
2020-09-09 17:17:00 +01:00
2022-04-21 17:03:51 +04:00
2022-04-21 11:01:00 -04:00
2023-05-31 19:56:42 -07:00
2023-06-06 16:29:53 +02:00
2020-02-07 15:15:16 +01:00
2021-11-30 22:25:58 +01:00
2022-11-06 09:48:42 +01:00
2021-02-24 11:05:21 +00:00
2022-07-04 11:08:57 +05:30
2021-02-09 20:53:56 +00:00
2023-06-26 10:23:56 +02:00
2023-01-13 16:22:57 +01:00
2020-08-21 06:30:14 -04:00
2021-03-24 14:24:40 +00:00
2022-10-01 21:16:36 +02:00
2023-06-05 12:04:29 -07:00
2023-06-06 16:30:01 +02:00
2023-05-19 20:40:29 +02:00
2023-06-26 17:33:00 +02:00
2023-06-27 17:08:56 +02:00
2020-08-21 06:30:17 -04:00
2023-05-19 20:40:29 +02:00
2023-05-19 20:40:29 +02:00
2023-04-20 11:17:34 +02:00
2022-10-31 10:06:11 +01:00
2023-05-19 20:40:29 +02:00
2020-10-10 11:37:47 +02:00
2022-07-05 16:17:53 +05:30
2021-01-12 12:38:03 +01:00
2022-05-07 07:46:58 +02:00
2021-07-12 17:37:06 +01:00
2020-10-12 11:50:23 -04:00
2023-06-05 20:48:34 +02:00
2022-04-21 11:01:00 -04:00
2020-11-15 17:04:40 +01:00
2023-02-02 10:44:23 +00:00
2020-02-07 15:15:16 +01:00
2021-06-02 06:51:09 +02:00
2023-05-16 09:14:18 +02:00
2021-01-04 14:24:58 +00:00
2020-08-31 08:23:39 +02:00
2020-10-22 11:53:52 -04:00
2023-04-28 14:03:52 +02:00
2021-07-13 13:59:59 +02:00
2020-03-20 16:02:00 +01:00
2021-02-08 11:19:51 +00:00
2023-04-27 10:18:26 +02:00
2023-06-07 15:07:10 +01:00
2023-06-27 17:08:56 +02:00
2023-06-27 17:08:56 +02:00