diff --git a/XCast/XCast.cpp b/XCast/XCast.cpp index 4e2f42d2..ec0f064f 100644 --- a/XCast/XCast.cpp +++ b/XCast/XCast.cpp @@ -1,3 +1,4 @@ + /** * If not stated otherwise in this file or this component's LICENSE * file the following copyright and licenses apply: diff --git a/XCast/XCastImplementation.cpp b/XCast/XCastImplementation.cpp index ee73889d..5cd8e599 100644 --- a/XCast/XCastImplementation.cpp +++ b/XCast/XCastImplementation.cpp @@ -1,3 +1,4 @@ + /* * If not stated otherwise in this file or this component's LICENSE file the * following copyright and licenses apply: diff --git a/cov_build.sh b/cov_build.sh index a3a4956f..f11e91f1 100644 --- a/cov_build.sh +++ b/cov_build.sh @@ -1,6 +1,7 @@ #!/bin/bash set -x +set -e ############################## GITHUB_WORKSPACE="${PWD}" ls -la ${GITHUB_WORKSPACE} @@ -21,14 +22,8 @@ cmake -G Ninja -S "$GITHUB_WORKSPACE" -B build/entservices-casting \ -DRDK_SERVICES_COVERITY=ON \ -DRDK_SERVICES_L1_TEST=ON \ -DDS_FOUND=ON \ --DPLUGIN_POWERMANAGER=ON \ --DPLUGIN_DEVICEINFO=ON \ --DPLUGIN_SYSTEMMODE=ON \ --DPLUGIN_WAREHOUSE=ON \ --DPLUGIN_DISPLAYINFO=ON \ --DPLUGIN_USERPREFERENCES=ON \ --DPLUGIN_DEVICEDIAGNOSTICS=ON \ --DPLUGIN_FRAMERATE=ON \ +-DPLUGIN_XCAST=ON \ +-DPLUGIN_MIRACAST=ON \ -DCMAKE_CXX_FLAGS="-DEXCEPTIONS_ENABLE=ON \ -I ${GITHUB_WORKSPACE}/entservices-testframework/Tests/headers \ -I ${GITHUB_WORKSPACE}/entservices-testframework/Tests/headers/audiocapturemgr \