~phablet-team/trust-store/mir-deprecations

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
global:
    extern "C++" {
        core::trust::*;
	typeinfo?for?core::trust::*;
	typeinfo?name?for?core::trust::*;
	VTT?for?core::trust::*;
	virtual?thunk?to?core::trust::*;
	vtable?for?core::trust::*;
    };
local:
    extern "C++" {
        *;
    };
};