1LIBACONFIG_STORAGE_READ_API_CC {
2 # Export everything in the aconfig_storage namespace. This includes both the
3 # public API and library internals.
4 global:
5 extern "C++" {
6 aconfig_storage::*;
7 };
8 # Hide everything else.
9 local:
10 *;
11};
12