@@ -149,12 +149,12 @@ void radio_assert_envelope_integrity(bool installed)
149149
150150 /* component creation */
151151 __cmock_suit_plat_authorize_component_id_ExpectComplexArgsAndReturn (& exp_radio_manifest_id , & exp_radio_fw_id , SUIT_SUCCESS );
152- __cmock_suit_plat_create_component_handle_ExpectComplexArgsAndReturn (& exp_radio_fw_id , NULL , SUIT_SUCCESS );
152+ __cmock_suit_plat_create_component_handle_ExpectComplexArgsAndReturn (& exp_radio_fw_id , false, NULL , SUIT_SUCCESS );
153153 __cmock_suit_plat_create_component_handle_IgnoreArg_handle ();
154154 __cmock_suit_plat_create_component_handle_ReturnThruPtr_handle (& radio_fw_component_handle );
155155
156156 __cmock_suit_plat_authorize_component_id_ExpectComplexArgsAndReturn (& exp_radio_manifest_id , & exp_fw_memptr_id , SUIT_SUCCESS );
157- __cmock_suit_plat_create_component_handle_ExpectComplexArgsAndReturn (& exp_fw_memptr_id , NULL , SUIT_SUCCESS );
157+ __cmock_suit_plat_create_component_handle_ExpectComplexArgsAndReturn (& exp_fw_memptr_id , false, NULL , SUIT_SUCCESS );
158158 __cmock_suit_plat_create_component_handle_IgnoreArg_handle ();
159159 __cmock_suit_plat_create_component_handle_ReturnThruPtr_handle (& radio_fw_memptr_component_handle );
160160
@@ -181,12 +181,12 @@ void radio_assert_envelope_authorization(bool installed)
181181void radio_assert_component_creation (void )
182182{
183183 __cmock_suit_plat_authorize_component_id_ExpectComplexArgsAndReturn (& exp_radio_manifest_id , & exp_radio_fw_id , SUIT_SUCCESS );
184- __cmock_suit_plat_create_component_handle_ExpectComplexArgsAndReturn (& exp_radio_fw_id , NULL , SUIT_SUCCESS );
184+ __cmock_suit_plat_create_component_handle_ExpectComplexArgsAndReturn (& exp_radio_fw_id , false, NULL , SUIT_SUCCESS );
185185 __cmock_suit_plat_create_component_handle_IgnoreArg_handle ();
186186 __cmock_suit_plat_create_component_handle_ReturnThruPtr_handle (& radio_fw_component_handle );
187187
188188 __cmock_suit_plat_authorize_component_id_ExpectComplexArgsAndReturn (& exp_radio_manifest_id , & exp_fw_memptr_id , SUIT_SUCCESS );
189- __cmock_suit_plat_create_component_handle_ExpectComplexArgsAndReturn (& exp_fw_memptr_id , NULL , SUIT_SUCCESS );
189+ __cmock_suit_plat_create_component_handle_ExpectComplexArgsAndReturn (& exp_fw_memptr_id , false, NULL , SUIT_SUCCESS );
190190 __cmock_suit_plat_create_component_handle_IgnoreArg_handle ();
191191 __cmock_suit_plat_create_component_handle_ReturnThruPtr_handle (& radio_fw_memptr_component_handle );
192192}
0 commit comments