summaryrefslogtreecommitdiff
path: root/gnss
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-18 19:11:43 -0700
committerGitHub <[email protected]>2019-09-18 19:11:43 -0700
commit1238743debbcd302221eb77842053bfcea46656f (patch)
treeff233ee38714af0d4912c84976e43846fcec32bb /gnss
parent76ec9d210b0668d558f4a6ed5a82978fa65326ba (diff)
Diffstat (limited to 'gnss')
-rw-r--r--gnss/ReadMe.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/gnss/ReadMe.md b/gnss/ReadMe.md
index 09adccf2..24a7f1b8 100644
--- a/gnss/ReadMe.md
+++ b/gnss/ReadMe.md
@@ -8,15 +8,6 @@ products:
- windows-wdk
---
-<!---
- name: GPS/GNSS UMDF Sample Driver (UMDF Version 2)
- platform: UMDF2
- language: cpp
- category: GPS/GNSS
- description: Provides base sample driver that IHVs and partners can use to extend to build their custom Windows GPS/GNSS drivers
- samplefwlink: https://go.microsoft.com/fwlink/?linkid=2045369
---->
-
# GNSS UMDF Sample Driver (UMDF Version 2)
Provides a base sample driver that IHVs and partners can use to extend to build their custom Windows GPS/GNSS drivers.
@@ -38,7 +29,9 @@ Provides a base sample driver that IHVs and partners can use to extend to build
### What is not covered
- This sample currently doesn't support Geofence, SUPL, and AGNSS, as this is not mandatory GNSS DDI functionality.
+
- SUPL and AGNSS are mandatory only if required by mobile operator, and the sample does not support them currently.
+
- Not a production driver.
### What a Partner needs to do