1#include <CoreServices/CoreServices.r> 2 3// Plugin info 4resource 'STR#' (126) { { 5 "Tests NPN_Invoke()", 6 "NPN_Invoke Test Plug-In" 7} }; 8 9// MIME Type descriptions 10resource 'STR#' (127) { { 11 "NPN_Invoke test" 12} }; 13 14// MIME Types 15resource 'STR#' (128) { { 16 "test/npn-invoke" 17} }; 18