tizenconstants.h 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /****************************************************************************
  2. **
  3. ** Copyright (C) 2013 Jarek Pelczar <jpelczar@gmail.com>
  4. **
  5. ** This file is part of Qt Creator.
  6. **
  7. ** Commercial License Usage
  8. ** Licensees holding valid commercial Qt licenses may use this file in
  9. ** accordance with the commercial license agreement provided with the
  10. ** Software or, alternatively, in accordance with the terms contained in
  11. ** a written agreement between you and Digia. For licensing terms and
  12. ** conditions see http://qt.digia.com/licensing. For further information
  13. ** use the contact form at http://qt.digia.com/contact-us.
  14. **
  15. ** GNU Lesser General Public License Usage
  16. ** Alternatively, this file may be used under the terms of the GNU Lesser
  17. ** General Public License version 2.1 as published by the Free Software
  18. ** Foundation and appearing in the file LICENSE.LGPL included in the
  19. ** packaging of this file. Please review the following information to
  20. ** ensure the GNU Lesser General Public License version 2.1 requirements
  21. ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
  22. **
  23. ** In addition, as a special exception, Digia gives you certain additional
  24. ** rights. These rights are described in the Digia Qt LGPL Exception
  25. ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
  26. **
  27. ****************************************************************************/
  28. #ifndef TIZENCONSTANTS_H
  29. #define TIZENCONSTANTS_H
  30. #include <QtGlobal>
  31. namespace Tizen {
  32. namespace Constants {
  33. const char TIZEN_DEVICE_TYPE[] = "Tizen.Device.Type";
  34. const char TIZEN_DEVICE_ID[] = "Tizen.Device.Id";
  35. const char DEVICE_ACTION_ROOT[] = "Tizen.Device.Action.Root.On";
  36. const char DEVICE_ACTION_SHELL[] = "Tizen.Device.Action.Shell";
  37. const char TIZEN_QT[] = "Tizen.Qt";
  38. const char TIZEN_TOOLCHAIN_GCC_TYPE[] = "tizen.toolchain.gcc";
  39. const char TIZEN_TOOLCHAIN_CLANG_TYPE[] = "tizen.toolchain.clang";
  40. const char TIZEN_TOOLCHAIN_ID[] = "Qt4ProjectManager.Toolchain.Tizen.Toolchain";
  41. const char TIZEN_SETTINGS_ID[] = "Tizen.Settings.Id";
  42. const char TIZEN_SETTINGS_CATEGORY[] = "Tizen.Settings.Category";
  43. const char TIZEN_SETTINGS_TR_CATEGORY[] = QT_TRANSLATE_NOOP("Tizen", "Tizen");
  44. const char TIZEN_PLATFORM[] = "Tizen";
  45. const char TIZEN_PLATFORM_TR[] = QT_TRANSLATE_NOOP("QtSupport", "Tizen");
  46. const char TIZEN_MANIFEST_EDITOR_ID[] = "Tizen.Manifest.Editor.Id";
  47. const char TIZEN_MANIFEST_EDITOR_CONTEXT[] = "Tizen.Manifest.Editor.Context";
  48. const char TIZEN_MANIFEST_MIME_TYPE[] = "application/vnd.tizen.tizen_manifest";
  49. }
  50. }
  51. #endif // TIZENCONSTANTS_H