summaryrefslogtreecommitdiff
path: root/etc/gps.conf
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2013-11-01 15:58:07 -0700
committerTushar Janefalkar <tusharj@codeaurora.org>2014-08-06 11:45:10 -0700
commit5cdfc25284b0eae255c4024f40513e621f4b9487 (patch)
treee4afaa315e41136fdd87136ec0606a45a246478a /etc/gps.conf
parent6925f8a04aa0190638f311292cc69a41c81c905c (diff)
downloadgps-5cdfc25284b0eae255c4024f40513e621f4b9487.tar.gz
agps cert install api implementation
Implementation of the install agps certificate API for installing certificates at runtime. Change-Id: I49239b612381e81bd8a4c0a5773783572d4b2d9a
Diffstat (limited to 'etc/gps.conf')
-rw-r--r--etc/gps.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/gps.conf b/etc/gps.conf
index 5a2a176..678cbab 100644
--- a/etc/gps.conf
+++ b/etc/gps.conf
@@ -64,6 +64,14 @@ CAPABILITIES=0x37
# C2K_HOST=c2k.pde.com or IP
# C2K_PORT=1234
+# Bitmask of slots that are available
+# for write/install to, where 1s indicate writable,
+# and the default value is 0 where no slots
+# are writable. For example, AGPS_CERT_WRITABLE_MASK
+# of b1000001010 makes 3 slots available
+# and the remaining 7 slots unwritable.
+#AGPS_CERT_WRITABLE_MASK=0
+
####################################
# LTE Positioning Profile Settings
####################################