JP2008217193A - Prelink system, prelink method and program - Google Patents

Prelink system, prelink method and program Download PDF

Info

Publication number
JP2008217193A
JP2008217193A JP2007051053A JP2007051053A JP2008217193A JP 2008217193 A JP2008217193 A JP 2008217193A JP 2007051053 A JP2007051053 A JP 2007051053A JP 2007051053 A JP2007051053 A JP 2007051053A JP 2008217193 A JP2008217193 A JP 2008217193A
Authority
JP
Japan
Prior art keywords
application
prelink
correspondence table
unit
embedded device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2007051053A
Other languages
Japanese (ja)
Inventor
Kazutoshi Usui
和敏 臼井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2007051053A priority Critical patent/JP2008217193A/en
Publication of JP2008217193A publication Critical patent/JP2008217193A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To apply a prelink even to built-in equipment having few resource. <P>SOLUTION: A system is constructed wherein an application before link processing is stored in an application storing server, a server having many prelinking resources is prepared, a symbol-address correspondence table of each the built-in equipment is previously stored in the server, and the prelinked application is transferred to the built-in equipment through the server when downloading the application. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明はアプリケーションプログラムへのライブラリのプレリンクシステムに関し、特にアプリケーションをインストールできる組込み機器に用いるプレリンクシステムに関する。   The present invention relates to a library pre-link system to an application program, and more particularly to a pre-link system used for an embedded device capable of installing an application.

従来のプレリンクシステムは、アプリケーションプログラムから未解決シンボルを抽出し、ライブラリが持つシンボルとエントリーアドレスとの対応表を検索し、未解決シンボルに対応するアドレスを決定していく。   A conventional prelink system extracts unresolved symbols from an application program, searches a correspondence table between symbols and entry addresses of the library, and determines an address corresponding to the unresolved symbol.

図1を参照して、従来のプレリンクシステムの一例について説明する、
図1に示すように、この従来のプレリンクシステム10は、シンボル・アドレス対応表作成部11と、未解決シンボル抽出部12と、対応表検索部13と、シンボル解決部(プレリンク部)14を備える。
An example of a conventional prelink system will be described with reference to FIG.
As shown in FIG. 1, this conventional prelink system 10 includes a symbol / address correspondence table creation unit 11, an unresolved symbol extraction unit 12, a correspondence table search unit 13, and a symbol resolution unit (prelink unit) 14. Is provided.

シンボル・アドレス対応表作成部11は、ライブラリ20が持つシンボルとエントリーアドレスとの対応表を作成する。未解決シンボル抽出部12は、アプリケーション30から未解決シンボルを抽出する。対応表検索部13は、シンボルとエントリーアドレスとの対応表を検索する。シンボル解決部(プレリンク部)14は、検索結果に基づき、未解決シンボルに対応するアドレスを決定し、シンボル解決されたライブラリ40とアプリケーション50を提供する。   The symbol / address correspondence table creating unit 11 creates a correspondence table between symbols and entry addresses of the library 20. The unresolved symbol extraction unit 12 extracts unresolved symbols from the application 30. The correspondence table search unit 13 searches a correspondence table between symbols and entry addresses. The symbol resolution unit (prelink unit) 14 determines an address corresponding to the unresolved symbol based on the search result, and provides the symbol-resolved library 40 and application 50.

関連する技術として、特開昭63−024326号公報(特許文献1)にパッチ登録方式が開示されている。
この従来技術では、シンボルとアドレスとの対応表を保持する。
As a related technique, Japanese Patent Laid-Open No. 63-024326 (Patent Document 1) discloses a patch registration method.
In this prior art, a correspondence table between symbols and addresses is held.

また、特開平08−339296号公報(特許文献2)に動的リンク・ライブラリをプログラムにリンクする方法が記載されている。
この従来技術では、動的リンクライブラリに対応してプレリンカにより使用可能な外部記号のセットに関する情報を含む定義ファイルを生成し、プログラムコードをトリガルーチンを呼出すコードを含むコンパイルコードにコンパイルし、プログラムコードを定義ファイルにプレリンクし、システムリンカによりプログラムコードをリンクし、コードを実行し、トリガルーチンによりコード内の未解決記号の参照を解決する。
Japanese Patent Laid-Open No. 08-339296 (Patent Document 2) describes a method for linking a dynamic link library to a program.
This prior art generates a definition file containing information about the set of external symbols that can be used by the prelinker corresponding to the dynamic link library, compiles the program code into compiled code containing code that calls the trigger routine, and program code Is pre-linked to the definition file, the program code is linked by the system linker, the code is executed, and the unresolved symbol reference in the code is resolved by the trigger routine.

また、特開平11−184706号公報(特許文献3)に画像処理装置のプログラム転送方法が開示されている。
この従来技術では、コンピュータ装置はソースプログラムをコンパイル・リンクして実行形式プログラムを作成し、画像処理装置に転送する。
Japanese Patent Laid-Open No. 11-184706 (Patent Document 3) discloses a program transfer method for an image processing apparatus.
In this prior art, a computer device compiles and links a source program to create an executable program and transfers it to an image processing device.

しかし、従来のプレリンクシステムでは、以下のような問題がある。
第1の問題点は、組込み機器のような多様な構成を持つ機器に適用する場合、機器に対応した複数の実行プログラムを用意しなければならないということである。その理由は、ソースプログラムを実行プログラムに変換する過程でプレリンクを行っているためである。
However, the conventional prelink system has the following problems.
The first problem is that when applied to a device having various configurations such as an embedded device, a plurality of execution programs corresponding to the device must be prepared. The reason is that pre-linking is performed in the process of converting the source program into the execution program.

第2の問題点は、組込み機器、特にメモリやCPUが貧弱な機器に適応できないということである。その理由は、組込み機器に対する考慮がなされていないためである。   The second problem is that it cannot be applied to an embedded device, particularly a device having a poor memory or CPU. The reason is that no consideration is given to embedded devices.

特開昭63−024326号公報Japanese Unexamined Patent Publication No. 63-024326 特開平08−339296号公報JP 08-339296 A 特開平11−184706号公報JP-A-11-184706

