activityfw/testapplications/activitydebugger/readme.txt
changeset 117 c63ee96dbe5f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/activityfw/testapplications/activitydebugger/readme.txt	Thu Sep 16 12:11:40 2010 +0100
@@ -0,0 +1,47 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+
+Clear - clear console
+
+Get data - activities data (only this app)
+Response format:
+act name; data type; ok
+
+Add - add activities
+Response format:
+act name; ok
+
+Update - update activities
+Response format:
+act name; ok
+
+Activities - activities list
+Response format:
+app id; act name; pixmap file; visibility flag; ok
+
+Get pixmaps - activities pizmaps
+Response format:
+app id; act name; loc id;; ok
+loc id; pixmap size
+
+Delete my - deletes this app activities
+Response format:
+ok
+
+Delete -deletes all activities
+Response format:
+app id; act name; ok
\ No newline at end of file