blob: 7c1b6b200895c2db62c2cad9ee40fb5a0b19d9d1 [file] [log] [blame] [edit]
set (autostart ${PLUGIN_COBALT_AUTOSTART})
set (preconditions Platform Graphics)
map()
kv(outofprocess ${PLUGIN_COBALT_OUTOFPROCESS})
end()
ans(rootobject)
map()
kv(url "https://www.youtube.com/tv")
if(PLUGIN_COBALT_CLIENTIDENTIFIER)
kv(clientidentifier ${PLUGIN_COBALT_CLIENTIDENTIFIER})
endif()
if(PLUGIN_COBALT_LANGUAGE)
kv(language ${PLUGIN_COBALT_LANGUAGE})
endif()
if(PLUGIN_COBALT_CONTENT_DIR)
kv(contentdir ${PLUGIN_COBALT_CONTENT_DIR})
endif()
end()
ans(configuration)
map_append(${configuration} root ${rootobject})