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