diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-30 19:41:53 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-12 03:58:47 -0800 |
commit | 93f9937300ce2ae1f45d3362d6c1a3180e0743a8 (patch) | |
tree | 49983702697c8f0437b7fcff22b0255d3ced0e13 /conf.d/cmake | |
parent | 45d4198af0c314cdcd3d489429953a5b93de988b (diff) |
binding: bluetooth: initial commit of binding rewrite
Bug-AGL: SPEC-1630
Change-Id: I33cfec70283fa29f47b76f9e6be3e8e6cd6a2f54
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 6d7ace7..0b9515b 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -19,17 +19,17 @@ # Project Info # ------------------ set(PROJECT_NAME agl-service-bluetooth) -set(PROJECT_VERSION "1.0") -set(PROJECT_PRETTY_NAME "Bluetooth binding service") -set(PROJECT_DESCRIPTION "Expose Bluetooth Low Level APIs through AGL Framework") +set(PROJECT_VERSION "2.0") +set(PROJECT_PRETTY_NAME "Bluetooth-Manager service") +set(PROJECT_DESCRIPTION "Interface BlueZ through AGL Framework service") set(PROJECT_ICON "icon.png") -set(PROJECT_AUTHOR "Tasuku Suzuki") -set(PROJECT_AUTHOR_MAIL "tasuku.suzuki@qt.io") +set(PROJECT_AUTHOR "Matt Ranostay") +set(PROJECT_AUTHOR_MAIL "matt.ranostay@konsulko.com") set(PROJECT_LICENSE "APL2.0") set(PROJECT_LANGUAGES,"C") +set(API_NAME "Bluetooth-Manager") -# Where are stored the project configuration files -# relative to the root project directory +# Where the project configuration files are stored set(PROJECT_CMAKE_CONF_DIR "conf.d") # Where are stored your external libraries for your project. This is 3rd party library that you don't maintain |