従来のプレリンクシステムでは、多様な構成の組込み機器に対応したプレリンク済みのアプリケーションを用意するのは、管理に負担がかかっていた。また、各種資源の少ない組込み機器内で、リンク処理を行うのは、困難であるか、処理時間がかかっていた。更に、組込み機器内で、起動時にリンク処理を行うとアプリケーションの起動時間が遅くなる問題があり、瞬時の動作が求められる組込み機器に適していなかった。   In a conventional prelink system, preparing a prelinked application corresponding to embedded devices having various configurations has a burden on management. In addition, it is difficult or takes a long time to perform link processing in an embedded device with few resources. Furthermore, if the link processing is performed at the time of startup in the embedded device, there is a problem that the startup time of the application is delayed, which is not suitable for an embedded device that requires instantaneous operation.

本発明の目的は、組込み機器を対象にし、プログラムダウンロード時にプレリンクを行うことにより組込み機器の多様性への対応やアプリケーション管理を容易にできるプレリンクシステムを提供することである。
本発明の他の目的は、利用資源の乏しい組込み機器への適用ができるプレリンクシステムを提供することである。
An object of the present invention is to provide a prelink system that targets embedded devices and can easily cope with the diversity of embedded devices and manage applications by performing prelink when downloading a program.
Another object of the present invention is to provide a prelink system that can be applied to an embedded device having a limited use resource.

以下に、[発明を実施するための最良の形態]で使用される番号を括弧付きで用いて、課題を解決するための手段を説明する。これらの番号は、[特許請求の範囲]の記載と[発明を実施するための最良の形態]との対応関係を明らかにするために付加されたものである。但し、それらの番号を、[特許請求の範囲]に記載されている発明の技術的範囲の解釈に用いてはならない。   In the following, means for solving the problem will be described using the numbers used in [Best Mode for Carrying Out the Invention] in parentheses. These numbers are added to clarify the correspondence between the description of [Claims] and [Best Mode for Carrying Out the Invention]. However, these numbers should not be used to interpret the technical scope of the invention described in [Claims].

本発明のプレリンクシステムは、組込み機器(300,600)向けのシンボルとアドレスの対応表群を格納する対応表格納部(240,520)と、対応表群から特定の対応表を選択する対応表選択部(250,530)と、対応表を用いてアプリケーションに対するプレリンクを行うプレリンク部(260,420)とを具備する。   The prelink system of the present invention has a correspondence table storage unit (240, 520) for storing a correspondence table group of symbols and addresses for embedded devices (300, 600), and a correspondence for selecting a specific correspondence table from the correspondence table group. It includes a table selection unit (250, 530) and a prelink unit (260, 420) that prelinks an application using the correspondence table.

本発明のプレリンクシステムは、アプリケーションを取得するアプリケーション取得部(220)と、組込み機器(300)を特定する情報を含む機器特定情報を取得する機器特定情報取得部(230)と、対応表選択部(250)が機器特定情報に応じて選択した対応表を用いて、プレリンク部(260)がアプリケーションをプレリンク処理した後、プレリンク済みのアプリケーションを組込み機器(300)に送信するアプリケーション送信部(270)とを更に具備する。これは、本発明の第1実施形態に対応している。   The prelink system of the present invention includes an application acquisition unit (220) that acquires an application, a device identification information acquisition unit (230) that acquires device identification information including information that identifies an embedded device (300), and a correspondence table selection Using the correspondence table selected by the unit (250) according to the device identification information, the prelink unit (260) prelinks the application, and then transmits the prelinked application to the embedded device (300). Part (270). This corresponds to the first embodiment of the present invention.

本発明のプレリンクシステムは、対応表をプレリンクを行うサーバ(400)に送信する対応表送出部(540)とを更に具備する。プレリンク部(420)は、プレリンクを行うサーバ(400)において、アプリケーションを要求時に対応表を用いてプレリンク処理を行う。これは、本発明の第2実施形態に対応している。   The prelink system of the present invention further includes a correspondence table sending unit (540) that transmits the correspondence table to the server (400) that performs the prelink. The prelink unit (420) performs prelink processing using a correspondence table when an application is requested in the server (400) that performs prelink. This corresponds to the second embodiment of the present invention.

本発明の組込み機器(300,600)は、アプリケーションのダウンロードを要求するアプリケーション要求部(310,610)と、当該組込み機器(300,600)を特定する情報を含む機器特定情報を送信する機器特定情報送出部(330,610)と、アプリケーションのダウンロード要求及び機器特定情報に応じて送信されたプレリンク済みのアプリケーションを受信するアプリケーション受け取り部(340,620)とを具備する。   The embedded device (300, 600) of the present invention includes an application request unit (310, 610) for requesting download of an application and a device specification for transmitting device specifying information including information for specifying the embedded device (300, 600). An information transmission unit (330, 610) and an application reception unit (340, 620) that receives a pre-linked application transmitted in response to an application download request and device identification information.

本発明の組込み機器(300)は、アプリケーションのダウンロード要求に応じて受信したアプリケーション情報とアプリケーションの所在情報とを含む情報を送出するアプリケーション情報送出部(320)を更に具備する。   The embedded device (300) of the present invention further includes an application information transmission unit (320) that transmits information including application information received in response to an application download request and location information of the application.

本発明のプレリンク方法は、組込み機器(300,600)からの要求に対応し、組込み機器(300,600)に対応したシンボルとアドレスの対応表を選択するステップと、組込み機器(300,600)向けにアプリケーションのプレリンク処理を行うステップとを具備する。   The pre-link method of the present invention corresponds to a request from the embedded device (300, 600), selects a symbol / address correspondence table corresponding to the embedded device (300, 600), and the embedded device (300, 600). ) For performing a pre-link process of the application.

本発明のプレリンク方法は、アプリケーションを取得するステップと、組込み機器(300)を特定する情報を含む機器特定情報を取得するステップと、機器特定情報に応じて選択した対応表を用いて、アプリケーションをプレリンク処理し、プレリンク済みのアプリケーションを組込み機器(300)に送信するステップとを更に具備する。これは、本発明の第1実施形態に対応している。   The prelink method of the present invention uses an application acquisition step, a step of acquiring device specifying information including information specifying the embedded device (300), and a correspondence table selected according to the device specifying information. Pre-link processing and transmitting the pre-linked application to the embedded device (300). This corresponds to the first embodiment of the present invention.

