GlobalDefs.h
上传用户:lqx1163
上传日期:2014-08-13
资源大小:9183k
文件大小:8k
源码类别:

MTK

开发平台:

C/C++

  1. /*****************************************************************************
  2. *  Copyright Statement:
  3. *  --------------------
  4. *  This software is protected by Copyright and the information contained
  5. *  herein is confidential. The software may not be copied and the information
  6. *  contained herein may not be used or disclosed except with the written
  7. *  permission of MediaTek Inc. (C) 2005
  8. *
  9. *  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
  10. *  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
  11. *  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
  12. *  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
  13. *  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
  14. *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
  15. *  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
  16. *  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
  17. *  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
  18. *  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
  19. *  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
  20. *  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
  21. *
  22. *  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
  23. *  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
  24. *  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
  25. *  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
  26. *  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
  27. *
  28. *  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
  29. *  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
  30. *  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
  31. *  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
  32. *  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
  33. *
  34. *****************************************************************************/
  35. /*******************************************************************************
  36.  * Filename:
  37.  * ---------
  38.  *  GlobalDefs.h
  39.  *
  40.  * Project:
  41.  * --------
  42.  *  MAUI
  43.  *
  44.  * Description:
  45.  * ------------
  46.  *  
  47.  *
  48.  * Author:
  49.  * -------
  50.  *  
  51.  *
  52.  *==============================================================================
  53.  *             HISTORY
  54.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  55.  *------------------------------------------------------------------------------
  56.  * removed!
  57.  *
  58.  * removed!
  59.  * removed!
  60.  * removed!
  61.  *
  62.  * removed!
  63.  * removed!
  64.  * removed!
  65.  *
  66.  * removed!
  67.  * removed!
  68.  * removed!
  69.  *
  70.  * removed!
  71.  * removed!
  72.  * removed!
  73.  *
  74.  * removed!
  75.  * removed!
  76.  * removed!
  77.  *
  78.  * removed!
  79.  * removed!
  80.  * removed!
  81.  *
  82.  * removed!
  83.  * removed!
  84.  * removed!
  85.  *
  86.  * removed!
  87.  * removed!
  88.  * removed!
  89.  *
  90.  * removed!
  91.  * removed!
  92.  * removed!
  93.  *
  94.  * removed!
  95.  * removed!
  96.  * removed!
  97.  *
  98.  * removed!
  99.  * removed!
  100.  * removed!
  101.  *
  102.  * removed!
  103.  * removed!
  104.  * removed!
  105.  *
  106.  *------------------------------------------------------------------------------
  107.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  108.  *==============================================================================
  109.  *******************************************************************************/
  110. /**
  111.  * Copyright Notice
  112.  * ?2002 - 2003, Pixtel Communications, Inc., 1489 43rd Ave. W.,
  113.  * Vancouver, B.C. V6M 4K8 Canada. All Rights Reserved.
  114.  *  (It is illegal to remove this copyright notice from this software or any
  115.  *  portion of it)
  116.  */
  117. /************************************************************** 
  118.  FILENAME   : GlobalDefs.h 
  119.  PURPOSE    : Contains the global resource ids.  
  120.  REMARKS    : 
  121.  AUTHOR     : Vikram
  122.  DATE    : . 26 May 2003
  123.  **************************************************************/
  124. #ifndef __GLOBAL__DEFS_
  125. #define __GLOBAL__DEFS_
  126. #include "PixtelDataTypes.h"
  127. enum STR_GLOBAL_LIST
  128. {
  129.     STR_GLOBAL_OK = GLOBAL_BASE,
  130.     STR_GLOBAL_BACK,
  131.     STR_GLOBAL_YES,
  132.     STR_GLOBAL_NO,
  133.     STR_GLOBAL_ON,
  134.     STR_GLOBAL_OFF,
  135.     STR_GLOBAL_OPTIONS,
  136.     STR_GLOBAL_CLEAR,
  137.     STR_GLOBAL_DONE,
  138.     STR_GLOBAL_SAVED,
  139.     STR_GLOBAL_SAVE,
  140.     STR_GLOBAL_NOT_DONE,
  141.     STR_GLOBAL_SAVING,
  142.     STR_GLOBAL_UNFINISHED,
  143.     STR_GLOBAL_DELETE,
  144.     STR_GLOBAL_CANCEL,
  145.     STR_GLOBAL_EMPTY,
  146.     STR_GLOBAL_EDIT,
  147.     STR_GLOBAL_ACTIVATE,
  148.     STR_GLOBAL_DETACTIVATE,
  149.     STR_EARPHONE_POPUP,
  150.     STR_HEADSET_DEACTIVATE_MESSAGE,
  151.     STR_GLOBAL_RED_COLOR,
  152.     STR_GLOBAL_GREEN_COLOR,
  153.     STR_GLOBAL_BLUE_COLOR,
  154.     STR_GLOBAL_INPUT_METHOD,
  155.     STR_GLOBAL_USE_TEMPLATE,
  156.     STR_GLOBAL_SEND,
  157.     STR_GLOBAL_REPLY,
  158.     STR_GLOBAL_EMPTY_LIST,
  159.     STR_GLOBAL_ABORT,
  160.     STR_GLOBAL_ADD,
  161.     STR_GLOBAL_DELETE_ALL,
  162.     STR_GLOBAL_DIAL,
  163.     STR_GLOBAL_ERROR,
  164.     STR_GLOBAL_NORMAL,
  165.     STR_GLOBAL_NONE,
  166.     STR_GLOBAL_SELECT,
  167.     STR_GLOBAL_VIEW,
  168.     STR_GLOBAL_UNSUPPORTED_FORMAT,
  169.     STR_GLOBAL_NOT_AVAILABLE,
  170.     STR_GLOBAL_INVALID,
  171.     STR_GLOBAL_DRM_PROHIBITED,
  172.     STR_GLOBAL_DRM_PROCESSING,
  173.     STR_GLOBAL_DRM_NON_DRM,
  174.     STR_GLOBAL_DRM_FS_ERROR,
  175.     STR_GLOBAL_DRM_INVALID_FORMAT,
  176.     STR_GLOBAL_DRM_SIZE_TOO_BIG,
  177.     STR_GLOBAL_DRM_FILE_EXISTS,
  178.     STR_GLOBAL_DRM_RO_RECEIVED,
  179.     STR_GLOBAL_LOGO,
  180.     STR_GLOBAL_FILENAME,
  181.     STR_GLOBAL_OPEN,
  182.     STR_GLOBAL_CLOSE,
  183.     STR_GLOBAL_QUIT,
  184.     STR_GLOBAL_SEARCH,
  185.     STR_GLOBAL_SEARCHING,
  186.     STR_GLOBAL_ABORTING,
  187.     STR_GLOBAL_0,
  188.     STR_GLOBAL_1,
  189.     STR_GLOBAL_2,
  190.     STR_GLOBAL_3,
  191.     STR_GLOBAL_4,
  192.     STR_GLOBAL_5,
  193.     STR_GLOBAL_6,
  194.     STR_GLOBAL_7,
  195.     STR_GLOBAL_8,
  196.     STR_GLOBAL_9,
  197.     STR_GLOBAL_10,
  198.     STR_GLOBAL_NOT_SUPPORT_AT_PC_SIMULATOR,
  199.     STR_GLOBAL_NO_MEMORY_CARD,
  200.     STR_GLOBAL_DOWNLOAD,
  201.     STR_GLOBAL_DOWNLOAD_ASK,
  202.     STR_GLOBAL_DOWNLOADING,
  203.     STR_GLOBAL_DOWNLOADED,
  204.     STR_GLOBAL_DOWNLOAD_FAILED,
  205.     STR_GLOBAL_INSTALL,
  206.     STR_GLOBAL_INSTALL_ASK,
  207.     STR_GLOBAL_INSTALLING,
  208.     STR_GLOBAL_INSTALLED,
  209.     STR_GLOBAL_INSTALL_FAILED,
  210.     STR_GLOBAL_BUSY_TRY_LATER,
  211.     STR_GLOBAL_SUBMIT,
  212.     STR_GLOBAL_USERNAME,
  213.     STR_GLOBAL_PASSWORD,
  214.     STR_GLOBAL_AUTHENTICATION
  215. #ifdef __MMI_DOWNLOADABLE_THEMES_SUPPORT__
  216.         , STR_GLOBAL_THEME_FILE_DOWNLOADED
  217. #endif 
  218. };
  219. enum IMG_GLOBAL_LIST
  220. {
  221.     IMG_GLOBAL_OK = GLOBAL_BASE,
  222.     IMG_GLOBAL_BACK,
  223.     IMG_GLOBAL_YES,
  224.     IMG_GLOBAL_NO,
  225.     IMG_GLOBAL_OPTIONS,
  226.     /* Start of numeric list icons */
  227.     IMG_GLOBAL_LSTART,
  228.     IMG_GLOBAL_L1,
  229.     IMG_GLOBAL_L2,
  230.     IMG_GLOBAL_L3,
  231.     IMG_GLOBAL_L4,
  232.     IMG_GLOBAL_L5,
  233.     IMG_GLOBAL_L6,
  234.     IMG_GLOBAL_L7,
  235.     IMG_GLOBAL_L8,
  236.     IMG_GLOBAL_L9,
  237.     IMG_GLOBAL_L10,
  238.     IMG_GLOBAL_L11,
  239.     IMG_GLOBAL_L12,
  240.     IMG_GLOBAL_L13,
  241.     IMG_GLOBAL_L14,
  242.     IMG_GLOBAL_L15,
  243.     IMG_GLOBAL_L16,
  244.     IMG_GLOBAL_L17,
  245.     IMG_GLOBAL_L18,
  246.     IMG_GLOBAL_L19,
  247.     IMG_GLOBAL_L20,
  248.     IMG_GLOBAL_L21,
  249.     IMG_GLOBAL_L22,
  250.     IMG_GLOBAL_L23,
  251.     IMG_GLOBAL_L24,
  252.     IMG_GLOBAL_L25,
  253.     IMG_GLOBAL_L26,
  254.     IMG_GLOBAL_L27,
  255.     IMG_GLOBAL_L28,
  256.     IMG_GLOBAL_L29,
  257.     IMG_GLOBAL_L30,
  258.     IMG_GLOBAL_LEND,
  259.     /* end of numeric list icons */
  260.     IMG_STATUS,
  261.     IMG_TIME,
  262.     IMG_REPEAT,
  263.     IMG_CAL,
  264.     IMG_GLOBAL_UNFINISHED,
  265.     IMG_GLOBAL_WARNING,
  266.     IMG_GLOBAL_ACTIVATED,
  267.     IMG_GLOBAL_QUESTION,
  268.     IMG_GLOBAL_SAVE,
  269.     IMG_GLOBAL_DELETED,
  270.     IMG_GLOBAL_EMPTY,
  271.     IMG_GLOBAL_DEFAULT,
  272.     IMG_GLOBAL_PROGRESS,
  273.     IMG_GLOBAL_LOADING,
  274.     IMG_GLOBAL_ERASED,
  275.     IMG_GLOBAL_ERROR,
  276.     IMG_GLOBAL_INFO,
  277.     IMG_VICON,
  278.     IMG_GLOBAL_CLEAR,
  279.     IMG_EARPHONE_POPUP_MAINLCD,
  280.     IMG_EARPHONE_POPUP_SUBLCD,
  281.     //KP Jerry modify on 2006-11-14 start
  282.     IMG_GLOBAL_SUB_MENU_BG,
  283.     IMG_GLOBAL_SUB_MENU_BG_1,
  284.     IMG_GLOBAL_SUB_MENU_BG_2,
  285.     IMG_GLOBAL_SUB_MENU_BG_3,
  286.     IMG_GLOBAL_SUB_MENU_BG_4,
  287.     //KP Jerry modify on 2006-11-14 end    
  288.     IMG_GLOBAL_MAIN_MENU_BG
  289. };
  290. /* 101205 audio resource Calvin Start */
  291. enum ADO_GLOBAL_LIST
  292. {
  293.     ADO_GLOBAL_EMPTYAUDIO = GLOBAL_BASE,
  294.     ADO_GLOBAL_EMPTYAUDIO_EXT,  /* for custpack */
  295.     ADO_GLOBAL_NOAUDIO,
  296.     ADO_GLOBAL_DEFAULT
  297. };
  298. /* 101205 audio resource Calvin End */
  299. #endif /* __GLOBAL__DEFS_ */