From 09ac9b3e70638df242dd64d8fed249225ba8045f Mon Sep 17 00:00:00 2001 From: Jihoon Jung Date: Wed, 2 Mar 2016 14:27:06 +0900 Subject: [PATCH] Add mtp capi error message xml file Signed-off-by: Jihoon Jung Change-Id: Icce30abe5b397534c68bf6b58f830378d0072929 --- error_messages/capi-network-mtp.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 error_messages/capi-network-mtp.xml diff --git a/error_messages/capi-network-mtp.xml b/error_messages/capi-network-mtp.xml new file mode 100644 index 0000000..87db349 --- /dev/null +++ b/error_messages/capi-network-mtp.xml @@ -0,0 +1,31 @@ + + + + TIZEN_ERROR_MTP | 0x01 + MTP communication error + + + TIZEN_ERROR_MTP | 0x02 + MTP controller error + + + TIZEN_ERROR_MTP | 0x03 + MTP have not any device + + + TIZEN_ERROR_MTP | 0x04 + MTP is not initialized + + + TIZEN_ERROR_MTP | 0x05 + MTP is not activated + + + TIZEN_ERROR_MTP | 0x06 + MTP communication is not initialized + + + TIZEN_ERROR_MTP | 0x07 + MTP Plugin failed + + -- 2.7.4