本発明のプレリンク方法は、組込み機器(600)からのアプリケーションのダウンロード要求時に、組込み機器(600)のシンボルとアドレスの対応表を格納管理しているサーバ(500)から対応表を取得するステップと、アプリケーションのダウンロード処理過程で組込み機器(600)に適応したプレリンク処理を行うステップとを更に具備する。これは、本発明の第2実施形態に対応している。   The pre-linking method of the present invention is a step of acquiring a correspondence table from a server (500) that stores and manages a correspondence table of symbols and addresses of the embedded device (600) when an application download request is received from the embedded device (600). And a pre-link process adapted to the embedded device (600) during the application download process. This corresponds to the second embodiment of the present invention.

本発明の他のプレリンク方法は、アプリケーションのダウンロードを要求するステップと、アプリケーションを要求している組込み機器(300,600)を特定する情報を含む機器特定情報を送信するステップと、アプリケーションのダウンロード要求及び機器特定情報に応じて送信されたプレリンク済みのアプリケーションを受信するステップとを具備する。これは、本発明の組込み機器(300,600)の動作に対応している。   Another pre-linking method of the present invention includes a step of requesting download of an application, a step of transmitting device specifying information including information specifying an embedded device (300, 600) requesting the application, and downloading of the application. Receiving a pre-linked application transmitted in response to the request and device specific information. This corresponds to the operation of the embedded device (300, 600) of the present invention.

本発明の他のプレリンク方法は、アプリケーションのダウンロード要求に応じて受信したアプリケーション情報とアプリケーションの所在情報とを含む情報を送出するステップを更に具備する。これは、本発明の組込み機器(300,600)の動作に対応している。   Another pre-linking method of the present invention further includes a step of transmitting information including application information received in response to an application download request and location information of the application. This corresponds to the operation of the embedded device (300, 600) of the present invention.

本発明のプログラムは、上記のいずれかのプレリンク方法をコンピュータに実行させる。   The program of the present invention causes a computer to execute any one of the above prelink methods.

第1の効果は、組込み機器に負荷をかけずにプレリンクされたアプリケーションを提供できることにある。その理由は、アプリケーションのダウンロード過程で組込み機器外のプレリンク用のサーバ内でプレリンク作業を行うためである。
第2の効果は、アプリケーション提供者がアプリケーション管理を容易にできることにある。その理由は、アプリケーションのダウンロード時に該当する組込み機器に適したプレリンク作業を行うため、組込み機器ごとにアプリケーションを用意し管理する必要がないためである。
第3の効果は、組込み機器内でアプリケーションを高速に起動できることにある。その理由は、プレリンクされているため、起動時にシンボル解決作業を行う必要がないためである。
The first effect is that a prelinked application can be provided without imposing a load on the embedded device. The reason is that the prelink operation is performed in the prelink server outside the embedded device during the application download process.
The second effect is that the application provider can easily manage the application. The reason is that it is not necessary to prepare and manage an application for each embedded device because a prelink operation suitable for the corresponding embedded device is performed when the application is downloaded.
A third effect is that an application can be activated at high speed in an embedded device. The reason is that it is pre-linked, so it is not necessary to perform symbol resolution work at the time of activation.

以下に、本発明の第1実施形態について添付図面を参照して説明する。
図2を参照すると、本発明のプレリンクシステムは、サーバ100と、サーバ200と、組込み機器300を含む。
Hereinafter, a first embodiment of the present invention will be described with reference to the accompanying drawings.
Referring to FIG. 2, the prelink system of the present invention includes a server 100, a server 200, and an embedded device 300.

サーバ100は、アプリケーションを格納している。サーバ200は、プレリンク処理を行う。組込み機器300は、サーバ100に要求して、サーバ100からアプリケーション情報を取得する。   The server 100 stores an application. The server 200 performs prelink processing. The embedded device 300 requests the server 100 and acquires application information from the server 100.

サーバ100は、アプリケーション格納部110と、アプリケーション情報送出部120と、アプリケーション送出部130を備える。   The server 100 includes an application storage unit 110, an application information transmission unit 120, and an application transmission unit 130.

アプリケーション格納部110は、アプリケーションを格納する。アプリケーション情報送出部120は、要求されたアプリケーションを特定する情報を少なくとも含むアプリケーション情報を組込み機器300に送出する。アプリケーション送出部130は、サーバ200から要求されたアプリケーションを送出する。   The application storage unit 110 stores an application. The application information sending unit 120 sends application information including at least information specifying the requested application to the embedded device 300. The application sending unit 130 sends the application requested from the server 200.

サーバ200は、アプリケーション情報取得部210と、アプリケーション取得部220と、機器特定情報取得部230と、対応表格納部240と、対応表選択部250と、プレリンク部260と、アプリケーション送信部270を備える。   The server 200 includes an application information acquisition unit 210, an application acquisition unit 220, a device identification information acquisition unit 230, a correspondence table storage unit 240, a correspondence table selection unit 250, a prelink unit 260, and an application transmission unit 270. Prepare.

アプリケーション情報取得部210は、組込み機器300に含まれるアプリケーション情報送出部320から送出された情報を取得する。アプリケーション取得部220は、アプリケーション情報取得部210により取得した情報を用いてサーバ100からアプリケーションを取得する。機器特定情報取得部230は、組込み機器300の機器特定情報送出部330により送出された情報を受け取る。シンボルとアドレスの対応表格納部240は、組込み機器メーカから提供された各機種のシンボルとアドレスの対応表を格納する。対応表選択部250は、機器特定情報取得部230により取得した情報を用いてシンボルとアドレスの対応表格納部240から該当する対応表を選択する。プレリンク部260は、選択された対応表を用いて、取得したアプリケーションに対してプレリンク処理を行う。アプリケーション送信部270は、プレリンク処理がなされたアプリケーションを組込み機器300に送信する。   The application information acquisition unit 210 acquires information transmitted from the application information transmission unit 320 included in the embedded device 300. The application acquisition unit 220 acquires an application from the server 100 using the information acquired by the application information acquisition unit 210. The device identification information acquisition unit 230 receives information transmitted by the device identification information transmission unit 330 of the embedded device 300. The symbol / address correspondence table storage unit 240 stores a symbol / address correspondence table of each model provided by an embedded device manufacturer. The correspondence table selection unit 250 selects a corresponding correspondence table from the symbol / address correspondence table storage unit 240 using the information acquired by the device identification information acquisition unit 230. The prelink unit 260 performs a prelink process on the acquired application using the selected correspondence table. The application transmission unit 270 transmits the application subjected to the prelink process to the embedded device 300.

