Index: native_client_sdk/src/libraries/nacl_io/library.dsc |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/library.dsc b/native_client_sdk/src/libraries/nacl_io/library.dsc |
similarity index 90% |
rename from native_client_sdk/src/libraries/nacl_mounts/library.dsc |
rename to native_client_sdk/src/libraries/nacl_io/library.dsc |
index bf4e53fc6b4040f92cbace695b8ec0740a979b8f..6c7015ba6d0f735301ac42154f461427ef17869f 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/library.dsc |
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc |
@@ -9,7 +9,7 @@ |
], |
'TARGETS': [ |
{ |
- 'NAME' : 'nacl_mounts', |
+ 'NAME' : 'nacl_io', |
'TYPE' : 'lib', |
'SOURCES' : [ |
"kernel_handle.cc", |
@@ -28,7 +28,7 @@ |
"mount_node_dir.cc", |
"mount_node_html5fs.cc", |
"mount_node_mem.cc", |
- "nacl_mounts.cc", |
+ "nacl_io.cc", |
"path.cc", |
"pepper_interface.cc", |
"real_pepper_interface.cc", |
@@ -53,7 +53,7 @@ |
"mount_node.h", |
"mount_node_html5fs.h", |
"mount_node_mem.h", |
- "nacl_mounts.h", |
+ "nacl_io.h", |
"osdirent.h", |
"osinttypes.h", |
"osstat.h", |
@@ -62,7 +62,7 @@ |
"pepper_interface.h", |
"real_pepper_interface.h", |
], |
- 'DEST': 'include/nacl_mounts', |
+ 'DEST': 'include/nacl_io', |
}, |
{ |
'FILES': [ |
@@ -70,7 +70,7 @@ |
"define_empty_macros.h", |
"undef_macros.h", |
], |
- 'DEST': 'include/nacl_mounts/pepper', |
+ 'DEST': 'include/nacl_io/pepper', |
}, |
{ |
'FILES': [ |
@@ -85,5 +85,5 @@ |
'Makefile', |
], |
'DEST': 'src', |
- 'NAME': 'nacl_mounts', |
+ 'NAME': 'nacl_io', |
} |