authorisation/userpromptservice/test/tups/packages/simple.xml
branchRCL_3
changeset 61 641f389e9157
parent 60 f18401adf8e1
child 62 a71299154b21
--- a/authorisation/userpromptservice/test/tups/packages/simple.xml	Thu Aug 19 11:38:48 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<!-- simple.sis: Installation of a simple text file -->
-<Script>
-	<!-- Accept installation prompt -->
-	<dialog name="DisplayInstall">
-		<return type="TBool">true</return>
-	</dialog>
-	<!-- Choose the first language by its index -->
-	<dialog name="DisplayLanguage">
-		<return type="TInt">0</return>
-	</dialog>
-	<!-- Choose drive C which is the first in the list -->
-	<dialog name="DisplayDrive">
-		<return type="TInt"> c</return>
-	</dialog>
-	<!-- Display text file, ask user to confirm or abort -->
-	<dialog name="DisplayText">
-		<return type="TBool">true</return> 
-	</dialog>
-	<dialog name="DisplayUpgrade">
-		<return type="TBool">true</return> 
-	</dialog>
-	<!-- Display security warning, continue if possible -->
-	<dialog name="DisplaySecurityWarning">
-		<return type="TBool">true</return>
-	</dialog>
-	<!-- Display Grant Capabilities dialog -->
-	<dialog name="DisplayGrantCapabilities">
-		<return type="TBool">true</return>
-	</dialog>
-</Script>