組込み機器300は、アプリケーション要求部310と、アプリケーション情報送出部320と、機器特定情報送出部330と、アプリケーション受け取り部340と、アプリケーション格納部350を備える。   The embedded device 300 includes an application request unit 310, an application information transmission unit 320, a device identification information transmission unit 330, an application reception unit 340, and an application storage unit 350.

アプリケーション要求部310は、サーバ100に対してダウンロードしたいアプリケーションを要求する。アプリケーション情報送出部320は、サーバ100から送出されたアプリケーション情報とサーバ100のURL(Uniform Resource Locator)を少なくとも含む情報をサーバ200に送出する。なお、サーバ100のURLは、アプリケーションの所在情報を示す情報であれば良い。機器特定情報送出部330は、サーバ200に対して、組込み機器300を特定できる情報を少なくとも含む情報を送出する。アプリケーション受け取り部340は、サーバ200から、プレリンク済みのアプリケーションを受け取る。アプリケーション格納部350は、アプリケーション受け取り部340で受け取ったプレリンク済みのアプリケーションを格納する。   The application request unit 310 requests the server 100 for an application to be downloaded. The application information sending unit 320 sends to the server 200 information including at least the application information sent from the server 100 and the URL (Uniform Resource Locator) of the server 100. Note that the URL of the server 100 may be information indicating the location information of the application. The device identification information sending unit 330 sends information including at least information that can identify the embedded device 300 to the server 200. The application receiving unit 340 receives a prelinked application from the server 200. The application storage unit 350 stores the prelinked application received by the application reception unit 340.

次に、図3のシーケンスチャートを参照して、本実施形態の全体の動作について詳細に説明する。
(1)ステップS101
組込み機器300からサーバ100に対してアプリケーション要求を送る。
(2)ステップS102
サーバ100は、組込み機器300に対してアプリケーション情報を送出する。
(3)ステップS103
組込み機器300は、サーバ200に対して、サーバ100のURLとアプリケーションを特定できる情報を少なくとも含む情報を送出する。
(4)ステップS104
サーバ200は、サーバ100に対してアプリケーション要求を出す。
(5)ステップS105
サーバ100は、サーバ200に要求されたアプリケーションを送出する。
(6)ステップS106
組込み機器300は、機器が特定できる情報を少なくとも含む機器特定情報をサーバ200に送出する。
(7)ステップS107
サーバ200は、取得した機器特定情報を用いて対応表格納部240から該当する対応表を選択する。
(8)ステップS108
サーバ200は、選択した対応表を用いて取得したアプリケーションに対してプレリンク処理を行う。
(9)ステップS109
サーバ200は、プレリンク済みのアプリケーションを組込み機器300に送出し、組込み機器300は、アプリケーション受け取り部340により、サーバ200から送出されてきたアプリケーションを受け取る。
(10)ステップS110
組込み機器300は、アプリケーション格納部350により、プレリンク済みのアプリケーションを格納する。
Next, the overall operation of the present embodiment will be described in detail with reference to the sequence chart of FIG.
(1) Step S101
An application request is sent from the embedded device 300 to the server 100.
(2) Step S102
The server 100 sends application information to the embedded device 300.
(3) Step S103
The embedded device 300 sends the server 200 information including at least the URL of the server 100 and information that can identify the application.
(4) Step S104
The server 200 issues an application request to the server 100.
(5) Step S105
The server 100 sends the requested application to the server 200.
(6) Step S106
The embedded device 300 sends device specifying information including at least information that can be specified to the device to the server 200.
(7) Step S107
The server 200 selects a corresponding correspondence table from the correspondence table storage unit 240 using the acquired device identification information.
(8) Step S108
The server 200 performs prelink processing on the application acquired using the selected correspondence table.
(9) Step S109
The server 200 sends the pre-linked application to the embedded device 300, and the embedded device 300 receives the application sent from the server 200 by the application receiving unit 340.
(10) Step S110
The embedded device 300 stores the prelinked application by the application storage unit 350.

本実施形態では、アプリケーションのダウンロード処理中に指定されたアプリケーションを組込み機器内ではなくメモリやCPUパワーなどのリソースが豊富なサーバでその機器向けのプレリンク処理を行うように構成されているため、メモリやCPUなどのリソースが貧弱な組込み機器に対してその機器向けのプレリンクされたアプリケーションを提供できる。   In the present embodiment, the application specified during the application download process is configured to perform prelink processing for the device in a server with abundant resources such as memory and CPU power, not in the embedded device. A pre-linked application for a device can be provided to an embedded device with poor resources such as a memory and a CPU.

次に、本発明の第2実施形態について説明する。
図4を参照すると、本発明の第2実施形態において、本発明のプレリンクシステムは、サーバ400と、サーバ500と、組込み機器600を含む。
Next, a second embodiment of the present invention will be described.
Referring to FIG. 4, in the second embodiment of the present invention, the prelink system of the present invention includes a server 400, a server 500, and an embedded device 600.

サーバ400は、アプリケーションを格納し、アプリケーション要求時に、プレリンク処理を行う。サーバ500は、機器ごとのシンボル・アドレス対応表を格納する。
組込み機器600は、アプリケーション要求と、機器を特定できる情報と、シンボル・アドレス対応表の所在を示すURLを送出し、プレリンクされたアプリケーションを取得する。
The server 400 stores an application and performs a prelink process when an application is requested. The server 500 stores a symbol / address correspondence table for each device.
The embedded device 600 transmits an application request, information that can identify the device, and a URL indicating the location of the symbol / address correspondence table, and acquires a prelinked application.

サーバ400は、アプリケーション格納部410と、プレリンク部420と、アプリケーション送出部430を含んでいる。   The server 400 includes an application storage unit 410, a prelink unit 420, and an application transmission unit 430.

アプリケーション格納部410は、アプリケーションを格納する。プレリンク部420は、サーバ500に機器特定情報を送ることにより受け取ったその機器向けのシンボルとアドレスと対応表を用いてプレリンク処理を行う。アプリケーション送出部は430は、プレリンク処理されたアプリケーションを組込み機器600に送出する。   The application storage unit 410 stores an application. The prelink unit 420 performs prelink processing using the symbol, address, and correspondence table for the device received by sending the device identification information to the server 500. The application sending unit 430 sends the pre-linked application to the embedded device 600.

サーバ500は、機器特定情報取得部510と、シンボルとアドレスの対応表格納部520と、対応表選択部530と、対応表送出部540を含んでいる。   The server 500 includes a device identification information acquisition unit 510, a symbol / address correspondence table storage unit 520, a correspondence table selection unit 530, and a correspondence table transmission unit 540.

