Skip to content

Commit 996d62c

Browse files
RDKEMW-7169 - Gtest Add missing empty files (#241)
* RDKEMW-7169 - Gtest Add missing empty files * RDKEMW-7169 - Gtest Add missing empty files * RDKEMW-7169 - Gtest Add missing empty files --------- Co-authored-by: Srikanth <[email protected]>
1 parent 0fabfaf commit 996d62c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/workflows/L1-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ jobs:
274274
rdk/ds/frontPanelIndicator.hpp
275275
rdk/ds/frontPanelConfig.hpp
276276
rdk/ds/frontPanelTextDisplay.hpp
277+
rdk/ds/audioOutputPortType.hpp
278+
rdk/ds/audioOutputPortConfig.hpp
279+
rdk/ds/pixelResolution.hpp
277280
rdk/iarmbus/libIARM.h
278281
rdk/iarmbus/libIBus.h
279282
rdk/iarmbus/libIBusDaemon.h
@@ -290,14 +293,15 @@ jobs:
290293
telemetry_busmessage_sender.h
291294
maintenanceMGR.h
292295
pkg.h
296+
edid-parser.hpp
293297
secure_wrapper.h
294298
wpa_ctrl.h
295299
proc/readproc.h
296300
systemaudioplatform.h
297301
gdialservice.h
298302
gdialservicecommon.h
299303
&&
300-
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h .
304+
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h /usr/include/libdrm/drm.h /usr/include/libdrm/drm_mode.h /usr/include/xf86drm.h .
301305
302306
- name: Set clang toolchain
303307
if: ${{ matrix.compiler == 'clang' }}
@@ -358,6 +362,7 @@ jobs:
358362
-I $GITHUB_WORKSPACE/Thunder/Source
359363
-I $GITHUB_WORKSPACE/Thunder/Source/core
360364
-I $GITHUB_WORKSPACE/install/usr/include
365+
-I ./usr/include/libdrm
361366
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
362367
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
363368
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
@@ -495,6 +500,7 @@ jobs:
495500
-I $GITHUB_WORKSPACE/Thunder/Source/core
496501
-I $GITHUB_WORKSPACE/install/usr/include
497502
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
503+
-I ./usr/include/libdrm
498504
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
499505
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
500506
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h

.github/workflows/L2-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ jobs:
220220
rdk/ds/manager.hpp
221221
rdk/ds/dsTypes.h
222222
rdk/ds/dsUtl.h
223+
rdk/ds/audioOutputPortType.hpp
224+
rdk/ds/audioOutputPortConfig.hpp
225+
rdk/ds/pixelResolution.hpp
223226
rdk/iarmbus/libIARM.h
224227
rdk/iarmbus/libIBus.h
225228
rdk/iarmbus/libIBusDaemon.h
@@ -234,6 +237,7 @@ jobs:
234237
systemaudioplatform.h
235238
maintenanceMGR.h
236239
pkg.h
240+
edid-parser.hpp
237241
btmgr.h
238242
tvError.h
239243
tvTypes.h
@@ -249,7 +253,7 @@ jobs:
249253
rdk/ds/VideoDFC.hpp
250254
dsRpc.h
251255
&&
252-
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h .
256+
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h /usr/include/libdrm/drm.h /usr/include/libdrm/drm_mode.h /usr/include/xf86drm.h .
253257
254258
- name: Set clang toolchain
255259
if: ${{ matrix.compiler == 'clang' }}
@@ -397,6 +401,7 @@ jobs:
397401
-I $GITHUB_WORKSPACE/entservices-inputoutput/helpers
398402
-I $GITHUB_WORKSPACE/install/usr/include
399403
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
404+
-I ./usr/include/libdrm
400405
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
401406
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
402407
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h

build_dependencies.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ touch rbus.h
162162
touch telemetry_busmessage_sender.h
163163
touch maintenanceMGR.h
164164
touch pkg.h
165+
touch edid-parser.hpp
166+
touch drm.h
167+
touch drm_mode.h
165168
touch secure_wrapper.h
166169
touch wpa_ctrl.h
167170
touch btmgr.h

0 commit comments

Comments
 (0)