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_client_examples/test-cloud-app/testcloudapp.pro | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 app_client_examples/test-cloud-app/testcloudapp.pro (limited to 'app_client_examples/test-cloud-app/testcloudapp.pro') diff --git a/app_client_examples/test-cloud-app/testcloudapp.pro b/app_client_examples/test-cloud-app/testcloudapp.pro new file mode 100755 index 0000000..579a952 --- /dev/null +++ b/app_client_examples/test-cloud-app/testcloudapp.pro @@ -0,0 +1,3 @@ +TEMPLATE = subdirs +SUBDIRS = app package +package.depends += app -- cgit 1.2.3-korg