機器特定情報取得部510は、サーバ400から送られてくる機器特定情報を取得する。対応表格納部520は、各種の組込み機器向けのシンボルとアドレスの対応表を格納する。対応表選択部530は、機器特定情報取得部510により得られた情報から該当する対応表を選択する。対応表送出部540は、選択した対応表をサーバ400に送出する。   The device identification information acquisition unit 510 acquires device identification information transmitted from the server 400. The correspondence table storage unit 520 stores a symbol and address correspondence table for various embedded devices. The correspondence table selection unit 530 selects a corresponding correspondence table from the information obtained by the device identification information acquisition unit 510. The correspondence table sending unit 540 sends the selected correspondence table to the server 400.

組込み機器600は、アプリケーション要求部610と、アプリケーション受け取り部620と、アプリケーション格納部630とを含んでいる。   The embedded device 600 includes an application request unit 610, an application reception unit 620, and an application storage unit 630.

アプリケーション要求部610は、サーバ400に対してアプリケーション要求と、機器を特定できる情報とサーバ500のURLを少なくとも含む情報を送る。アプリケーション受け取り部620は、プレリンクされたアプリケーションをサーバ400から受け取る。アプリケーション格納部630は、受け取ったアプリケーションを格納する。   The application request unit 610 sends an application request to the server 400, information that can specify a device, and information that includes at least the URL of the server 500. The application receiving unit 620 receives a prelinked application from the server 400. The application storage unit 630 stores the received application.

次に、図5のシーケンスチャートを参照して、本実施形態の全体の動作について詳細に説明する。
(1)ステップS201
組込み機器600が、アプリケーション要求と、機器を特定できる情報とサーバ500のURLを少なくとも含む情報をサーバ400に送る。
(2)ステップS202
サーバ400は、サーバ500に対して機器を特定できる情報を少なくとも含む情報を送り、サーバ500は、その情報を取得する。
(3)ステップS203
サーバ500は、取得した情報を用いて、シンボルとアドレスの対応表格納部520から対応表選択手530により対応表を選択する。
(4)ステップS204
サーバ500は、選択した対応表をサーバ400に送る。
(5)ステップS205
サーバ400は、サーバ500から取得した対応表を用いてアプリケーションに対してプレリンク処理を行う。
(6)ステップS206
サーバ400は、プレリンク処理がされたアプリケーションを組込み機器600に送出し、組込み機器600は、アプリケーション受け取り部620によりアプリケーションを受け取る。
(7)ステップS207
組込み機器600は、受け取ったアプリケーションを格納する。
Next, the overall operation of the present embodiment will be described in detail with reference to the sequence chart of FIG.
(1) Step S201
The embedded device 600 sends an application request, information that can specify the device, and information including at least the URL of the server 500 to the server 400.
(2) Step S202
The server 400 sends information including at least information that can identify the device to the server 500, and the server 500 acquires the information.
(3) Step S203
The server 500 uses the acquired information to select a correspondence table from the symbol-address correspondence table storage unit 520 using the correspondence table selector 530.
(4) Step S204
The server 500 sends the selected correspondence table to the server 400.
(5) Step S205
The server 400 performs prelink processing for the application using the correspondence table acquired from the server 500.
(6) Step S206
The server 400 sends the pre-linked application to the embedded device 600, and the embedded device 600 receives the application by the application receiving unit 620.
(7) Step S207
The embedded device 600 stores the received application.

本実施形態では、サーバ400がアプリケーション格納と、プレリンク処理を行うようにに構成されているため、組込み機器600は、サーバ400に対してのみ通信処理を行えばよいので組込み機器の構成を簡単化できる。なお、サーバ400とサーバ500の間は、高速回線で結ぶことが可能なためシンボルとアドレスの対応表の転送は、ほとんどオーバーヘッドはかからない。   In this embodiment, since the server 400 is configured to perform application storage and prelink processing, the embedded device 600 only needs to perform communication processing with respect to the server 400, so that the configuration of the embedded device is simplified. Can be Since the server 400 and the server 500 can be connected via a high-speed line, the transfer of the symbol-address correspondence table requires almost no overhead.

次に、具体的な実施例について説明する。
図6に示すように、本発明のプレリンクシステムは、携帯電話700と、アプリケーション管理サーバ800と、プレリンクサーバ900を含む場合がある。ここでは、携帯電話700は組込み機器300又は組込み機器600を示す。アプリケーション管理サーバ800はサーバ100又はサーバ400を示す。プレリンクサーバ900はサーバ200又はサーバ500を示す。
Next, specific examples will be described.
As shown in FIG. 6, the prelink system of the present invention may include a mobile phone 700, an application management server 800, and a prelink server 900. Here, the mobile phone 700 indicates the embedded device 300 or the embedded device 600. The application management server 800 indicates the server 100 or the server 400. The prelink server 900 indicates the server 200 or the server 500.

携帯電話700は、アプリケーションがダウンロード可能な携帯電話である。アプリケーション管理サーバ800は、コンテンツプロバイダが管理するサーバである。プレリンクサーバ900は、携帯電話メーカーが管理するプレリンク用のサーバである。   The mobile phone 700 is a mobile phone from which an application can be downloaded. The application management server 800 is a server managed by the content provider. The prelink server 900 is a prelink server managed by a mobile phone manufacturer.

これらの各装置はそれぞれ概略、次のように動作する。
携帯電話700は、無線回線を用いて、アプリケーション管理サーバ800にアプリケーション要求を出す。アプリケーション管理サーバ800は、アプリケーション情報を携帯電話700に返送する。携帯電話700は、プレリンク用サーバ900にその情報を無線回線を用いて送信する。プレリンク用のサーバ900は、高速回線を用いてアプリケーション管理サーバ800からアプリケーションを取得し、プレリンク処理を行い、無線回線を用いて携帯電話700にプレリンク済みのアプリケーションを送信する。携帯電話700は、そのプレリンク済みのアプリケーションを格納する。
Each of these devices generally operates as follows.
The cellular phone 700 issues an application request to the application management server 800 using a wireless line. Application management server 800 returns application information to mobile phone 700. The cellular phone 700 transmits the information to the prelink server 900 using a wireless line. The prelink server 900 acquires an application from the application management server 800 using a high-speed line, performs prelink processing, and transmits the prelinked application to the mobile phone 700 using a wireless line. Mobile phone 700 stores the pre-linked application.

