Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
/ tools Public

This is a tools manager project for tizentv development, providing tools download and usage. Developer can get tools path using tools manager interface.

License

Notifications You must be signed in to change notification settings

Samsung/tools

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@tizentv/tools

This is a tools manager project for tizentv development, providing tools download and usage. Developer can get tools path using tools manager interface.

Please note that, In order to use this pacakge, @tizentv/tools is required.

Supported APIs

//options: {proxy: ''}
  • getToolPath(toolName, [options])
  • getSdbPath([options])
  • getEncryptorPath([options])
  • getTizenCertPath([options])
  • getSamsungCertPath([options])
usage:
    /*
     *The tool name can be got from http://download.tizen.org/sdk/tizenstudio/official/pkg_list_*
     * Package : sdb  ===> package name is tool name;
     * Version : 4.2.12
     * OS : windows-64, windows-32
    */
    let sdbPath_1 = await tools.getToolPath('sdb', {proxy: 'http://192.168.0.1:8080'});
    let sdbPath_2 = await tools.getToolPath('sdb');
    let encryPath = await tools.getEncryptorPath();
    let tizenCertPath = await tools.getTizenCertPath();    //download and return tizen certificate file path.
    let samsungCertPath = await tools.getSamsungCertPath();    //download and return samsung certificate file path.

About

This is a tools manager project for tizentv development, providing tools download and usage. Developer can get tools path using tools manager interface.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Morty Proxy This is a proxified and sanitized view of the page, visit original site.