<!--
/**
 * Copyright (c) Codice Foundation
 *
 * This is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either
 * version 3 of the License, or any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License is distributed along with this program and can be found at
 * <http://www.gnu.org/licenses/lgpl.html>.
 *
 **/
 -->
<features name="sdk-app-1.17.6"
          xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">

    <feature name="sample-mpegts-streamgenerator" version="1.17.6"
             description="Broadcasts MPEG transport streams via UDP">
        <feature>video-app</feature>
        <bundle>
            wrap:mvn:org.codice.alliance.distribution/sample-mpegts-streamgenerator/1.17.6
        </bundle>
        <bundle>mvn:io.netty/netty-buffer/4.1.134.Final</bundle>
        <bundle>mvn:io.netty/netty-codec/4.1.134.Final</bundle>
        <bundle>mvn:io.netty/netty-common/4.1.134.Final</bundle>
        <bundle>mvn:io.netty/netty-resolver/4.1.134.Final</bundle>
        <bundle>mvn:io.netty/netty-transport/4.1.134.Final</bundle>
        <bundle dependency="true">wrap:mvn:org.apache.commons/commons-exec/1.3
        </bundle>
        <bundle>mvn:org.apache.commons/commons-lang3/3.20.0</bundle>
    </feature>

    <feature name="sample-content-metadata-extractor" version="1.17.6"
             description="SDK sample content metadata extractor">
        <bundle>
            mvn:org.codice.alliance.sdk.extraction/sample-content-metadata-extractor/1.17.6
        </bundle>
    </feature>

</features>
