summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stoc/util/bootstrap.map9
-rw-r--r--stoc/util/stocservices.map9
2 files changed, 18 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:
+ *;
+};
diff --git a/stoc/util/stocservices.map b/stoc/util/stocservices.map
new file mode 100644
index 000000000000..30c5bb729ac7
--- /dev/null
+++ b/stoc/util/stocservices.map
@@ -0,0 +1,9 @@
+UDK_3_0_0 {
+ global:
+ component_getImplementationEnvironment;
+ component_writeInfo;
+ component_getFactory;
+ component_canUnload;
+ local:
+ *;
+};