Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / examples / tutorial / filesystem_passing / example.dsc
1 {
2   'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl'],
3   'TARGETS': [
4     {
5       'NAME' : 'filesystem_passing',
6       'TYPE' : 'main',
7       'SOURCES' : ['filesystem_passing.cc'],
8       'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
9     }
10   ],
11   'DATA': [
12     'example.js',
13   ],
14   'DEST': 'examples/tutorial',
15   'NAME': 'filesystem_passing',
16   'TITLE': 'Filesystem Passing',
17   'GROUP': 'Tutorial',
18   'FILESYSTEM_PERMISSIONS': [
19     'write',
20     'directory'
21   ]
22 }