diff options
Diffstat (limited to 'slideshow/util')
-rw-r--r-- | slideshow/util/exports.map | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/slideshow/util/exports.map b/slideshow/util/exports.map new file mode 100644 index 000000000000..1c294f38c851 --- /dev/null +++ b/slideshow/util/exports.map @@ -0,0 +1,8 @@ +SHW_1_0 { + global: + component_getImplementationEnvironment; + component_writeInfo; + component_getFactory; + local: + *; +}; |