forked from nelsonalfo/fermat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FermatManifest.xml
9047 lines (9031 loc) · 513 KB
/
FermatManifest.xml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" ?>
<fermat xmlns="http://www.w3schools.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<layers>
<layer name="Core" language="java"></layer>
<layer name="Niche Wallet" language="java-android"></layer>
<layer name="Reference Wallet" language="java-android"></layer>
<layer name="Sub App" language="java-android"></layer>
<layer name="Desktop" language="java-android"></layer>
<!-- separator or empty layer -->
<layer name="Engine" language="java"></layer>
<layer name="Wallet Module" language="java"></layer>
<layer name="Sub App Module" language="java"></layer>
<layer name="Module" language="java"></layer>
<layer name="Desktop Module" language="java"></layer>
<layer name="Agent" language="java"></layer>
<layer name="Actor" language="java"></layer>
<layer name="Middleware" language="java"></layer>
<layer name="Request" language="java"></layer>
<layer name="User Level Business Transaction" language="java"></layer>
<layer name="Business Transaction" language="java"></layer>
<layer name="Negotiation Transaction" language="java"></layer>
<layer name="Stock Transactions" language="java"></layer>
<layer name="Digital Asset Transaction" language="java"></layer>
<layer name="Crypto Transaction" language="java"></layer>
<layer name="Cash Money Transaction" language="java"></layer>
<layer name="Bank Money Transaction" language="java"></layer>
<layer name="Contract" language="java"></layer>
<layer name="Negotiation" language="java"></layer>
<layer name="Composite Wallet" language="java"></layer>
<layer name="Song Wallet" language="java"></layer>
<layer name="Wallet" language="java"></layer>
<layer name="World" language="java"></layer>
<layer name="Identity" language="java"></layer>
<layer name="Actor Connection" language="java"></layer>
<layer name="Actor Network Service" language="java"></layer>
<layer name="Network Service" language="java"></layer>
<layer name="External API" language="java"></layer>
<!-- separator or empty layer -->
<layer name="Search" language="java" super_layer="CER"></layer>
<layer name="Provider" language="java" super_layer="CER"></layer>
<!-- separator or empty layer -->
<layer name="World API" language="java" super_layer="WRD"></layer>
<!-- separator or empty layer -->
<layer name="Communication" language="java" super_layer="P2P"></layer>
<!-- separator or empty layer -->
<layer name="Crypto Router" language="java" super_layer="BCH"></layer>
<layer name="Crypto Module" language="java" super_layer="BCH"></layer>
<layer name="Crypto Vault" language="java" super_layer="BCH"></layer>
<layer name="Crypto Network" language="java" super_layer="BCH"></layer>
<!-- separator or empty layer -->
<layer name="License" language="java"></layer>
<layer name="Plugin" language="java"></layer>
<layer name="User" language="java"></layer>
<layer name="Hardware" language="java"></layer>
<layer name="Platform Service" language="java"></layer>
<!-- separator or empty layer -->
<layer name="Multi OS" language="java" super_layer="OSA"></layer>
<layer name="Android" language="java" super_layer="OSA"></layer>
<!-- separator or empty layer -->
<layer name="Api" language="java"></layer>
</layers>
<platforms>
<platform code="COR" name="Core And Api" logo="COR_logo.png">
<layer name="Core" language="java">
<libraries>
<library name="Fermat Core" description="" difficulty="10" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="70"></author>
<author name="lnacosta" scope="architecture" percentage="30"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="50"></author>
<author name="lnacosta" scope="design" percentage="50"></author>
<author name="lnacosta" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="lnacosta"></maintainer>
</maintainers>
<certifications> </certifications>
<life_cycle>
<status name="Concept" reached="2015-06-01"></status>
<status name="Development" target="2015-09-01" reached="2015-08-20"></status>
<status name="QA" target="2015-09-20" reached="2015-09-15"></status>
<status name="Production" target="2015-10-01" reached="2015-09-25"></status>
</life_cycle>
</library>
<library name="Android Core" description="" difficulty="10" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="furszy" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="furszy"></maintainer>
</maintainers>
<certifications> </certifications>
<life_cycle>
<status name="Concept" reached="2015-06-01"></status>
<status name="Development" target="2015-10-01" reached="2015-09-20"></status>
<status name="QA" target="2015-10-20" reached="2015-09-15"></status>
<status name="Production" target="2015-10-01" reached="2015-09-25"></status>
</life_cycle>
</library>
<library name="OSA Core" description="" difficulty="3" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="60"></author>
<author name="lnacosta" scope="architecture" percentage="40"></author>
<author name="lnacosta" scope="design" percentage="100"></author>
<author name="lnacosta" scope="implementation" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="BCH Core" description="" difficulty="3" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="60"></author>
<author name="lnacosta" scope="architecture" percentage="40"></author>
<author name="lnacosta" scope="design" percentage="100"></author>
<author name="lnacosta" scope="implementation" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="P2P Core" description="" difficulty="3" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="60"></author>
<author name="lnacosta" scope="architecture" percentage="40"></author>
<author name="lnacosta" scope="design" percentage="100"></author>
<author name="lnacosta" scope="implementation" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="DPN Core" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="PIP Core" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="60"></author>
<author name="lnacosta" scope="architecture" percentage="40"></author>
<author name="lnacosta" scope="design" percentage="100"></author>
<author name="lnacosta" scope="implementation" percentage="100"></author>
</authors>-
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="WPD Core" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="60"></author>
<author name="lnacosta" scope="architecture" percentage="40"></author>
<author name="lnacosta" scope="design" percentage="100"></author>
<author name="lnacosta" scope="implementation" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="DAP Core" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="60"></author>
<author name="lnacosta" scope="architecture" percentage="40"></author>
<author name="lnacosta" scope="design" percentage="100"></author>
<author name="lnacosta" scope="implementation" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="MKT Core" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="CDN Core" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
</libraries>
</layer>
<layer name="Api" language="java">
<libraries>
<library name="Fermat Api" description="" difficulty="10" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="implementation" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
<life_cycle>
<status name="Concept" reached="2015-05-01"></status>
<status name="Development" target="2015-06-01" reached="2015-05-20"></status>
<status name="QA" target="2015-07-20" reached="2015-08-15"></status>
<status name="Production" target="2015-10-01" reached="2015-09-25"></status>
</life_cycle>
</library>
<library name="Android Api" description="" difficulty="10" code-level="development">
<authors>
<author name="furszy" scope="architecture" percentage="100"></author>
<author name="furszy" scope="design" percentage="100"></author>
<author name="furszy" scope="implementation" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="OSA Api" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="BCH Api" description="" difficulty="10" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="implementation" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
<life_cycle>
<status name="Concept" reached="2015-04-01"></status>
<status name="Development" target="2015-05-01" reached="2015-05-20"></status>
<status name="QA" target="2015-06-20" reached="2015-05-15"></status>
<status name="Production" target="2015-10-01" reached="2015-09-25"></status>
</life_cycle>
</library>
<library name="P2P Api" description="" difficulty="10" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="implementation" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="DPN Api" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="PIP Api" description="" difficulty="10" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="implementation" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="DMP Api" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="WPD Api" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="DAP Api" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="MKT Api" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
<library name="CDN Api" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</library>
</libraries>
</layer>
</platform>
<platform code="PIP" name="Plug-ins Platform" logo="PIP_logo.png" dependsOn="P2P">
<dependencies>
<dependency code="COR"></dependency>
<dependency code="OSA"></dependency>
</dependencies>
<layer name="Sub App" language="java-android">
<androids>
<android name="Shell" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</android>
<android name="Designer" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</android>
<android name="Developer" description="" difficulty="5" code-level="production">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="furszy" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="furszy"></maintainer>
</maintainers>
<certifications> </certifications>
</android>
<android name="Technical Support" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</android>
<android name="System Monitor" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="fuelusumar" scope="implementation" percentage="10"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</android>
<android name="Feedback" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</android>
<android name="Reviews" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</android>
</androids>
</layer>
<layer name="Desktop" language="java-android">
<androids>
<android name="Sub App Manager" description="" difficulty="3" code-level="production">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="furszy" scope="design" percentage="100"></author>
<author name="furszy" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="furszy"></maintainer>
</maintainers>
<certifications> </certifications>
</android>
</androids>
</layer>
<layer name="Engine" language="java">
<plugins>
<plugin name="Sub App Runtime" description="" difficulty="8" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="furszy" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="furszy"></maintainer>
</maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Desktop Runtime" description="" difficulty="8" code-level="development">
<authors>
<author name="furszy" scope="architecture" percentage="100"></author>
<author name="furszy" scope="design" percentage="100"></author>
<author name="furszy" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="furszy"></maintainer>
</maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Sub App Module" language="java">
<plugins>
<plugin name="Shell" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Designer" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Developer" description="" difficulty="4" code-level="production">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="acostarodrigo" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="nattyco"></maintainer>
</maintainers>
<certifications>
<certification signed-by="acostarodrigo" type="implementation"></certification>
</certifications>
</plugin>
<plugin name="Technical Support" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
<plugin name="System Monitor" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Feedback" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Reviews" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Desktop Module" language="java">
<plugins>
<plugin name="Sub App Manager" description="" difficulty="4" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="furszy" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="furszy"></maintainer>
</maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Actor" language="java">
<plugins>
<plugin name="Developer" description="" difficulty="6" code-level="production">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="acostarodrigo" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="acostarodrigo"></maintainer>
</maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Designer" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Middleware" language="java">
<plugins>
<plugin name="Intra User Technical Support" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Developer Technical Support" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Developer Error Manager" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Sub App Settings" description="" difficulty="2" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="furszy" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="furszy"></maintainer>
</maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Notification" description="" difficulty="6" code-level="development">
<authors>
<author name="furszy" scope="architecture" percentage="100"></author>
<author name="furszy" scope="design" percentage="100"></author>
<author name="furszy" scope="implementation" percentage="60"></author>
</authors>
<maintainers>
<maintainer name="furszy"></maintainer>
</maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="World" language="java">
<plugins>
<plugin name="Location" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Identity" language="java">
<plugins>
<plugin name="Developer" description="" difficulty="1" code-level="production">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="nattyco" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="nattyco"></maintainer>
</maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Designer" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Actor Network Service" language="java">
<plugins>
<plugin name="Developer" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Network Service" language="java">
<plugins>
<plugin name="Sub App Resources" description="" difficulty="8" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="furszy" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="furszy"></maintainer>
</maintainers>
<certifications> </certifications>
</plugin>
<plugin name="System Monitor" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Error Manager" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Messenger" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
<plugin name="Technical Support" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="License" language="java">
<addons>
<addon name="Plugin" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</addon>
</addons>
</layer>
<layer name="Plugin" language="java">
<addons>
<addon name="Identity" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</addon>
<addon name="Dependency" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</addon>
</addons>
</layer>
<layer name="User" language="java">
<addons>
<addon name="Device User" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="lnacosta" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="lnacosta"></maintainer>
</maintainers>
<certifications> </certifications>
</addon>
</addons>
</layer>
<layer name="Hardware" language="java">
<addons>
<addon name="Local Device" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</addon>
<addon name="Device Network" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</addon>
</addons>
</layer>
<layer name="Platform Service" language="java">
<addons>
<addon name="Error Manager" description="" difficulty="4" code-level="production">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="jorgeejgonzalez" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="jorgeejgonzalez"></maintainer>
</maintainers>
<certifications> </certifications>
</addon>
<addon name="Event Manager" description="" difficulty="8" code-level="production">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="implementation" percentage="50"></author>
<author name="lnacosta" scope="implementation" percentage="50"></author>
</authors>
<maintainers>
<maintainer name="lnacosta"></maintainer>
</maintainers>
<certifications> </certifications>
</addon>
<addon name="Connectivity Subsystem" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</addon>
<addon name="Location Subsystem" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</addon>
<addon name="Power Subsystem" description="" difficulty="0" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</addon>
<addon name="Platform Info" description="" difficulty="2" code-level="production">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="acostarodrigo" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="acostarodrigo"></maintainer>
</maintainers>
<certifications> </certifications>
</addon>
</addons>
</layer>
</platform>
<platform code="CHT" name="Chat Platform" logo="" dependsOn="PIP">
<layer name="Sub App" language="java-android">
<androids>
<android name="Chat Sub App" description="" difficulty="4" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="josejcb" scope="implementation" percentage="90"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</android>
</androids>
</layer>
<layer name="Sub App Module" language="java">
<plugins>
<plugin name="Chat Sub App Module" description="" difficulty="4" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="josejcb" scope="implementation" percentage="90"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Middleware" language="java">
<plugins>
<plugin name="Chat Middleware" description="" difficulty="10" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="lostwood" scope="implementation" percentage="90"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Network Service" language="java">
<plugins>
<plugin name="Chat Network Service" description="" difficulty="8" code-level="concept">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="GaboHub" scope="implementation" percentage="90"></author>
</authors>
<maintainers> </maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
</platform>
<platform code="WPD" name="Wallet Production and Distribution" logo="WPD_logo.png" dependsOn="PIP">
<layer name="Sub App" language="java-android">
<androids>
<android name="Wallet Factory" description="" difficulty="10" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="fvasquezjatar" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="fvasquezjatar"></maintainer>
</maintainers>
<certifications> </certifications>
</android>
<android name="Wallet Publisher" description="" difficulty="6" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="fvasquezjatar" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="fvasquezjatar"></maintainer>
</maintainers>
<certifications> </certifications>
</android>
<android name="Wallet Store" description="" difficulty="8" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="nelsonalfo" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="fvasquezjatar"></maintainer>
</maintainers>
<certifications> </certifications>
</android>
</androids>
</layer>
<layer name="Desktop" language="java-android">
<androids>
<android name="Wallet Manager" description="" difficulty="4" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="nattyco" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="fvasquezjatar"></maintainer>
</maintainers>
<certifications> </certifications>
</android>
</androids>
</layer>
<layer name="Engine" language="java">
<plugins>
<plugin name="Wallet Runtime" description="" difficulty="8" code-level="production">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="furszy" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="furszy"></maintainer>
</maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Sub App Module" language="java">
<plugins>
<plugin name="Wallet Factory" description="" difficulty="4" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="acostarodrigo" scope="implementation" percentage="80"></author>
</authors>
<maintainers>
<maintainer name="acostarodrigo"></maintainer>
</maintainers>
<certifications>
<certification signed-by="acostarodrigo" type="implementation"></certification>
</certifications>
</plugin>
<plugin name="Wallet Publisher" description="" difficulty="4" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="Rart3001" scope="implementation" percentage="80"></author>
</authors>
<maintainers>
<maintainer name="Rart3001"></maintainer>
</maintainers>
<certifications>
<certification signed-by="Rart3001" type="implementation"></certification>
</certifications>
</plugin>
<plugin name="Wallet Store" description="" difficulty="4" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="acostarodrigo" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="acostarodrigo"></maintainer>
</maintainers>
<certifications>
<certification signed-by="acostarodrigo" type="implementation"></certification>
</certifications>
</plugin>
</plugins>
</layer>
<layer name="Desktop Module" language="java">
<plugins>
<plugin name="Wallet Manager" description="" difficulty="4" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="darkestpriest" scope="implementation" percentage="80"></author>
</authors>
<maintainers>
<maintainer name="darkestpriest"></maintainer>
</maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Actor" language="java">
<plugins>
<plugin name="Publisher" description="" difficulty="6" code-level="development">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="Rart3001" scope="implementation" percentage="100"></author>
</authors>
<maintainers>
<maintainer name="Rart3001"></maintainer>
</maintainers>
<certifications> </certifications>
</plugin>
</plugins>
</layer>
<layer name="Middleware" language="java">
<plugins>
<plugin name="Wallet Manager" description="" difficulty="8" code-level="production">
<authors>
<author name="Luis-Fernando-Molina" scope="architecture" percentage="100"></author>
<author name="Luis-Fernando-Molina" scope="design" percentage="100"></author>
<author name="darkestpriest" scope="implementation" percentage="60"></author>
<author name="nattyco" scope="implementation" percentage="40"></author>
</authors>
<maintainers>
<maintainer name="franklinmarcano1970"></maintainer>
</maintainers>
<certifications> </certifications>