-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis-dot2tex-fig1.dot
34 lines (34 loc) · 2.57 KB
/
thesis-dot2tex-fig1.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
digraph G {
"/system/lib64/libtrustzone_storage.so" -> "/vendor/lib64/libteec.so";
"/system/lib64/libhwsign.so" -> "/vendor/lib64/libteec.so";
"/system/lib64/libtrustzone_signature.so" -> "/vendor/lib64/libteec.so";
"/system/lib64/liboperta.so" -> "/vendor/lib64/libteec.so";
"/vendor/bin/tlogcat" -> "/vendor/lib64/libteec.so";
"/vendor/bin/atcmdserver" -> "/vendor/lib64/libteec.so";
"/vendor/bin/aptouch_daemon" -> "/vendor/lib64/libteec.so";
"/vendor/lib64/libFaceDetectCA.so" -> "/vendor/lib64/libteec.so";
"/vendor/lib64/lib_fpc_tac_shared.so" -> "/vendor/lib64/libteec.so";
"/vendor/lib64/libstorekeybox.so" -> "/vendor/lib64/libteec.so";
"/vendor/lib64/libAntiTheftCA.so" -> "/vendor/lib64/libteec.so";
"/vendor/lib64/libtrustzone_key_manager.so" -> "/vendor/lib64/libteec.so";
"/vendor/lib64/hw/keystore.hi6250.so" -> "/vendor/lib64/libteec.so";
"/vendor/lib64/hw/gatekeeper.hi6250.so" -> "/vendor/lib64/libteec.so";
"/vendor/lib64/libface_recognize_manager.so" -> "/vendor/lib64/libteec.so";
"/data/local/tmp/atcmdserver" -> "/vendor/lib64/libteec.so";
"/cust/hw/eu/app/HwCloudDrive_EU/lib/arm64/libtrustzone_storage.so" -> "/vendor/lib64/libteec.so";
"/system/priv-app/HwSystemServer/oat/arm64/HwSystemServer.vdex" -> "/system/lib64/libtrustzone_storage.so";
"/system/framework/oat/arm64/hwServices.vdex" -> "/system/lib64/libhwsign.so";
"/system/priv-app/HwSystemServer/oat/arm64/HwSystemServer.vdex" -> "/system/lib64/libtrustzone_signature.so";
"/system/priv-app/HwSystemServer/oat/arm64/HwSystemServer.vdex" -> "/system/lib64/libAntiTheftService.so";
"/system/lib64/libAntiTheftService.so" -> "/vendor/lib64/hw/[email protected]";
"/vendor/lib64/hw/[email protected]" -> "/vendor/lib64/libAntiTheftCA.so";
"/vendor/bin/hw/[email protected]" -> "/vendor/lib64/hw/[email protected]";
"/odm/lib64/libMegviiUnlock.so" -> "/vendor/lib64/libFaceDetectCA.so";
"/vendor/lib64/libface_recognize_manager.so" -> "/vendor/lib64/libFaceDetectCA.so";
"/vendor/lib64/hw/fingerprint.hi6250.so" -> "/vendor/lib64/lib_fpc_tac_shared.so";
"/vendor/bin/atcmdserver" -> "/vendor/lib64/libstorekeybox.so";
"/data/local/tmp/atcmdserver" -> "/vendor/lib64/libstorekeybox.so";
"/system/lib64/libhwsign.so" -> "/vendor/lib64/libtrustzone_key_manager.so";
"/system/lib64/libtrustzone_signature.so" -> "/vendor/lib64/libtrustzone_key_manager.so";
"/vendor/lib64/hw/facerecognize.hi6250.so" -> "/vendor/lib64/libface_recognize_manager.so";
}