Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[harbour-validator] Allow Sailfish Accounts. Fixes JB#58664
  • Loading branch information
vigejolla committed Sep 5, 2022
1 parent b5873ce commit 7316630
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions allowed_libraries.conf
Expand Up @@ -27,6 +27,11 @@ libsailfishwebengine.so.1
# ### Amber Web Authorization framework
libamberwebauthorization.so.1

# ### Sailfish Accounts library
# We make no quarantees of backwards compatibility between releases.
# Supported since Sailfish OS 4.5.0.
libsailfishaccounts.so.0

# ### OpenGL ES 1.1, 2.0 and EGL
libEGL.so.1
libGLESv1_CM.so.1
Expand Down
1 change: 1 addition & 0 deletions allowed_permissions.conf
Expand Up @@ -20,3 +20,4 @@ Videos
Compatibility
Secrets
Contacts
Accounts
3 changes: 3 additions & 0 deletions allowed_qmlimports.conf
Expand Up @@ -27,6 +27,9 @@ Sailfish.Media 1.0
# We make no quarantees of backwards compatibility between releases.
# Supported since Sailfish OS 4.5.0.
Sailfish.Contacts 1.0
# We make no quarantees of backwards compatibility between releases.
# Supported since Sailfish OS 4.5.0.
Sailfish.Accounts 1.0

# ### Amber Web Authorization framework
Amber.Web.Authorization 1.0
Expand Down
2 changes: 2 additions & 0 deletions allowed_requires.conf
Expand Up @@ -38,6 +38,8 @@ sailfish-components-webview-qt5-pickers
libsailfishwebengine.so.1(*)
qml(Sailfish.Contacts)
qml(Sailfish.Media)
qml(Sailfish.Accounts)
libsailfishaccounts.so.0(*)

# ### Sailfish Secrets framework
libsailfishcrypto.so.0(*)
Expand Down

0 comments on commit 7316630

Please sign in to comment.