-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tracked-On: OAM-128638 Signed-off-by: Zhenlong Z Ji <[email protected]>
- Loading branch information
Showing
6 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
false/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
=== Overview | ||
|
||
GNSS (Global Navigation Satellite System) refers to the system within Android devices | ||
that provides location services using satellite navigation. This includes GPS (Global | ||
Positioning System) and other satellite systems like GLONASS, Galileo, and BeiDou. | ||
|
||
==== Options | ||
|
||
--- true | ||
this option is used to enable GNSS HAL support | ||
|
||
--- parameters | ||
--- code dir | ||
|
||
--- false | ||
this option is used to disable GNSS HAL support | ||
|
||
--- parameters | ||
--- code dir | ||
|
||
--- default | ||
when not explicitly selected in mixin spec file, the default option(disable) will be used. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
BOARD_SEPOLICY_DIRS += $(INTEL_PATH_SEPOLICY)/gnss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
PRODUCT_PACKAGES += \ | ||
android.hardware.gnss-service.intel | ||
|
||
|
||
PRODUCT_PROPERTY_OVERRIDES += \ | ||
vendor.ser.gnss-uart=/dev/ttyUSB0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# GNSS | ||
/dev/ttyUSB* 0660 system system |