From 0cecffd4565b52bd8d200f6bc9f4144f244a6515 Mon Sep 17 00:00:00 2001 From: maratsabitov Date: Fri, 8 May 2020 18:03:57 +0300 Subject: Introduce cloudproxy service Cloudproxy service allows applications to communicate with clouds. The commit includes the test applications as sample for real client imlementation. Bug-AGL: SPEC-3370 Change-Id: I82d8122e93d01451f4471cc20c706e75c16f1c29 Signed-off-by: maratsabitov --- .../app/images/AGL_HMI_Blue_Background_NoCar-01.png | Bin 0 -> 698586 bytes .../telemetry-cloud-app/app/images/images.qrc | 5 +++++ 2 files changed, 5 insertions(+) create mode 100755 app_client_examples/telemetry-cloud-app/app/images/AGL_HMI_Blue_Background_NoCar-01.png create mode 100755 app_client_examples/telemetry-cloud-app/app/images/images.qrc (limited to 'app_client_examples/telemetry-cloud-app/app/images') diff --git a/app_client_examples/telemetry-cloud-app/app/images/AGL_HMI_Blue_Background_NoCar-01.png b/app_client_examples/telemetry-cloud-app/app/images/AGL_HMI_Blue_Background_NoCar-01.png new file mode 100755 index 0000000..a76b140 Binary files /dev/null and b/app_client_examples/telemetry-cloud-app/app/images/AGL_HMI_Blue_Background_NoCar-01.png differ diff --git a/app_client_examples/telemetry-cloud-app/app/images/images.qrc b/app_client_examples/telemetry-cloud-app/app/images/images.qrc new file mode 100755 index 0000000..78d9b77 --- /dev/null +++ b/app_client_examples/telemetry-cloud-app/app/images/images.qrc @@ -0,0 +1,5 @@ + + + AGL_HMI_Blue_Background_NoCar-01.png + + -- cgit 1.2.3-korg