Skip to content

Commit

Permalink
Submodule updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mautz-kernel committed Feb 20, 2018
1 parent 4b511ab commit 1f0e3db
Show file tree
Hide file tree
Showing 155 changed files with 3,348 additions and 1 deletion.
Empty file added documentation.list
Empty file.
1 change: 1 addition & 0 deletions installroot/etc/acdbdata
1 change: 1 addition & 0 deletions installroot/etc/audio_platform_info.xml
1 change: 1 addition & 0 deletions installroot/etc/audio_policy.xm
63 changes: 63 additions & 0 deletions installroot/etc/bluetooth/audio.conf
@@ -0,0 +1,63 @@
# Configuration file for the audio service

# This section contains options which are not specific to any
# particular interface
[General]
#Enable=Gateway
# Switch to master role for incoming connections (defaults to true)
#Master=true

# If we want to disable support for specific services
# Defaults to supporting all implemented services
#Disable=Gateway,Source,Socket

# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
# Defaults to HCI
#SCORouting=PCM

# Automatically connect both A2DP and HFP/HSP profiles for incoming
# connections. Some headsets that support both profiles will only connect the
# other one automatically so the default setting of true is usually a good
# idea.
#AutoConnect=true

# Headset interface specific options (i.e. options which affect how the audio
# service interacts with remote headset devices)
[Headset]

# Set to true to support HFP, false means only HSP is supported
# Defaults to true
HFP=true

# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
MaxConnected=1

# Set to true to enable use of fast connectable mode (faster page scanning)
# for HFP when incoming call starts. Default settings are restored after
# call is answered or rejected. Page scan interval is much shorter and page
# scan type changed to interlaced. Such allows faster connection initiated
# by a headset.
FastConnectable=false

# Just an example of potential config options for the other interfaces
#[A2DP]
#SBCSources=1
#MPEG12Sources=0

# Limit features advertised to headsets
[Telephony]
Disable=ConferenceCalling,InBandRingtone,EnhancedCallControl

# Where to retrieve battery charge info from
BatteryInfo=Statefs

# Where to retrieve last dialed number from
LastDialedNumber=/home/nemo/.cache/last-dialed

# Configure AVRCP features: TG category 1, CT disabled
[AVRCP]
EnableTarget=true
TargetVersion=0x0100
DisableTargetFeatures=Category2,Category3,Category4,PlayerSettings

EnableControl=false
9 changes: 9 additions & 0 deletions installroot/etc/bluetooth/input.conf
@@ -0,0 +1,9 @@
# Configuration file for the input service

# This section contains options which are not specific to any
# particular interface
[General]

# Set idle timeout (in minutes) before the connection will
# be disconnect (defaults to 0 for no timeout)
#IdleTimeout=30
5 changes: 5 additions & 0 deletions installroot/etc/bluetooth/jolla.conf
@@ -0,0 +1,5 @@
[General]
Wakelocks=true

[Security]
DBusAuthorizedGroups=root,privileged
65 changes: 65 additions & 0 deletions installroot/etc/bluetooth/main.conf
@@ -0,0 +1,65 @@
[General]

# List of plugins that should not be loaded on bluetoothd startup
#DisablePlugins = network,input

# Default adaper name
# %h - substituted for hostname
# %d - substituted for adapter id
Name=

# Default device class. Only the major and minor device class bits are
# considered.
# Phone, smart-phone
Class = 0x00020c

# How long to stay in discoverable mode before going back to non-discoverable
# The value is in seconds. Default is 180, i.e. 3 minutes.
# 0 = disable timer, i.e. stay discoverable forever
DiscoverableTimeout = 0

# How long to stay in pairable mode before going back to non-discoverable
# The value is in seconds. Default is 0.
# 0 = disable timer, i.e. stay pairable forever
PairableTimeout = 0

# Use some other page timeout than the controller default one
# which is 16384 (10 seconds).
PageTimeout = 8192

# Automatic connection for bonded devices driven by platform/user events.
# If a platform plugin uses this mechanism, automatic connections will be
# enabled during the interval defined below. Initially, this feature
# intends to be used to establish connections to ATT channels.
AutoConnectTimeout = 60

# What value should be assumed for the adapter Powered property when
# SetProperty(Powered, ...) hasn't been called yet. Defaults to true
InitiallyPowered = true

# Remember the previously stored Powered state when initializing adapters
RememberPowered = true

# Use vendor id source (assigner), vendor, product and version information for
# DID profile support. The values are separated by ":" and assigner, VID, PID
# and version.
# Possible vendor id source values: bluetooth, usb (defaults to usb)
#DeviceID = bluetooth:1234:5678:abcd

# Do reverse service discovery for previously unknown devices that connect to
# us. This option is really only needed for qualification since the BITE tester
# doesn't like us doing reverse SDP for some test cases (though there could in
# theory be other useful purposes for this too). Defaults to true.
ReverseServiceDiscovery = true

# Enable name resolving after inquiry. Set it to 'false' if you don't need
# remote devices name and want shorter discovery cycle. Defaults to 'true'.
NameResolving = true

# Enable runtime persistency of debug link keys. Default is false which
# makes debug link keys valid only for the duration of the connection
# that they were created for.
DebugKeys = false

