Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions XCast/XCast.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/**
* If not stated otherwise in this file or this component's LICENSE
* file the following copyright and licenses apply:
Expand Down
1 change: 1 addition & 0 deletions XCast/XCastImplementation.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/*
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:
Expand Down
11 changes: 3 additions & 8 deletions cov_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

#!/bin/bash
set -x
set -e
##############################
GITHUB_WORKSPACE="${PWD}"
ls -la ${GITHUB_WORKSPACE}
Expand All @@ -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 \
Expand Down
Loading