Index: native_client_sdk/src/examples/hello_nacl_io/example.dsc |
diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc b/native_client_sdk/src/examples/hello_nacl_io/example.dsc |
similarity index 51% |
rename from native_client_sdk/src/examples/hello_nacl_mounts/example.dsc |
rename to native_client_sdk/src/examples/hello_nacl_io/example.dsc |
index 0ac6dd66f1896bc08ca5432bbfec1063b79eb9af..19901084adac939edd84a53d973fb6b244651d0d 100644 |
--- a/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc |
+++ b/native_client_sdk/src/examples/hello_nacl_io/example.dsc |
@@ -2,17 +2,17 @@ |
'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], |
'TARGETS': [ |
{ |
- 'NAME' : 'hello_nacl_mounts', |
+ 'NAME' : 'hello_nacl_io', |
'TYPE' : 'main', |
'SOURCES' : [ |
'handlers.c', |
'handlers.h', |
- 'hello_nacl_mounts.c', |
- 'hello_nacl_mounts.h', |
+ 'hello_nacl_io.c', |
+ 'hello_nacl_io.h', |
'queue.c', |
'queue.h', |
], |
- 'LIBS': ['ppapi', 'pthread', 'nacl_mounts'] |
+ 'LIBS': ['ppapi', 'pthread', 'nacl_io'] |
} |
], |
'DATA': [ |
@@ -20,13 +20,13 @@ |
'example.js' |
], |
'DEST': 'examples', |
- 'NAME': 'hello_nacl_mounts', |
- 'TITLE': 'Hello, Nacl Mounts!', |
+ 'NAME': 'hello_nacl_io', |
+ 'TITLE': 'Hello, Nacl IO!', |
'DESC': """ |
-The NaCl Mounts example demonstrates mapping standard FILE such as fopen, |
-fread, fwrite into mounts by linking in the nacl_mounts library. This allows |
+The NaCl IO example demonstrates mapping standard FILE such as fopen, |
+fread, fwrite into mounts by linking in the nacl_io library. This allows |
developers to wrap Pepper API such as the File IO API or URL Loader into |
standard blocking calls.""", |
- 'FOCUS': 'Using NaCl Mounts.', |
+ 'FOCUS': 'Using NaCl IO.', |
'GROUP': 'Concepts' |
} |