Skip to content

Commit

Permalink
fix: Include new methods in core SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
alkalinecoffee committed Oct 2, 2024
1 parent 5089e40 commit 77b619b
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions src/sdks/core/sdk.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
"xrn:firebolt:capability:advertising:policy"
]
},
{
"module": "AudioOutput",
"use": [
"xrn:firebolt:capability:audio-output:mode",
"xrn:firebolt:capability:audio-output:status"
]
},
{
"module": "Authentication",
"use": [
Expand Down Expand Up @@ -56,6 +63,12 @@
"xrn:firebolt:capability:network:status"
]
},
{
"module": "Display",
"use": [
"xrn:firebolt:capability:display:info"
]
},
{
"module": "Discovery",
"use": [
Expand All @@ -76,7 +89,7 @@
{
"module": "Internal",
"use": [
"xrn:firebolt:capability:lifecycle:initialize"
"xrn:firebolt:capability:lifecycle:initialize"
]
},
{
Expand Down Expand Up @@ -104,6 +117,12 @@
"xrn:firebolt:capability:localization:additional-info"
]
},
{
"module": "MediaCapabilities",
"use": [
"xrn:firebolt:capability:media-capabilities:info"
]
},
{
"module": "Metrics",
"use": [
Expand Down Expand Up @@ -137,6 +156,13 @@
"use": [
"xrn:firebolt:capability:storage:secure"
]
},
{
"module": "VideoOutput",
"use": [
"xrn:firebolt:capability:video-output:mode",
"xrn:firebolt:capability:video-output:status"
]
}
]
}
}

0 comments on commit 77b619b

Please sign in to comment.