私は NPRuntimeについて学んだことを理解しようとしています。これは、次の行に言及しているNPRuntimeプラグインのmozilla-centralからのNPRuntimeプラグインの例です。
// ==============================
145 // ! Scriptability related code !
146 // ==============================
147 //
148 // here the plugin is asked by Mozilla to tell if it is scriptable
149 // we should return a valid interface id and a pointer to
150 // nsScriptablePeer interface which we should have implemented
151 // and which should be defined in the corressponding *.xpt file
152 // in the bin/components folder
現在、AFAIK NPRuntimeはxptファイルをコピーする必要がなく、xptファイルはXPCOMに固有であり、NPRuntimeはXPCOMを使用しません。では、上記のステートメントはどういう意味ですか?