Merge "agl-service-unicens: prepare control message transmission in b64 format" into eel
authorWalt Miner <walt@linux.com>
Fri, 8 Jun 2018 12:05:51 +0000 (12:05 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Fri, 8 Jun 2018 12:05:51 +0000 (12:05 +0000)
1  2 
ucs2-afb/ucs_binding.c

diff --combined ucs2-afb/ucs_binding.c
@@@ -44,7 -44,7 +44,7 @@@
  
  #define MAX_FILENAME_LEN (100)
  #define RX_BUFFER (64)
 -#define XML_CONFIG_FOLDER "/data/"
 +#define XML_CONFIG_FOLDER "/var/"
  #define XML_CONFIG_FILE "config_multichannel_audio_kit.xml"
  
  /** Internal structure, enabling multiple instances of this component.
@@@ -857,6 -857,10 +857,10 @@@ PUBLIC void ucs2_sendmessage(struct afb
      }
  }
  
+ PUBLIC void ucs2_sendmessageb64(struct afb_req req) {
+     afb_req_fail_f(req, "not-implemented", "Function not yet implemented.");
+ }
  PUBLIC int ucs2_initbinding(void) {
  #ifndef DISABLE_AUTOSTART
      char *filename = GetDefaultConfig();