本発明によれば、多様性のある組込み機器用に適した高速なプレリンク処理及び高速なアプリケーション起動が必要な組込み機器の実現といった用途に適用できる。また、出荷後にアプリケーションをダウンロードできる機能を持つ組込み機器に対して起動レスポンスの早い性能の実現といった用途に適用できる。また、多様性のある組込み機器向けのアプリケーションを管理の容易化の実現といった用途に適用できる。   INDUSTRIAL APPLICABILITY According to the present invention, it can be applied to uses such as high-speed prelink processing suitable for various embedded devices and realization of embedded devices that require high-speed application activation. In addition, it can be applied to applications such as realization of fast startup response performance for embedded devices having the function of downloading applications after shipment. In addition, it is possible to apply various applications for embedded devices to applications such as easy management.

以下に、本発明の特徴について説明する。
本発明のプレリンクシステムは、各種の組込み機器向けのシンボルとアドレスの対応表群を格納する手段と、当該対応表群から特定の対応表を選択する手段と、対応表を用いてアプリケーションに対するプレリンクを行う手段とを備えたことを特徴とする。
The features of the present invention will be described below.
The prelink system of the present invention includes a means for storing a correspondence table group of symbols and addresses for various embedded devices, a means for selecting a specific correspondence table from the correspondence table group, and a preprocessor for an application using the correspondence table. And a means for performing a link.

また、本発明のプレリンクシステムは、各種の組込み機器向けのシンボルとアドレスの対応表群を格納する手段と、当該対応表から特定の対応表を選択する手段と、当該対応表をプレリンクを行うサーバに送信する手段と、指定されたアプリケーションを要求時に対応表を用いてプレリンク処理を行う手段とを備えたことを特徴とする。   Further, the prelink system of the present invention includes means for storing a correspondence table group of symbols and addresses for various embedded devices, means for selecting a specific correspondence table from the correspondence table, and prelinking the correspondence table. Means for transmitting to a server to perform, and means for performing a prelink process using a correspondence table when a specified application is requested.

対応表格納手段は、組込み機器メーカの組込み機器情報格納手段から各機器のシンボルとアドレスの対応表を獲得する手段を含むことを特徴とする。   The correspondence table storage means includes means for obtaining a symbol-address correspondence table for each device from the embedded device information storage means of the embedded device manufacturer.

また、本発明のプレリンクシステムは、アプリケーションダウンロード過程でプレリンク処理を行う手段を更に備えたことを特徴とする。   The prelink system of the present invention further includes means for performing a prelink process in the application download process.

本発明のプレリンク方法は、組込み機器からの要求に対応し、当該組込み機器に対応したシンボルとアドレスの対応表を選択し、当該組込み機器向けにアプリケーションのプレリンク処理を行うことを特徴とする。   The prelink method of the present invention is characterized by responding to a request from an embedded device, selecting a symbol / address correspondence table corresponding to the embedded device, and performing an application prelink process for the embedded device. .

また、本発明のプレリンク方法は、組込み機器からのアプリケーションダウンロード要求時に、当該組込み機器のシンボルとアドレス対応表を対応表を格納管理しているサーバから取得し、ダウンロード処理過程で当該組込み機器に適応したプレリンク処理を行うことを特徴とする。   The pre-linking method of the present invention acquires a symbol and address correspondence table of the embedded device from the server storing and managing the correspondence table when an application download request is received from the embedded device, and stores it in the embedded device during the download process. An adaptive prelink process is performed.

更に、本発明のプレリンク方法は、プレリンク処理をサーバ側で行うことを特徴とする。   Furthermore, the prelink method of the present invention is characterized in that prelink processing is performed on the server side.

本発明のプログラムは、ダウンロードするアプリケーションを要求する要求処理と、機器を特定する情報を少なくとも含む情報を送信する情報送信処理と、アプリケーションを受信する受信処理とをコンピュータに実行させることを特徴とする。   A program according to the present invention causes a computer to execute a request process for requesting an application to be downloaded, an information transmission process for transmitting information including at least information for specifying a device, and a reception process for receiving an application. .

本発明のプログラムは、各種組込み機器向けのシンボルとアドレスの対応表群を格納する格納処理と、対応表群から指定された組込み機器向けの対応表を選択する選択処理と、対応表を用いてプレリンクを行うプレリンク処理とをコンピュータに実行させることを特徴とする。   The program of the present invention uses a storage process for storing a correspondence table group of symbols and addresses for various embedded devices, a selection process for selecting a correspondence table for an embedded device designated from the correspondence table group, and a correspondence table. A prelink process for performing prelink is executed by a computer.

本発明のプログラムは、組込み機器と情報を通信する処理をコンピュータに更に実行させることを特徴とするプログラム。   A program according to the present invention causes a computer to further execute a process of communicating information with an embedded device.

本発明の組込み機器は、アプリケーション要求手段と、当該組込み機器を特定する情報を少なくとも含む情報を送信する手段と、プレリンクされたアプリケーションを受信する手段とを備えたことを特徴とする。   The embedded device of the present invention is characterized by comprising application request means, means for transmitting information including at least information for specifying the embedded device, and means for receiving a prelinked application.

本発明のサーバは、各種組込み機器向けのシンボルとアドレスの対応表群を格納する格納手段と、対応表群から指定された組込み機器向けの対応表を選択する選択手段と、対応表を用いてプレリンクを行うプレリンク処理を行うプレリンク手段とを備えたことを特徴とする。   The server of the present invention uses a storage means for storing a correspondence table group of symbols and addresses for various embedded devices, a selection means for selecting a correspondence table for embedded devices designated from the correspondence table group, and a correspondence table. And a prelink means for performing a prelink process for performing a prelink.

以上のように、本発明のプレリンクシステムは、組込み機器が持つアプリケーション特定手段と、機器を特定する情報をプレリンクサーバに伝達する手段と、プレリンクサーバが持つプレリンク手段と個々の組込み機器が保持するライブラリに関するシンボルとアドレスとの対応表を格納する手段とを備える。そして、組込み機器がアプリケーションをダウンロードする際に、プレリンクサーバが特定されたアプリケーションに対して、特定された機器に対応するシンボルとアドレスの対応表を用いて、プレリンク作業を行い、プレリンクされたアプリケーションを組込み機器に転送するよう動作する。   As described above, the prelink system of the present invention includes an application specifying unit included in an embedded device, a unit transmitting information specifying the device to a prelink server, a prelink unit included in the prelink server, and each embedded device. Means for storing a correspondence table of symbols and addresses related to the library held by the computer. When the embedded device downloads the application, the prelink server performs the prelink operation for the identified application using the symbol / address correspondence table corresponding to the identified device. Operate to transfer the registered application to the embedded device.

