X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=samples.d%2Fconfig.cmake.sample;h=8ca0349e458a2458332c5baa91dc9aade3625229;hb=474a2e91501c5620e2eef651c8305f2ae7aacd19;hp=f5ac42ad8fc4cd32d577a7b428a9c4c4b0058413;hpb=e1ef035594fc80baaf5cd571ab4d04023309a906;p=apps%2Fapp-templates.git diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index f5ac42a..8ca0349 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -161,6 +161,13 @@ set(WIDGET_ENTRY_POINT EntryPoint_Path_Not_Set) #set(AFB_TOKEN "" CACHE PATH "Default AFB_TOKEN") #set(AFB_REMPORT "1234" CACHE PATH "Default AFB_TOKEN") +# Optional schema validator about now only XML, LUA and JSON +# are supported +#------------------------------------------------------------ +#set(LUA_CHECKER "luac" CACHE STRING "LUA compiler") +#set(XML_CHECKER "xmllint" CACHE STRING "XML linter") +#set(JSON_CHECKER "json_verify" CACHE STRING "JSON linter") + # This include is mandatory and MUST happens at the end # of this file, else you expose you to unexpected behavior # -----------------------------------------------------------