Line | Count | Source |
1 | // SPDX-License-Identifier: MIT | |
2 | // Copyright 2024, Even Rouault <even.rouault at spatialys.com> | |
3 | ||
4 | #include "embedded_resources.h" | |
5 | ||
6 | static const char vdv452_xml[] = { | |
7 | #embed "data/vdv452.xml" | |
8 | , 0}; | |
9 | ||
10 | const char *VDVGet452XML(void) | |
11 | 0 | { |
12 | 0 | return vdv452_xml; |
13 | 0 | } |