add a button interface
This commit is contained in:
parent
813caf5ba7
commit
6770469763
7
libguh/interfaces/button.json
Normal file
7
libguh/interfaces/button.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"events": [
|
||||
{
|
||||
"name": "pressed"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -14,5 +14,7 @@
|
||||
<file>mediametadataprovider.json</file>
|
||||
<file>mediaplayer.json</file>
|
||||
<file>battery.json</file>
|
||||
<file>button.json</file>
|
||||
</qresource>
|
||||
<qresource prefix="/"/>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user