Skip to content

Commit b8a953a

Browse files
authored
Adds back sv_vendor_axis_communications.h (#509)
This simplifies firmware update since it will not break compilation.
1 parent 04a4891 commit b8a953a

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/**
2+
* MIT License
3+
*
4+
* Copyright (c) 2025 Axis Communications AB
5+
*
6+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
7+
* associated documentation files (the "Software"), to deal in the Software without restriction,
8+
* including without limitation the rights to use, copy, modify, merge, publish, distribute,
9+
* sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
10+
* furnished to do so, subject to the following conditions:
11+
*
12+
* The above copyright notice and this permission notice (including the next paragraph) shall be
13+
* included in all copies or substantial portions of the Software.
14+
*
15+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
16+
* NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
18+
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
*/
21+
22+
#ifndef __SV_VENDOR_AXIS_COMMUNICATIONS_H__
23+
#define __SV_VENDOR_AXIS_COMMUNICATIONS_H__
24+
25+
#ifdef __cplusplus
26+
extern "C" {
27+
#endif
28+
29+
#ifdef __cplusplus
30+
}
31+
#endif
32+
33+
#endif // __SV_VENDOR_AXIS_COMMUNICATIONS_H__

lib/src/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ signedvideoframework_public_headers = files(
55
'includes/signed_video_openssl.h',
66
'includes/signed_video_sign.h',
77
'includes/signed_video_signing_plugin.h',
8+
'includes/sv_vendor_axis_communications.h',
89
)
910

1011
signedvideoframework_sources = files(

0 commit comments

Comments
 (0)