# Enable the GATT functionality. Default is false
EnableGatt = false
6 changes: 6 additions & 0 deletions installroot/etc/bluetooth/network.conf
@@ -0,0 +1,6 @@
# Configuration file for the network service

[General]

# Disable link encryption: default=false
#DisableSecurity=true
17 changes: 17 additions & 0 deletions installroot/etc/bluetooth/rfcomm.conf
@@ -0,0 +1,17 @@
#
# RFCOMM configuration file.
#

#rfcomm0 {
# # Automatically bind the device at startup
# bind no;
#
# # Bluetooth address of the device
# device 11:22:33:44:55:66;
#
# # RFCOMM channel for the connection
# channel 1;
#
# # Description of the connection
# comment "Example Bluetooth device";
#}
10 changes: 10 additions & 0 deletions installroot/etc/bluetooth/serial.conf
@@ -0,0 +1,10 @@
# Configuration file for serial

# There could be multiple proxy sections, the format is [Proxy <user chosen name>]
#[Proxy DUN]

# UUID for DUN proxy service
#UUID=00001103-0000-1000-8000-00805F9B34FB

# Address for device node
#Address=/dev/ttyx
20 changes: 20 additions & 0 deletions installroot/etc/dbus-1/system.d/ohm-policy.conf
@@ -0,0 +1,20 @@
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
<allow own="org.maemo.resource.manager"/>
<allow send_interface="org.maemo.resource.client"/>
</policy>
<policy context="default">
<allow send_destination="org.maemo.resource.manager"/>
<allow send_interface="org.maemo.resource.manager"/>
<allow receive_sender="org.maemo.resource.manager"/>
</policy>
<policy context="default">
<allow own="com.nokia.policy"/>
<allow send_destination="com.nokia.policy"/>
<allow send_interface="com.nokia.policy"/>
</policy>
</busconfig>

55 changes: 55 additions & 0 deletions installroot/etc/dconf/db/vendor.d/jolla-camera-hw.txt
@@ -0,0 +1,55 @@
[apps/jolla-camera/primary/image]
imageResolution='3264x2448'
videoResolution='1920x1080'
viewfinderResolution='1280x960'
isoValues=[0, 100, 200, 400]
whiteBalanceValues=[0, 3, 2, 6, 5]
focusDistanceValues=[8, 4, 16]
flashValues=[1, 2, 4]
exposureCompensationValues=[4, 2, 0, -2, -4]
imageResolution_4_3='3264x2448'
imageResolution_16_9='1920x1080'
viewfinderResolution_4_3='1280x960'
viewfinderResolution_16_9='1920x1080'
resolutionText_4_3='camera_settings-me-4-3-8m'
resolutionText_16_9='camera_settings-me-16-9-6m'
focusDistance=16

[apps/jolla-camera/secondary/image]
imageResolution='1280x960'
videoResolution='1280x720'
viewfinderResolution='1280x960'
isoValues=[0, 100, 200, 400]
whiteBalanceValues=[0, 3, 2, 6, 5]
focusDistanceValues=[4]
flashValues=[2]
exposureCompensationValues=[4, 2, 0, -2, -4]
imageResolution_4_3='1280x960'
imageResolution_16_9='1280x720'
viewfinderResolution_4_3='1280x960'
viewfinderResolution_16_9='1920x1080'
resolutionText_4_3='camera_settings-me-4-3-2m'
resolutionText_16_9='camera_settings-me-16-9-1m'
focusDistance=4

[apps/jolla-camera/primary/video]
imageResolution='1920x1080'
videoResolution='1920x1080'
viewfinderResolution='1920x1080'
isoValues=[0, 100, 200, 400]
whiteBalanceValues=[0, 3, 2, 6, 5]
focusDistanceValues=[4, 16]
flashValues=[2]
exposureCompensationValues=[4, 2, 0, -2, -4]
focusDistance=16

[apps/jolla-camera/secondary/video]
imageResolution='1280x720'
videoResolution='1280x720'
viewfinderResolution='1920x1080'
isoValues=[0, 100, 200, 400]
whiteBalanceValues=[0, 3, 2, 6, 5]
focusDistanceValues=[4]
flashValues=[2]
exposureCompensationValues=[4, 2, 0, -2, -4]
focusDistance=4
@@ -0,0 +1 @@
/desktop/jolla/components/screen_rotation_angle
2 changes: 2 additions & 0 deletions installroot/etc/dconf/db/vendor.d/locks/silica-configs.txt
@@ -0,0 +1,2 @@
/desktop/sailfish/silica/theme_pixel_ratio
/desktop/sailfish/silica/theme_icon_subdir
2 changes: 2 additions & 0 deletions installroot/etc/dconf/db/vendor.d/screen-rotation.txt
@@ -0,0 +1,2 @@
[desktop/jolla/components]
screen_rotation_angle=0
4 changes: 4 additions & 0 deletions installroot/etc/dconf/db/vendor.d/silica-configs.txt
@@ -0,0 +1,4 @@
[desktop/sailfish/silica]
theme_pixel_ratio=2.0
theme_icon_subdir='z2.0'

1 change: 1 addition & 0 deletions installroot/etc/gps.conf

0 comments on commit 1f0e3db

Please sign in to comment.