config.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <widget xmlns="http://www.w3.org/ns/widgets" height="320" id="http://Tab_Control" version="1.0.1" viewmodes="windowed fullscreen" width="240">
  3. <name short="Tab_Control">Tab_Control</name>
  4. <description>
  5. An tab control example.
  6. </description>
  7. <author email="webapps@nokia.com" href="http://www.nokia.com/">
  8. Nokia
  9. </author>
  10. <icon src="icon.png"/>
  11. <content src="index.html"/>
  12. <license>
  13. Copyright © 2011 Nokia Corporation. All rights reserved.
  14. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other product and company names mentioned herein may be
  15. trademarks or trade names of their respective owners.
  16. Subject to the conditions below, you may, without charge:
  17. - Use, copy, modify and/or merge copies of this software and
  18. associated documentation files (the “Software”)
  19. - Publish, distribute, sub-licence and/or sell new software
  20. derived from or incorporating the Software.
  21. This licence text, unmodified, shall be included with all copies or substantial portions
  22. of the Software that are distributed in source code form.
  23. The Software cannot constitute the primary value of any new software derived
  24. from or incorporating the Software.
  25. Any person dealing with the Software shall not misrepresent the source of the Software.
  26. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
  27. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  28. PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  29. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  30. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  31. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  32. </license>
  33. <feature name="nokia://s40.nokia.com/SAWRT/1.0 " required="true" />
  34. </widget>