From: Pawel Andruszkiewicz
Date: Thu, 10 Mar 2016 14:03:49 +0000 (+0100)
Subject: [SystemInfo] Fixed path to MMC card.
X-Git-Tag: submit/tizen/20160311.042308^2~2
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1271c8f06da07b2c73b1aa49e415a52c3fb4df54;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git
[SystemInfo] Fixed path to MMC card.
[Verification] TCT pass rate (r37): 100% (297/297/0/0/0)
Change-Id: I9f715dd33e7200d4a6bde334b027a14eba09008a
Signed-off-by: Pawel Andruszkiewicz
---
diff --git a/src/systeminfo/systeminfo_properties_manager.cc b/src/systeminfo/systeminfo_properties_manager.cc
index 54f6b263..a8c0da2f 100644
--- a/src/systeminfo/systeminfo_properties_manager.cc
+++ b/src/systeminfo/systeminfo_properties_manager.cc
@@ -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";