3 Copyright (c) 2013 Intel Corporation.
5 Redistribution and use in source and binary forms, with or without modification,
6 are permitted provided that the following conditions are met:
8 * Redistributions of works must retain the original copyright notice, this list
9 of conditions and the following disclaimer.
10 * Redistributions in binary form must reproduce the original copyright notice,
11 this list of conditions and the following disclaimer in the documentation
12 and/or other materials provided with the distribution.
13 * Neither the name of Intel Corporation nor the names of its contributors
14 may be used to endorse or promote products derived from this work without
15 specific prior written permission.
17 THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
18 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
21 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
22 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
24 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
26 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 Feng, GangX <gangx.feng@intel.com>
34 <meta charset="utf-8" />
35 <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" />
36 <link rel="stylesheet" type="text/css" href="../../../css/jquery.mobile.css" />
37 <link rel="stylesheet" type="text/css" href="../../../css/main.css" />
38 <script src="../../../js/thirdparty/jquery.js"></script>
39 <script src="../../../js/thirdparty/jquery.mobile.js"></script>
40 <script src="../../../js/tests.js"></script>
41 <script src="../js/tests.js"></script>
44 <div data-role="page" id="setting-install-location-prefer-external-no-card">
47 <input type="hidden" id="wgt_name" value="setting-install-location-prefer-external-no-card"/>
48 <input type="hidden" id="app_id" value="wrt2sil054.settinginstalllocationpreferexternalnocard"/>
49 <input type="hidden" id="package_id" value="wrt2sil054"/>
51 <ul data-role="listview">
52 <li data-role="list-divider">Package Install</li>
54 <div data-role="button" id="install" class="wgtButton">Install</div>
56 <li data-role="list-divider">Package Launch</li>
58 <div data-role="button" id="launch" class="wgtButton">Launch</div>
60 <li data-role="list-divider">Package Uninstall</li>
62 <div data-role="button" id="uninstall" class="wgtButton">Uninstall</div>
66 <div data-role="footer" data-position="fixed" data-tap-toggle="false">
68 <div data-role="popup" id="popup_info" data-theme="a">
69 <font class="fontSize">
70 <p>Pre-condition: </p>
71 <p>Make sure there is no memory card inserted into the device.</p>
74 <li>Click the "Install" button to install the widget.</li>
75 <li>Click the "Launch" button to launch the widget.</li>
76 <li>Click the "Uninstall" button to uninstall the widget.</li>
78 <p>Expected Result: </p>
79 <p>Test passes if the widget can be installed and launched successfully.</p>