Step 7: Binding the extension interface to the impl


For step 7, you must bind the new interface to the new impl.

Modify PCRemoteSmokeTestHelperModule so that it binds the extension interface and the extension impl.

The following is an example of code that can be added to PCRemoteSmokeTestHelperModule.gs to bind the new interface and impl.

...
bind(AdminContext_Ext).to(AdminContextImpl_Ext)