図1は、従来技術の構成を示す図である。FIG. 1 is a diagram showing the configuration of the prior art. 図2は、本発明の第1実施形態の構成を示す示すブロック図である。FIG. 2 is a block diagram showing the configuration of the first embodiment of the present invention. 図3は、本発明の第1実施形態の動作を示すシーケンスチャート図である。FIG. 3 is a sequence chart showing the operation of the first embodiment of the present invention. 図4は、本発明の第2実施形態の構成を示すプロック図である。FIG. 4 is a block diagram showing the configuration of the second embodiment of the present invention. 図5は、本発明の第2実施形態の動作を示すシーケンスチャート図である。FIG. 5 is a sequence chart showing the operation of the second embodiment of the present invention. 図6は、本発明の具体的な実施例を示す図である。FIG. 6 is a diagram showing a specific embodiment of the present invention.

符号の説明Explanation of symbols

10 従来のプレリンクシステム
11 シンボル・アドレス対応表作成部
12 未解決シンボル抽出部
13 対応表検索部
14 シンボル解決部(プレリンク部)
20 ライブラリ
30 アプリケーション
40 シンボル解決されたライブラリ
50 シンボル解決されたアプリケーション
100 アプリケーションを格納するサーバ
110 アプリケーション格納部
120 アプリケーション情報送出部
130 アプリケーション送出部
200 プレリンク処理を行うサーバ
210 アプリケーション情報取得部
220 アプリケーション取得部
230 機器特定情報取得部
240 シンボルとアドレスの対応表格納部
250 対応表選択部
260 プレリンク部
270 アプリケーション送信部
300 組込み機器
310 アプリケーション要求部
320 アプリケーション情報送出部
330 機器特定情報送出部
340 アプリケーション受け取り部
350 アプリケーション格納部
400 アプリケーションを格納しプレリンク処理を行うサーバ
410 アプリケーション格納部
420 プレリンク部
430 アプリケーション送出部
500 シンボルとアドレスの対応表を格納するサーバ
510 機器特定情報取得部
520 シンボルとアドレスの対応表格納部
530 対応表選択部
540 対応表送出部
600 組込み機器
610 アプリケーション要求部
620 アプリケーション受け取り部
630 アプリケーション格納部
700 携帯電話
800 アプリケーション管理サーバ
900 プレリンクサーバ
DESCRIPTION OF SYMBOLS 10 Conventional prelink system 11 Symbol and address correspondence table preparation part 12 Unresolved symbol extraction part 13 Correspondence table search part 14 Symbol resolution part (prelink part)
DESCRIPTION OF SYMBOLS 20 Library 30 Application 40 Symbol-resolved library 50 Symbol-resolved application 100 Server for storing application 110 Application storage unit 120 Application information transmitting unit 130 Application transmitting unit 200 Server for performing prelink processing 210 Application information acquiring unit 220 Application acquisition Unit 230 device identification information acquisition unit 240 symbol and address correspondence table storage unit 250 correspondence table selection unit 260 prelink unit 270 application transmission unit 300 embedded device 310 application request unit 320 application information transmission unit 330 device identification information transmission unit 340 application reception Section 350 Application storage section 400 Stores applications Server that performs pre-link processing 410 Application storage unit 420 Pre-link unit 430 Application transmission unit 500 Server that stores symbol-address correspondence table 510 Device identification information acquisition unit 520 Symbol-address correspondence table storage unit 530 Correspondence table selection unit 540 Correspondence table sending unit 600 Embedded device 610 Application request unit 620 Application receiving unit 630 Application storage unit 700 Mobile phone 800 Application management server 900 Prelink server

Claims (11)

