Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
6827b6a0
Commit
6827b6a0
authored
Mar 17, 2018
by
Daniel Landau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ngfd-plugin-droid-vibrator: Customize config to better match ffmemless
parent
36201b06
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
1 deletion
+37
-1
50-droid-vibrator.ini
...ile/ngfd/ngfd-plugin-droid-vibrator/50-droid-vibrator.ini
+29
-0
ngfd-plugin-droid-vibrator_git.bb
recipes-nemomobile/ngfd/ngfd-plugin-droid-vibrator_git.bb
+8
-1
No files found.
recipes-nemomobile/ngfd/ngfd-plugin-droid-vibrator/50-droid-vibrator.ini
0 → 100644
View file @
6827b6a0
[droid-vibrator]
# For each string in EFFECT_LIST define a sequence
EFFECT_LIST
=
touch,short,strong,long,notice,message,attention,alarm,ringtone,default
# Sequence has following syntax:
# sequence_name = <action>=<value>
#
# Actions:
# on - Run vibra for value ms
# pause - Pause for value ms
# repeat - Repeat for value times, or forever for forever
#
# For example, to have vibra run twice for 200ms and pause for 100ms:
# vibra = on=200,pause=100,repeat=1
#
# Used for notifications
short
=
on=300
strong
=
on=500,pause=300,repeat=1
touch
=
on=70
long
=
on=800
notice
=
on=100,pause=500,repeat=1
message
=
on=200,pause=200,repeat=1
attention
=
on=100,pause=100,repeat=2
alarm
=
on=1000,pause=500,repeat=forever
ringtone
=
on=2000,pause=500,repeat=forever
default
=
on=66
recipes-nemomobile/ngfd/ngfd-plugin-droid-vibrator_git.bb
View file @
6827b6a0
...
...
@@ -3,7 +3,9 @@ HOMEPAGE = "https://github.com/mer-hybris/ngfd-plugin-droid-vibrator"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://github.com/mer-hybris/ngfd-plugin-droid-vibrator.git;protocol=https"
FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
SRC_URI = "git://github.com/mer-hybris/ngfd-plugin-droid-vibrator.git;protocol=https \
file://50-droid-vibrator.ini"
SRCREV = "d841e43dac31bebca3763001ac0ed958271aeb18"
PR = "r1"
PV = "+git${SRCPV}"
...
...
@@ -12,6 +14,11 @@ B = "${S}"
DEPENDS += "ngfd libhybris"
do_install_append () {
install -d ${D}/usr/share/ngfd/plugins.d/
cp ${WORKDIR}/50-droid-vibrator.ini ${D}/usr/share/ngfd/plugins.d/
}
inherit cmake
FILES_${PN} += "/usr/lib/ngf/ /usr/share/ngfd/plugins.d/"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment