Templates separation between binding API hat and Callbacks
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 5 May 2017 08:58:01 +0000 (10:58 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 5 May 2017 08:58:01 +0000 (10:58 +0200)
commita02d416c7e199a58dd75b7ec2a9ca45643ec393b
tree355a2ef1ea30c1f79eddbbdf17f3dc54cc93691e
parent9600b8e24fdfa99d44a7c9ebd00ff88b1a34df53
Templates separation between binding API hat and Callbacks

Change-Id: I4c405c0ae02f50f03f9b4e71ebbdcd74f51e4ac8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
templates/hybrid-html5/binding/xxx-cb.c [new file with mode: 0644]
templates/hybrid-html5/binding/xxx-hat.c [moved from templates/hybrid-html5/binding/xxxxxx-hybrid-binding.c with 81% similarity]
templates/hybrid-html5/binding/xxx-hat.h [new file with mode: 0644]
templates/native/app/xxx-native-app.c [moved from templates/native/app/xxxxxx-native-client.c with 100% similarity]
templates/service/binding/xxx-service-cb.c [moved from templates/service/binding/xxxxxx-service-binding.c with 65% similarity]
templates/service/binding/xxx-service-hat.c [new file with mode: 0644]
templates/service/binding/xxx-service-hat.h [new file with mode: 0644]