Use the Browserify library files provided by Browser TVSDK in your app to create a Browserify-compatible player using the UI-Framework.
Sample Browserify files included in the TVSDK:
To create a Browserify-compatible app using the UI-Framework, you must require
the two Browserify modules (provided by Browser TVSDK) in your app code:
Require Browserify modules:
var AdobePSDK = require('../../../../frameworks/player/AdobePSDK.module.js');
var ptp = require('../../../ui-framework/libs/Primetimevisualapi.module.js);
[…]
You can now bundle your app files using Browserify.