X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhs-helper.cpp;fp=src%2Fhs-helper.c;h=452ae24d4d41dcb3eed2de69f9ad46dfcaf2e7f6;hb=bb38a76d1b00e93187967aa2880e79e671f02eba;hp=3415510196ce9bc5233076541f3ed47881370079;hpb=67962d9837ea37b10c2cf906cbde575cce18ab4b;p=apps%2Fagl-service-homescreen.git diff --git a/src/hs-helper.c b/src/hs-helper.cpp similarity index 96% rename from src/hs-helper.c rename to src/hs-helper.cpp index 3415510..452ae24 100644 --- a/src/hs-helper.c +++ b/src/hs-helper.cpp @@ -14,12 +14,18 @@ * limitations under the License. */ -#include "hs-helper.h" -#include #include -#include -#include -#include +#include +#include "hs-helper.h" + + +const char* evlist[] = { + "tap_shortcut", + "on_screen_message", + "on_screen_reply", + "reserved" + }; + REQ_ERROR get_value_uint16(const struct afb_req request, const char *source, uint16_t *out_id) {