summaryrefslogtreecommitdiff
path: root/package/samples-git-list
blob: be90c62d8a605e6694994e7c7e51df2be836aa26 (plain)
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
#!/bin/sh -xe
#[Web Sample Git packaged in samples/web/Sample/Tizen/Web App]

WEB_SAMPLE_DEST_DIR="samples/web/Sample/Tizen/Web App"
WEB_SAMPLE_GIT_LIST="
apps/web/sample/AnalogWatch
apps/web/sample/AudioFilter
apps/web/sample/BluetoothChat
apps/web/sample/CallLog
apps/web/sample/Chatter
apps/web/sample/Compass
apps/web/sample/ContactsExchanger
apps/web/sample/DeviceMotionCapture
apps/web/sample/DynamicBox
apps/web/sample/EventManager
apps/web/sample/ExercisePlanner
apps/web/sample/FileManager
apps/web/sample/ImageRotation
apps/web/sample/MediaContent
apps/web/sample/NPRuntime
apps/web/sample/OfflineClockImage
apps/web/sample/Piano
apps/web/sample/SelfCamera
apps/web/sample/SensorBall
apps/web/sample/SystemInfo
apps/web/sample/TemporaryStorage
apps/web/sample/TizenWinset
apps/web/sample/TouchPaint
"

#[Web Sample Git packaged in samples/web/Sample/Tizen/Hybrid Application]

HYBRID_SAMPLE_DEST_DIR="samples/web/Sample/Tizen/Hybrid Application"
HYBRID_SAMPLE_GIT_LIST="
apps/web/sample/HybridWebApp
"