| framework module WebKit [system] [extern_c] { | |
| umbrella header "WebKit.h" | |
| module * { export * } | |
| export * | |
| explicit module NPAPI { | |
| header "nptypes.h" | |
| header "npapi.h" | |
| header "npfunctions.h" | |
| header "npruntime.h" | |
| export * | |
| } | |
| explicit module DOMProgressEvent { | |
| header "DOMProgressEvent.h" | |
| export * | |
| } | |
| exclude header "HIWebView.h" | |
| exclude header "CarbonUtils.h" | |
| } |