Plugin location

Here is information about customize your B series firmware..:!:This forum is NOT FOR USER questions or problems but DEVELOPER.
Post Reply

jw1001
Posts: 166
Joined: Mon Dec 07, 2009 4:58 pm

Re: Plugin location

Post by jw1001 »

Not sure if they are on the TV itself. "mtd_exe/InfoLink/lib" contains other library files, but the ones you mention are referenced in a file "plugin.info.txt" (for registering plug-ins) with a private download address. For example:

Code: Select all

begin
    Lib-Name = FileSystem
    Description = Navi sample plug-in by jschoe
    Mime-Type = application/player
    Mime-Description = Sample (*.swf)
    ClassID = clsid:SAMSUNG-INFOLINK-FILESYSTEM
    Type = MM
    TagName = embed
    Mode = task
    Extensions = fla:spa:ssk:swf
    Default-Width = 0
    Default-Height = 0
    Net-Location = http://10.253.23.136/download/plugin/
    File-Name = libPlFileSystem.so
    PSComm-File-Name = libPlCFileSystem.so
    IsDownloaded = 0
end

Post Reply

Return to “[B] Firmware”