exported_apis.lds 125 B

123456789
  1. {
  2. global:
  3. # Whitelist the function to load the dvr api.
  4. dvrGetApi;
  5. local:
  6. # Hide everything else.
  7. *;
  8. };