classicui_pub/common_file_dialogs_api/inc/AknCommonDialogsDynMem.h
branchRCL_3
changeset 25 941195f2d488
parent 0 2f259fa3e83a
--- a/classicui_pub/common_file_dialogs_api/inc/AknCommonDialogsDynMem.h	Tue May 11 16:27:42 2010 +0300
+++ b/classicui_pub/common_file_dialogs_api/inc/AknCommonDialogsDynMem.h	Tue May 25 12:58:19 2010 +0300
@@ -131,7 +131,16 @@
         * Removable external memory card
         *
         */
-        EMemoryTypeMMCExternal = 0x00000010
+        EMemoryTypeMMCExternal = 0x00000010,
+
+        /*
+         * EMemoryTypeMMCExternalInDevice 
+         * Removable external memory card, but memory type which is 
+         * DriveInfo::EDriveUsbMemory is not included.
+         * Do not use EMemoryTypeMMCExternalInDevice  and EMemoryTypeMMCExternal
+         * at the same time. If doing so, EMemoryTypeMMCExternalInDevice works.
+         * */
+        EMemoryTypeMMCExternalInDevice = 0x00000020
 
         };