-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
263 lines (248 loc) · 12.4 KB
/
index.html
File metadata and controls
263 lines (248 loc) · 12.4 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GlobalPlatform - Open-Source</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="assets/slick/slick-theme.css"/>
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/text.css" />
<link rel="stylesheet" href="assets/css/media.css" />
</head>
<body>
<div id="navigation">
<header>
<div class="container">
<div class="header-media">
<div class="logo">
<a href="./"><img src="assets/img/gp_logos_solid_blue-tm.png" alt="" /></a>
</div>
<a href="" class="mobile-menu"><img src="assets/img/bars.svg" alt="" /></a>
</div>
<nav>
<ul>
<li><a href="#overview">Overview</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#process">Process</a></li>
<li><a href="#objectives">Objectives</a></li>
<li><a href="#forknpull">Fork & Pull</a></li>
<li><a href="#branch">Branch</a></li>
<li><a href="#best-practice">Best Practice</a></li>
</ul>
</nav>
</div>
</header>
</div>
<div id="overview-parallax"></div>
<div id="overview">
<div class="container">
<div class="col">
<div class="overview-slider">
<div>
<p>GlobalPlatform open-source projects offers <strong>reference implementations of services, APIs for Secure Elements</strong> implementations and other tools that facilitates the use of GlobalPlatform technologies.</p>
</div>
<div>
<p>Open-source projects also serve as GlobalPlatform technology outreach to encourage developers, independent contributors, and companies to make use of GlobalPlatform technologies such as <strong>Secure Elements</strong>, <strong>TEE</strong> and <strong>TEE-MCU</strong> for their specific applications.</p>
</div>
<div>
<p>To simplify collaboration of members and contributors outside of GP membership, GitHub is used to facilitate <strong>GlobalPlatform Open-Source</strong> projects.</p>
</div>
</div>
</div>
</div>
</div>
<div id="projects" class="wrapper">
<div class="container text-center">
<div class="col">
<h2>List of Open-Source Projects</h2>
</div>
</div>
<div class="container text-center">
<div class="row">
<div class="col-lg-4">
<img src="assets/img/folder-icon.png" alt="" />
<div class="spacers spacer15"></div>
<h4>Web APIs for Secure Elements</h4>
<p>Open-source API to access a Secure Element from a Web application.</p>
<div class="spacers spacer40"></div>
</div>
<div class="col-lg-4">
<img src="assets/img/folder-icon.png" alt="" />
<div class="spacers spacer15"></div>
<h4>TPS API Reference Implementations</h4>
<p>The TPS-API-Reference-Implementations GitHub project is developing commercial-grade reference implementations of services defined by the GlobalPlatform TPS.</p>
<div class="spacers spacer40"></div>
</div>
<div class="col-lg-4">
<img src="assets/img/folder-icon.png" alt="" />
<div class="spacers spacer15"></div>
<h4>SERAM - Secure Element Remote Access Management</h4>
<p>Single administration protocol over HTTPs to perform remote management.</p>
<div class="spacers spacer40"></div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<img src="assets/img/folder-icon.png" alt="" />
<div class="spacers spacer15"></div>
<h4>SE Abstract Communication Layer Over TCP IP</h4>
<p>This project provides an abstract communication layer between test tools and secure elements.</p>
<div class="spacers spacer40"></div>
</div>
<div class="col-lg-4">
<img src="assets/img/folder-icon.png" alt="" />
<div class="spacers spacer15"></div>
<h4>OMAPI – Applets</h4>
<p>Applet Codes for OMAPI test</p>
<div class="spacers spacer40"></div>
</div>
<div class="col-lg-4">
<img src="assets/img/folder-icon.png" alt="" />
<div class="spacers spacer15"></div>
<h4>OMAPI ARA – Applet</h4>
<p>OMAPI ARA Applet Project</p>
</div>
</div>
</div>
</div>
<div id="process" class="wrapper">
<div class="container text-center">
<div class="row">
<h2>How to contribute to GP Open-Source</h2>
<img src="assets/img/process.png" alt="" />
</div>
</div>
</div>
<div id="objectives" class="wrapper">
<div class="container text-center">
<div class="row">
<h2>GlobalPlatform Standard for Open-Source Contribution</h2>
<img src="assets/img/objectives.png" alt="" />
</div>
</div>
</div>
<div id="forknpull" class="wrapper">
<div class="container text-center">
<div class="row">
<div class="col">
<h2>Fork and Pull Process</h2>
</div>
</div>
</div>
<div class="container text-center">
<div class="row">
<div class="col-lg-7">
<img src="assets/img/fork-pull.png" alt="">
</div>
<div class="col-lg-5">
<div class="spacers spacer30 mobile-only"></div>
<img src="assets/img/pull-request.png" class="align-bottom" alt="">
</div>
</div>
</div>
</div>
<div id="branch" class="wrapper">
<div class="container text-center">
<div class="row">
<div class="col-lg-6">
<h2>Branch Naming Suggestions</h2>
<img src="assets/img/tag-table.png" alt="" />
</div>
<div class="col-lg-6">
<div class="spacers spacer40 mobile-only"></div>
<h2>Tagging</h2>
<img src="assets/img/project-codes-review-stage.png" alt="" />
<div class="spacers spacer30"></div>
<img src="assets/img/tag-format.png" alt="" />
</div>
</div>
</div>
</div>
<div id="best-practice" class="wrapper">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<h2>Components of a GlobalPlatform Github Repository</h2>
</div>
</div>
<div class="row">
<div class="col-lg-3">
<h4>LICENSE</h4>
<div class="spacers spacer10"></div>
<ul>
<li>The license covering theOpen-Source project.</li>
<li>This will be defined in the project charter</li>
<li>Operating rules for the project</li>
</ul>
</div>
<div class="col-lg-3">
<h4>ReadMe.md</h4>
<ul>
<li>Overview</li>
<li>License Statement</li>
<li>How to build [Source Code]</li>
<li>Dependencies</li>
<li>Examples</li>
</ul>
</div>
<div class="col-lg-3">
<h4>Release.md</h4>
<ul>
<li>Brief Overview</li>
<li>Author:</li>
<li>Date of release:</li>
<li>Release Version:</li>
<li>Project specific details:</li>
</ul>
</div>
<div class="col-lg-3">
<h4>.gitIgnore</h4>
<ul>
<li>This file should always be present upon the initial creation of a GitHub repository</li>
<li>Ignored files will always depend on a specific open-source repository</li>
<li>GitIgnore contents will only be updated by the Maintainer</li>
</ul>
</div>
<div class="col-lg-3">
<h4>CHARTER</h4>
<ul>
<li>Operating rules for the project</li>
</ul>
</div>
</div>
</div>
</div>
<div id="other" class="wrapper">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h2>How To: <span>Useful instructions <br class="desktop-only" />for Github</span></h2>
</div>
<div class="col-lg-6">
<h2>External Open-source <br class="desktop-only" />Project</h2>
</div>
</div>
</div>
</div>
<footer>
<div class="container text-center">
<div class="row">
<div class="col-12">
<p>© 2023 <a href="https://globalplatform.org/" target="_blank">GlobalPlatform</a>. All rights reserved</p>
</div>
</div>
</div>
</footer>
<a href="#back-to-top"><img src="assets/img/caret-up-solid.svg" alt="" /></a>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.0.min.js" integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/slick/slick.min.js"></script>
<script src="assets/js/script.js" type="text/javascript"></script>
<!-- globalplatform.github.io 09/2024 -->
</body>
</html>