Skip to content

Commit

Permalink
fix: Wrong PKCS11KeystoreServiceImpl bind methods (#4676)
Browse files Browse the repository at this point in the history
Signed-off-by: MMaiero <[email protected]>
  • Loading branch information
MMaiero authored May 23, 2023
1 parent 393b3d3 commit 09a557f
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2022 Eurotech and/or its affiliates and others
Copyright (c) 2022, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -24,9 +24,11 @@
bind="setCryptoService"
cardinality="1..1"
policy="static"/>
<reference name="ConfigurationService"
bind="setConfigurationService"
interface="org.eclipse.kura.configuration.ConfigurationService"/>
<reference name="SystemService"
bind="setSystemService"
interface="org.eclipse.kura.system.SystemService"
cardinality="1..1"
policy="static"/>
<property name="kura.ui.factory.hide" type="String" value="true"/>
<property name="kura.ui.service.hide" type="String" value="true"/>
<reference bind="setEventAdmin" cardinality="1..1" interface="org.osgi.service.event.EventAdmin" name="EventAdmin" policy="static"/>
Expand Down

0 comments on commit 09a557f

Please sign in to comment.