[SystemInfo] Fixed path to MMC card.
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>
Thu, 10 Mar 2016 14:03:49 +0000 (15:03 +0100)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Thu, 10 Mar 2016 14:03:49 +0000 (15:03 +0100)
[Verification] TCT pass rate (r37): 100% (297/297/0/0/0)

Change-Id: I9f715dd33e7200d4a6bde334b027a14eba09008a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
src/systeminfo/systeminfo_properties_manager.cc

index 54f6b263b1363640c92f5fae9523578e8a4fa113..a8c0da2fc6070a5f62b7000821500c2fcec765c1 100644 (file)
@@ -57,7 +57,7 @@ const std::string kOrientationLandscapeSecondary = "LANDSCAPE_SECONDARY";
 const std::string kVideoOutputString = "isVideoOutputOn";
 //Storage
 const std::string kStorageInternalPath = std::string(tzplatform_getenv(TZ_USER_CONTENT));
-const std::string kStorageSdcardPath = std::string(tzplatform_getenv(TZ_SYS_STORAGE)) + "/sdcard";
+const std::string kStorageSdcardPath = std::string(tzplatform_getenv(TZ_SYS_MEDIA)) + "/sdcard";
 const std::string kPropertyIdStorage = "STORAGE";
 const std::string kTypeUnknown = "UNKNOWN";
 const std::string kTypeInternal = "INTERNAL";