-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to ACAP 4 Native SDK and open62541 1.4.4
This patchset moves to the ACAP 4 Native SDK. This means we drop support for (really) old devices. If you need to build with the ACAP 3 SDK for old devices, please use the previous commit as your base since that will work fine for that. With the move to ACAP 4 Native SDK, we can drop the support for this repo to be built with locally installed SDKs (that nobody uses these days anyway) and then move the build of open62541 from Makefile into the Dockerfile instead. The patchset also bumps open62541 to version 1.4.4. Change-Id: Idba0573102fe52df0d6239a300185c36f4c6bc94 Signed-off-by: Joakim Roubert <[email protected]>
- Loading branch information
1 parent
7ad3229
commit 6289967
Showing
5 changed files
with
69 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,29 @@ | ||
{ | ||
"schemaVersion": "1.3", | ||
"schemaVersion": "1.7.0", | ||
"acapPackageConf": { | ||
"setup": { | ||
"appName": "opcuaserver", | ||
"friendlyName": "OPC UA Server", | ||
"vendor": "Axis Communications AB", | ||
"embeddedSdkVersion": "3.0", | ||
"user": { | ||
"username": "sdk", | ||
"group": "sdk" | ||
}, | ||
"vendorUrl": "https://www.axis.com/", | ||
"runMode": "respawn", | ||
"version": "1.2.6" | ||
"version": "2.0.0" | ||
}, | ||
"configuration": { | ||
"paramConfig": [ | ||
{"name": "port", "type": "int:min=1024,max=65535", "default": "4840"} | ||
] | ||
} | ||
}, | ||
"resources": { | ||
"dbus": { | ||
"requiredMethods": [ | ||
"com.axis.IOControl.State.GetNbrPorts", | ||
"com.axis.IOControl.State.GetState", | ||
"com.axis.TemperatureController.GetNbrOfTemperatureSensors", | ||
"com.axis.TemperatureController.RegisterForTemperatureChangeSignal" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters