From 9fd22edfccba7fb90552ac58b58cb445db3d00bd Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 11 Oct 2018 14:18:00 +0200 Subject: [PATCH] Change the project name Change the project name to be consistent with other AGL services project. Change-Id: I2dbd53f59673217c8796bc23c208ed55c1b1716f Signed-off-by: Romain Forlot --- conf.d/cmake/config.cmake | 2 +- .../etc/{aft-low-can_config.json => aft-agl-service-low-can.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/afb-test/etc/{aft-low-can_config.json => aft-agl-service-low-can.json} (100%) diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 441321d1..924833b3 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(PROJECT_NAME low-can-service) +set(PROJECT_NAME agl-service-can-low-level) set(PROJECT_PRETTY_NAME "Low level CAN binding") set(PROJECT_DESCRIPTION "Expose CAN Low Level APIs through AGL Framework") set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level") diff --git a/test/afb-test/etc/aft-low-can_config.json b/test/afb-test/etc/aft-agl-service-low-can.json similarity index 100% rename from test/afb-test/etc/aft-low-can_config.json rename to test/afb-test/etc/aft-agl-service-low-can.json -- 2.16.6