From 1271c8f06da07b2c73b1aa49e415a52c3fb4df54 Mon Sep 17 00:00:00 2001 From: Pawel Andruszkiewicz Date: Thu, 10 Mar 2016 15:03:49 +0100 Subject: [PATCH] [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 --- src/systeminfo/systeminfo_properties_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systeminfo/systeminfo_properties_manager.cc b/src/systeminfo/systeminfo_properties_manager.cc index 54f6b26..a8c0da2 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"; -- 2.7.4