組込み機器向けのシンボルとアドレスの対応表群を格納する対応表格納部と、
前記対応表群から特定の対応表を選択する対応表選択部と、
前記対応表を用いてアプリケーションに対するプレリンクを行うプレリンク部と
を具備する
プレリンクシステム。
A correspondence table storage unit for storing a correspondence table group of symbols and addresses for embedded devices;
A correspondence table selection unit for selecting a specific correspondence table from the correspondence table group;
A prelink system comprising: a prelink unit that performs prelink to an application using the correspondence table.
請求項1に記載のプレリンクシステムであって、
前記アプリケーションを取得するアプリケーション取得部と、
前記組込み機器を特定する情報を含む機器特定情報を取得する機器特定情報取得部と、
前記対応表選択部が前記機器特定情報に応じて選択した対応表を用いて、前記プレリンク部が前記アプリケーションをプレリンク処理した後、プレリンク済みのアプリケーションを前記組込み機器に送信するアプリケーション送信部と
を更に具備する
プレリンクシステム。
The prelink system according to claim 1,
An application acquisition unit for acquiring the application;
A device specifying information acquisition unit for acquiring device specifying information including information for specifying the embedded device;
Application transmitting unit that transmits the prelinked application to the embedded device after the prelink unit prelinks the application using the correspondence table selected by the correspondence table selecting unit according to the device specifying information A prelink system further comprising:
請求項1に記載のプレリンクシステムであって、
前記対応表をプレリンクを行うサーバに送信する対応表送出部と
を更に具備し、
前記プレリンク部は、前記プレリンクを行うサーバにおいて、前記アプリケーションを要求時に前記対応表を用いてプレリンク処理を行う
プレリンクシステム。
The prelink system according to claim 1,
A correspondence table sending unit that transmits the correspondence table to a server that performs pre-linking,
The prelink unit performs prelink processing using the correspondence table when the application is requested in the server that performs the prelink.
アプリケーションのダウンロードを要求するアプリケーション要求部と、
当該組込み機器を特定する情報を含む機器特定情報を送信する機器特定情報送出部と、
前記アプリケーションのダウンロード要求及び前記機器特定情報に応じて送信されたプレリンク済みのアプリケーションを受信するアプリケーション受け取り部と
を具備する
組込み機器。
An application requesting unit that requests downloading of the application;
A device identification information sending unit that transmits device identification information including information identifying the embedded device;
An embedded device comprising: an application receiving unit that receives a pre-linked application transmitted in response to the application download request and the device identification information.
請求項4に記載の組込み機器であって、
前記アプリケーションのダウンロード要求に応じて受信したアプリケーション情報と前記アプリケーションの所在情報とを含む情報を送出するアプリケーション情報送出部
を更に具備する
組込み機器。
The embedded device according to claim 4,
An embedded device, further comprising: an application information transmitting unit that transmits information including application information received in response to a download request for the application and location information of the application.
組込み機器からの要求に対応し、前記組込み機器に対応したシンボルとアドレスの対応表を選択するステップと、
前記組込み機器向けにアプリケーションのプレリンク処理を行うステップと
を具備する
プレリンク方法。
Selecting a symbol-address correspondence table corresponding to the embedded device in response to a request from the embedded device; and
Performing a prelink process of an application for the embedded device.
請求項6に記載のプレリンク方法であって、
前記アプリケーションを取得するステップと、
前記組込み機器を特定する情報を含む機器特定情報を取得するステップと、
前記機器特定情報に応じて選択した対応表を用いて、前記アプリケーションをプレリンク処理し、プレリンク済みのアプリケーションを前記組込み機器に送信するステップと
を更に具備する
プレリンク方法。
The pre-linking method according to claim 6, wherein
Obtaining the application;
Obtaining device specifying information including information for specifying the embedded device;
Pre-link processing the application using the correspondence table selected according to the device identification information, and transmitting the pre-linked application to the embedded device.
請求項6に記載のプレリンク方法であって、
前記組込み機器からのアプリケーションのダウンロード要求時に、前記組込み機器のシンボルとアドレスの対応表を格納管理しているサーバから前記対応表を取得するステップと、
前記アプリケーションのダウンロード処理過程で前記組込み機器に適応したプレリンク処理を行うステップと
を更に具備する
プレリンク方法。
The pre-linking method according to claim 6, wherein
Obtaining the correspondence table from a server that stores and manages a correspondence table of symbols and addresses of the embedded device at the time of an application download request from the embedded device;
Pre-link processing adapted to the embedded device in the process of downloading the application.
アプリケーションのダウンロードを要求するステップと、
前記アプリケーションを要求している組込み機器を特定する情報を含む機器特定情報を送信するステップと、
前記アプリケーションのダウンロード要求及び前記機器特定情報に応じて送信されたプレリンク済みのアプリケーションを受信するステップと
を具備する
プレリンク方法。
Requesting the application to be downloaded;
Transmitting device specifying information including information specifying an embedded device requesting the application;
Receiving a pre-linked application transmitted in response to the application download request and the device specifying information. A pre-link method.
請求項9に記載のプレリンク方法であって、
前記アプリケーションのダウンロード要求に応じて受信したアプリケーション情報と前記アプリケーションの所在情報とを含む情報を送出するステップ
を更に具備する
プレリンク方法。
The pre-linking method according to claim 9, wherein
A prelink method further comprising a step of transmitting information including application information received in response to a download request for the application and location information of the application.
請求項6乃至10のいずれか一項に記載のプレリンク方法を、コンピュータに実行させるためのプログラム。   The program for making a computer perform the prelink method as described in any one of Claims 6 thru | or 10.
JP2007051053A 2007-03-01 2007-03-01 Prelink system, prelink method and program Pending JP2008217193A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007051053A JP2008217193A (en) 2007-03-01 2007-03-01 Prelink system, prelink method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007051053A JP2008217193A (en) 2007-03-01 2007-03-01 Prelink system, prelink method and program

Publications (1)

Publication Number Publication Date
JP2008217193A true JP2008217193A (en) 2008-09-18

Family

ID=39837191

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007051053A Pending JP2008217193A (en) 2007-03-01 2007-03-01 Prelink system, prelink method and program

Country Status (1)

Country Link
JP (1) JP2008217193A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0588907A (en) * 1991-09-26 1993-04-09 Mitsubishi Electric Corp Compiling system in distributed circumstances
JPH1031591A (en) * 1996-07-15 1998-02-03 Kobe Nippon Denki Software Kk In-line developing device for function
JP2003167747A (en) * 2001-11-29 2003-06-13 Mitsubishi Electric Corp Module execution system and module execution method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0588907A (en) * 1991-09-26 1993-04-09 Mitsubishi Electric Corp Compiling system in distributed circumstances
JPH1031591A (en) * 1996-07-15 1998-02-03 Kobe Nippon Denki Software Kk In-line developing device for function
JP2003167747A (en) * 2001-11-29 2003-06-13 Mitsubishi Electric Corp Module execution system and module execution method

Similar Documents

Publication Publication Date Title
CN110187912B (en) Node selection method and device
US7043537B1 (en) System and method for remote device management
WO2017067230A1 (en) Software function expansion method and apparatus based on micro service architecture
RU2644392C2 (en) System, method and device for transmitting data
EP2672391A1 (en) Osgi program and osgi system
US20110138382A1 (en) System and method for loading resources into a virtual machine
CN107193609B (en) Function module calling method and device in application and electronic equipment
US20140214921A1 (en) System and method for identification of an application executed on a mobile device
CN108376078A (en) Upgrade method, device and the household appliance of equipment
CN110543324B (en) Plug-in increment updating method and device for application program
CN105022832A (en) Method for safely downloading APP (application), mobile terminal and download server
CN106815055B (en) Method and system for dynamic layout of mobile application
CN104504587A (en) Advertisement monitoring method and device, electronic apparatus
CN106713395B (en) Data downloading method and device
KR101906074B1 (en) PLATFORM SYSTEM FOR EMPLOYMENT OF IoT DEVICE
JP2009259124A (en) System and method for providing application update information
CN101128800A (en) Method, system and apparatus for launching an interface with an electronic device
JP2019509567A5 (en)
JP5610654B2 (en) Apparatus for providing terminal management package and method for receiving terminal management package
CN102904935B (en) Downloading method, downloading device and downloading system based on home gateway
CN108712298B (en) Network equipment upgrading method and device, network equipment and storage medium
JP6167033B2 (en) Application analysis apparatus, application analysis method, program
JP2008217193A (en) Prelink system, prelink method and program
CN113596795B (en) Device binding method, device and computer readable storage medium
CN105453522B (en) Method and system for providing a function in a computer system of a vehicle

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100218

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120130

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120201

A02 Decision of refusal

Effective date: 20120606

Free format text: JAPANESE INTERMEDIATE CODE: A02