OSDN Git Service

66984e8d6522ab60385fbcdebfa714f5ea0d73a3
[android-x86/device-generic-common.git] / overlay / frameworks / base / core / res / res / xml / storage_list.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 **
4 ** Copyright 2012-2014, The Android-x86 Open Source Project
5 **
6 ** Licensed under the Apache License, Version 2.0 (the "License")
7 ** you may not use this file except in compliance with the License.
8 ** You may obtain a copy of the License at
9 **
10 **     http://www.apache.org/licenses/LICENSE-2.0
11 **
12 ** Unless required by applicable law or agreed to in writing, software
13 ** distributed under the License is distributed on an "AS IS" BASIS,
14 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 ** See the License for the specific language governing permissions and
16 ** limitations under the License.
17 */
18 -->
19
20 <!-- See storage config details at http://source.android.com/tech/storage/ -->
21
22 <StorageList xmlns:android="http://schemas.android.com/apk/res/android">
23     <!-- internal emulated storage -->
24     <storage
25         android:storageDescription="@string/storage_internal"
26         android:primary="true"
27         android:emulated="true"
28         android:mtpReserve="100" />
29     <storage
30         android:mountPoint="/storage/sdcard1"
31         android:storageDescription="@string/storage_sd_card"
32         android:removable="true"
33         android:maxFileSize="4096" />
34     <storage
35         android:mountPoint="/storage/usb0"
36         android:storageDescription="@string/storage_usb"
37         android:removable="true"
38         android:maxFileSize="4096" />
39     <storage
40         android:mountPoint="/storage/usb1"
41         android:storageDescription="@string/storage_usb"
42         android:removable="true"
43         android:maxFileSize="4096" />
44     <storage
45         android:mountPoint="/storage/usb2"
46         android:storageDescription="@string/storage_usb"
47         android:removable="true"
48         android:maxFileSize="4096" />
49     <storage
50         android:mountPoint="/storage/usb3"
51         android:storageDescription="@string/storage_usb"
52         android:removable="true"
53         android:maxFileSize="4096" />
54 </StorageList>