File tree Expand file tree Collapse file tree 7 files changed +1
-2016
lines changed Expand file tree Collapse file tree 7 files changed +1
-2016
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ jobs:
169
169
headers/rdk/iarmbus
170
170
headers/rdk/iarmmgrs-hal
171
171
headers/ccec/drivers
172
- headers/network
173
172
&&
174
173
cd headers
175
174
&&
@@ -201,8 +200,6 @@ jobs:
201
200
rdk/iarmmgrs-hal/mfrMgr.h
202
201
rdk/iarmmgrs-hal/pwrMgr.h
203
202
rdk/iarmmgrs-hal/sysMgr.h
204
- network/wifiSrvMgrIarmIf.h
205
- network/netsrvmgrIarm.h
206
203
libudev.h
207
204
rfcapi.h
208
205
rbus.h
@@ -241,7 +238,6 @@ jobs:
241
238
-I ${{github.workspace}}/rdkservices/Tests/headers/rdk/iarmbus
242
239
-I ${{github.workspace}}/rdkservices/Tests/headers/rdk/iarmmgrs-hal
243
240
-I ${{github.workspace}}/rdkservices/Tests/headers/ccec/drivers
244
- -I ${{github.workspace}}/rdkservices/Tests/headers/network
245
241
-include ${{github.workspace}}/rdkservices/Tests/mocks/devicesettings.h
246
242
-include ${{github.workspace}}/rdkservices/Tests/mocks/maintenanceMGR.h
247
243
-include ${{github.workspace}}/rdkservices/Tests/mocks/pkg.h
@@ -286,8 +282,6 @@ jobs:
286
282
-DRDK_SERVICES_L1_TEST=ON
287
283
-DPLUGIN_HDMIINPUT=ON
288
284
-DPLUGIN_HDCPPROFILE=ON
289
- -DPLUGIN_NETWORK=ON
290
- -DPLUGIN_WIFIMANAGER=ON
291
285
-DPLUGIN_TRACECONTROL=ON
292
286
-DPLUGIN_WAREHOUSE=ON
293
287
-DPLUGIN_ACTIVITYMONITOR=ON
Original file line number Diff line number Diff line change @@ -270,7 +270,6 @@ jobs:
270
270
-DPLUGIN_SYSTEMSERVICES=ON
271
271
-DPLUGIN_TELEMETRY=ON
272
272
-DPLUGIN_HDCPPROFILE=ON
273
- -DPLUGIN_NETWORK=ON
274
273
-DPLUGIN_TEXTTOSPEECH=ON
275
274
-DPLUGIN_USBACCESS=ON
276
275
-DPLUGIN_USERSETTINGS=ON
Original file line number Diff line number Diff line change @@ -232,7 +232,6 @@ jobs:
232
232
-DPLUGIN_TELEMETRY=ON
233
233
-DPLUGIN_WAREHOUSE=ON
234
234
-DPLUGIN_HDCPPROFILE=ON
235
- -DPLUGIN_NETWORK=ON
236
235
-DPLUGIN_TEXTTOSPEECH=ON
237
236
-DPLUGIN_USBACCESS=ON
238
237
-DPLUGIN_L2Tests=ON
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ using namespace std;
37
37
#define API_VERSION_NUMBER_MINOR 3
38
38
#define API_VERSION_NUMBER_PATCH 13
39
39
40
+ /* Netsrvmgr Based Macros & Structures */
40
41
/* Netsrvmgr Based Macros & Structures */
41
42
#define IARM_BUS_NM_SRV_MGR_NAME " NET_SRV_MGR"
42
43
#define INTERFACE_SIZE 10
Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ include_directories(../../LocationSync
79
79
../../SystemServices
80
80
../../HdmiInput
81
81
../../HdcpProfile
82
- ../../Network
83
- ../../WifiManager
84
82
../../TraceControl
85
83
../../Warehouse
86
84
../../ActivityMonitor
@@ -123,8 +121,6 @@ link_directories(../../LocationSync
123
121
../../DeviceInfo
124
122
../../HdmiInput
125
123
../../HdcpProfile
126
- ../../Network
127
- ../../WifiManager
128
124
../../TraceControl
129
125
../../Warehouse
130
126
../../ActivityMonitor
@@ -167,8 +163,6 @@ target_link_libraries(${PROJECT_NAME}
167
163
${NAMESPACE} DeviceInfo
168
164
${NAMESPACE} HdmiInput
169
165
${NAMESPACE} HdcpProfile
170
- ${NAMESPACE} Network
171
- ${NAMESPACE} WifiManager
172
166
${NAMESPACE} TraceControl
173
167
${NAMESPACE} Warehouse
174
168
${NAMESPACE} ActivityMonitor
You can’t perform that action at this time.
0 commit comments