Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
agl-service-navigationv2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Alois Eckl
agl-service-navigationv2
Commits
4ecee567
Commit
4ecee567
authored
4 years ago
by
Sebastian Alois Eckl
Browse files
Options
Downloads
Patches
Plain Diff
added comments changed name
parent
bea4bf48
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
binding/CMakeLists.txt
+2
-2
2 additions, 2 deletions
binding/CMakeLists.txt
binding/navigation-api.c
+1
-1
1 addition, 1 deletion
binding/navigation-api.c
conf.d/cmake/config.cmake
+4
-4
4 additions, 4 deletions
conf.d/cmake/config.cmake
with
7 additions
and
7 deletions
binding/CMakeLists.txt
+
2
−
2
View file @
4ecee567
...
...
@@ -18,10 +18,10 @@
###########################################################################
# Add target to project dependency list
PROJECT_TARGET_ADD
(
afm-navigation
-
v2-binding
)
PROJECT_TARGET_ADD
(
afm-navigationv2-binding
)
# Define project Targets
add_library
(
afm-navigation
-
v2-binding MODULE navigation-api.c
)
add_library
(
afm-navigationv2-binding MODULE navigation-api.c
)
# Binder exposes a unique public entry point
SET_TARGET_PROPERTIES
(
${
TARGET_NAME
}
PROPERTIES
...
...
This diff is collapsed.
Click to expand it.
binding/navigation-api.c
+
1
−
1
View file @
4ecee567
...
...
@@ -421,7 +421,7 @@ static const afb_verb_t binding_verbs[] = {
* description of the binding for afb-daemon
*/
const
afb_binding_t
afbBindingV3
=
{
.
api
=
"navigation
-
v2"
,
.
api
=
"navigationv2"
,
.
verbs
=
binding_verbs
,
.
onevent
=
onevent
,
.
init
=
init
,
...
...
This diff is collapsed.
Click to expand it.
conf.d/cmake/config.cmake
+
4
−
4
View file @
4ecee567
...
...
@@ -18,17 +18,17 @@
# Project Info
# ------------------
set
(
PROJECT_NAME agl-service-navigation
-
v2
)
set
(
PROJECT_NAME agl-service-navigationv2
)
set
(
PROJECT_VERSION
"1.0"
)
set
(
PROJECT_PRETTY_NAME
"Navigation service for AGL"
)
set
(
PROJECT_DESCRIPTION
"Navigation reporting proxy for consumers"
)
set
(
PROJECT_URL
"https://g
errit.automotivelinux.org/gerrit/apps
/agl-service-navigation"
)
set
(
PROJECT_URL
"https://g
ithub.com/SebEckl
/agl-service-navigation
.git
"
)
set
(
PROJECT_ICON
"icon.png"
)
set
(
PROJECT_AUTHOR
"Matt Ranostay - Edited by Sebastian Eckl"
)
set
(
PROJECT_AUTHOR_MAIL
"matt.ranostay@konsulko.com"
)
set
(
PROJECT_LICENSE
"APL2.0"
)
set
(
PROJECT_LANGUAGES,
"C"
)
set
(
API_NAME
"navigation
-
v2"
)
set
(
API_NAME
"navigationv2"
)
# Where the project configuration files are stored
set
(
PROJECT_CMAKE_CONF_DIR
"conf.d"
)
...
...
@@ -119,7 +119,7 @@ set(WIDGET_TYPE application/vnd.agl.service)
# This is the file that will be executed, loaded,
# at launch time by the application framework.
#
set
(
WIDGET_ENTRY_POINT lib/libafm-navigation
-
v2-binding.so
)
set
(
WIDGET_ENTRY_POINT lib/libafm-navigationv2-binding.so
)
# Print a helper message when every thing is finished
# ----------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment