diff options
Diffstat (limited to 'stoc/util/bootstrap.map')
-rw-r--r-- | stoc/util/bootstrap.map | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stoc/util/bootstrap.map b/stoc/util/bootstrap.map new file mode 100644 index 000000000000..30c5bb729ac7 --- /dev/null +++ b/stoc/util/bootstrap.map @@ -0,0 +1,9 @@ +UDK_3_0_0 { + global: + component_getImplementationEnvironment; + component_writeInfo; + component_getFactory; + component_canUnload; + local: + *; +}; |