⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 devicepack3.dsd.sch

📁 BREW IMediaMPEG4 Example
💻 SCH
📖 第 1 页 / 共 5 页
字号:
      IDs defined by the OEM.
   }
}
Resource, IDS_DD_ADDR_REMOVE_ALL_SUPPORTED, Address Book
   enum, RemoveAllRecs Support, IDEL_YESNO
   HELP
      Does the device support the IADDRBOOK_RemoveAllRecs() method?
   }
}

#<!--=================================================================
#        AddrBook RUIM
#=================================================================-->

Resource, IDS_DD_ADDR_RUIM_SUPPORTED, Address Book - RUIM
   enum, RUIM Support, IDEL_YESNO
   HELP
      Does the device support an RUIM-based address book?

      (To support an RUIM address book, the device must implement
      AEECLSID_ADDRBOOK_RUIM.)
   }
}

Resource, IDS_DD_MAX_ADDR_COUNT_RUIM, Address Book - RUIM
   uint32, Max Entries
   HELP
      Specify the maximum number of entries in the RUIM address book.  Enter
      0 if there is no limit.
   }
}
Resource, IDS_DD_ADDR_CAT_30_RUIM, Address Book - RUIM
   complex, Categories, 1, 0, 0, |
      enum, Category ID, IDEL_ADDR_CAT
      string, Category Name
   }
   HELP
      List each category the RUIM address book supports.  Refer to AEEAddrBook.h and
      the BREW API Reference for more information.
      
      Category ID - Enter the unique AEEAddrCat value for this category
      in terms of the AEE_ADDR_CAT_xxx macros from AEEAddrBook.h.
      For BREW 2.1, OEM-defined categories begin at
      AEE_ADDR_CAT_USER_DEFINED.  For BREW 3.0 and later, OEM-defined
      categories begin at AEE_ADDR_CAT_USER (AEE_ADDR_CAT_USER_DEFINED
      has been deprecated in BREW 3.0).  If the device does not support
      categories, enter AEE_ADDR_CAT_NONE.
      
      Category Name - Enter the text name of this category.  For example:
      Business, Personal, Friends, etc.  If the device does not support
      categories, enter "None".
   }
}
Resource, IDS_DD_ADDR_FIELDS_30_RUIM, Address Book - RUIM
   complex, Fields, 1, 0, 0, |
      enum, Category, IDEL_ADDR_CAT
      enum, Field ID, IDEL_ADDR_FIELD
      string, Field Name
      uint32, Max Items
      enum, Field Type, IDEL_ADDR_FIELD_TYPE
      enum, Field Search, IDEL_LABEL_YESNO
      enum, Category Search, IDEL_LABEL_YESNO
      enum, Required, IDEL_LABEL_YESNO
      uint32, Max Length
   }
   HELP
      List each field the RUIM address book supports, and specify the characteristics
      of each field.  Refer to AEEAddrBook.h and the BREW API Reference
      for more information on the AEEAddrFieldInfo data structure.

      IMPORTANT:  List all fields available in all categories with a category
      of AEE_ADDR_CAT_NONE.
   
      Category - Enter the category this field is available in.  Most
      fields are available in all categories -- these fields must be
      listed once for each category they are available in.
      
      Field Name - Enter the text name of the field.  For example, "Name", 
      "email", "Work Phone", etc.

      Field ID - Enter the AEEAddrFieldID for this field.  Predefined field
      IDs are at the beginning of the list.  OEM-defined values are at the end
      of the list.  For BREW 2.1, the OEM-defined values begin at
      AEE_ADDRFIELD_USER_DEFINED.  For BREW 3.0 and later, the OEM-defined
      values begin at AEE_ADDRFIELD_USER (AEE_ADDRFIELD_USER_DEFINED is
      deprecated).  AEE_ADDR_FIELD_xxx values are defined in AEEAddrBook.h.
      You may need technical assistance from the developer of OEMAddrBook.c
      to determine these values.

      Field Type - Enter the AEEAddrFieldType for this field.

      Max Items - Enter the maximum allowed number of items of this fieldID
      in each record.  For example, if fieldID is AEE_ADDRFIELD_EMAIL, then 
      maxItems could be 2 if OEM address book supports only a maximum of 2 
      email entries per record.

      Field Search - Can a search (EnumRec) be done based on this field?  That
      is, can we make a call to IADDRBOOK_EnumRecInit() to search for all
      records having a specific value for this given field ID.

      Category Search - Can a search (EnumRec) be done based on this field
      within a category?  That is, can we use IADDRBOOK_EnumRecInit() to
      search for all records of a specific category having a specific value for
      this field?

      Required - Is this field required to be present in all records?

      Max Length - Enter the maximum length of this field in units of the
      AEEAddrFieldType.  For example, if this is a string field that can hold
      a maximum of 50 AECHARs, enter 50, not 100 bytes.
   }
}
Resource, IDS_DD_ADDR_USER_DEF_CAT_RUIM, Address Book - RUIM
   enum, App Category Definition, IDEL_YESNO
   HELP
      Can a BREW application create a record in the RUIM-based address book
      with an AEEAddrCat that is not one of the categories returned by
      IADDRBOOK_EnumNextCategory()?  Select
      Yes if applications may create records with their own unique 
      categories.  Select No if applications are restricted to the categories
      defined by the OEM.
   }
}
Resource, IDS_DD_ADDR_USER_DEF_FIELD_RUIM, Address Book - RUIM
   enum, App Field Definition, IDEL_YESNO
   HELP
      Can a BREW application create an address book field in the RUIM-based
      address book with an AEEAddrFieldID
      that is not one of the field IDs returned by 
      IADDRBOOK_EnumNextFieldsInfo()?  Enter Yes if applications may create 
      their own field IDs.  Enter No if applications are restricted to the field
      IDs defined by the OEM.
   }
}
Resource, IDS_DD_ADDR_REMOVE_ALL_SUPPORTED_RUIM, Address Book - RUIM
   enum, RemoveAllRecs Support, IDEL_YESNO
   HELP
      Does the RUIM-based address book support the IADDRBOOK_RemoveAllRecs() method?
   }
}


#<!--=================================================================
#        Image And Other Media Interaction
#=================================================================-->
Resource, IDS_DD_WALLPAPER, Image And Other Media Interaction
   enum, Wallpaper Support, IDEL_LABEL_YESNO
   HELP
      Is it possible to set images in the shared directory as wallpapers?
   }
}
Resource, IDS_DD_MEDIA_WALLPAPER_IMG_X, Image And Other Media Interaction
   uint32, Wallpaper Size X, 
   HELP
      Enter the recommended width of images used for wallpaper.  Document
      any minimum or maximum width limitations in the Comment field.
   }
}
Resource, IDS_DD_MEDIA_WALLPAPER_IMG_Y, Image And Other Media Interaction
   uint32, Wallpaper Size Y
   HELP
      Enter the recommended height of images used for wallpaper.  Document
      any minimum or maximum height limitations in the Comment field.
   }
}
Resource, IDS_DD_MEDIA_WALLPAPER_FORMATS, Image And Other Media Interaction
   string, Wallpaper Formats, , |
   HELP
      Enter a comma separated list of supported wallpaper formats.  For
      example, "bmp, png".
   }
}
Resource, IDS_DD_MEDIA_CALLER_ID_IMG, Image And Other Media Interaction
   enum, CallerID Images, IDEL_LABEL_YESNO
   HELP
      Is it possible to use images in the shared directory as CallerID images?
   }
}
Resource, IDS_DD_MEDIA_CALLER_ID_IMG_X, Image And Other Media Interaction
   uint32, CallerID Image Size X
   HELP
      Enter the recommended width of images used for CallerID images.  Document
      any minimum or maximum width limitations in the Comment field.
   }
}
Resource, IDS_DD_MEDIA_CALLER_ID_IMG_Y, Image And Other Media Interaction
   uint32, CallerID Image Size Y
   HELP
      Enter the recommended height of images used for CallerID images.  Document
      any minimum or maximum height limitations in the Comment field.
   }
}
Resource, IDS_DD_MEDIA_CALLER_ID_FORMATS, Image And Other Media Interaction
   string, CallerID Formats, , |
   HELP
      Enter a comma separated list of supported CallerID formats.  For
      example, "bmp, png".
   }
}
Resource, IDS_DD_MEDIA_SSAVER_IMG, Image And Other Media Interaction
   enum, ScreenSaver Images, IDEL_LABEL_YESNO
   HELP
      Is it possible to set images in the shared directory as screen savers?
   }
}
Resource, IDS_DD_MEDIA_SSAVER_IMG_X, Image And Other Media Interaction
   uint32, ScreenSaver Size X
   HELP
      Enter the recommended width of images used for screen saver images.  Document
      any minimum or maximum width limitations in the Comment field.
   }
}
Resource, IDS_DD_MEDIA_SSAVER_IMG_Y, Image And Other Media Interaction
   uint32, ScreenSaver Size Y
   HELP
      Enter the recommended height of images used for screen saver images.  Document
      any minimum or maximum height limitations in the Comment field.
   }
}
Resource, IDS_DD_MEDIA_SSAVER_FORMATS, Image And Other Media Interaction
   string, ScreenSaver Formats, , |
   HELP
      Enter a comma separated list of supported screen saver formats.  For
      example, "bmp, png, pmd".
   }
}
Resource, IDS_DD_MEDIA_POWERONOFF_IMG, Image And Other Media Interaction
   enum, Power On/Off Images, IDEL_LABEL_YESNO
   HELP
      Is it possible to set images in the shared directory for Power On/Off purposes?
   }
}
Resource, IDS_DD_MEDIA_POWERONOFF_IMG_X, Image And Other Media Interaction
   uint32, Power On/Off Size X
   HELP
      Enter the recommended width of images used for Power On/Off images.  Document
      any minimum or maximum width limitations in the Comment field.
   }
}
Resource, IDS_DD_MEDIA_POWERONOFF_IMG_Y, Image And Other Media Interaction
   uint32, Power On/Off Size Y
   HELP
      Enter the recommended height of images used for Power On/Off images.  Document
      any minimum or maximum height limitations in the Comment field.
   }
}
Resource, IDS_DD_MEDIA_POWERONOFF_FORMATS, Image And Other Media Interaction
   string, Power On/Off Formats, , |
   HELP
      Enter a comma separated list of supported Power On/Off formats.  For
      example, "bmp, png, pmd".
   }
}
Resource, IDS_DD_MEDIA_CLIP_CENTER, Image And Other Media Interaction
   enum, Media Clip/Center, IDEL_LABEL_YESNO
   HELP
      Are the images in the shared directory clipped and centered when they are
      used for the purposes of wallpaper, CallerID, Power On/Off, etc.?
   }
}
Resource, IDS_DD_MEDIA_NATIVE_DEL, Image And Other Media Interaction
   enum, Image/Media Deletion From Native UI, IDEL_LABEL_YESNO
   HELP
      Is it possible to delete images and media files in the shared directory
      from native UI?
   }
}
Resource, IDS_DD_MEDIA_FILE_MENU, Image And Other Media Interaction
   enum, Integrated Image/Media File Menus, IDEL_LABEL_YESNO
   HELP
      Are the menus for managing BREW images and non-BREW images integrated?
   }
}
Resource, IDS_DD_MEDIA_SHARING, Image And Other Media Interaction
   enum, Image/Media File Sharing, IDEL_LABEL_YESNO
   HELP
      Can images for different functions such as Wallpapers, CallerID's,
      etc. be shared across the native user interface?
   }
}
Resource, IDS_DD_MEDIA_STORAGE_DIR, Image And Other Media Interaction
   string, Media Storage Location , , |
   HELP
      Enter the pathname of the directory where images are stored.  This
      should start with the shared directory and can also include
	  subdirectories inside the shared directory. For example /shared or
	  /shared/wallpaper.
   }
}
Resource, IDS_DD_MEDIA_SHARED_MAX_FILECOUNT, Image And Other Media Interaction
   uint32, Max Media Files In Shared Dir
   HELP
      Is there any limitation on the number of media files in the shared
      dir?  Enter 0 if there is no limit.
   }
}
Resource, IDS_DD_MEDIA_MAX_DOWNLOAD_SIZE, Image And Other Media Interaction
   uint32, Max Downloaded Media Size
   HELP
      Is there any limitation on the size of the media files?  Enter 0 if
      there is no limit.
   }
}

#<!--=================================================================
#        Screen Saver
#=================================================================-->
EnumList, IDEL_SSAVER_TYPE
   BREW Only, BREW Only
   Native Only, Native Only
   BREW and Native, BREW and Native
}
EnumList, IDEL_SSAVER_BACKLIGHT
   BREW, BREW
   Native UI, Native UI
   N/A, N/A
}
Resource, IDS_DD_SSAVER_TYPE, Screen Saver
   enum, Screen Saver Type, IDEL_SSAVER_TYPE
   HELP
      Does the device support a BREW-only, Native UI-only, or both BREW
      and Native UI screen savers?
   }
}
Resource, IDS_DD_SSAVER_TIMER, Screen Saver
   uint32, Timer
   HELP
      After what period of inactivity will the Screen Saver be activated?
   }
}
Resource, IDS_DD_SSAVER_BACKLIGHT, Screen Saver
   enum, Screen Saver Type, IDEL_SSAVER_BACKLIGHT
   HELP
      Who controls the backlight setting while in Screen Saver
      mode?  Select BREW, Native UI, or N/A.  Use N/A if there is no
      screen saver or no backlight when screen saver is active.
   }
}



#<!--=================================================================
#        Call History
#=================================================================-->

EnumList, IDEL_CALL_HISTORY_FIELDS
   none, None
   1, AEECALLHISTORY_FIELD_CALL_TYPE
   2, AEECALLHISTORY_FIELD_NUMBER_TYPE
   3, AEECALLHISTORY_FIELD_NUMBER_PLAN
   4, AEECALLHISTORY_FIELD_DATE_TIME
   5, AEECALLHISTORY_FIELD_CALL_DURATION
   6, AEECALLHISTORY_FIELD_NUMBER
   7, AEECALLHISTORY_FIELD_NAME
   8, AEECALLHISTORY_FIELD_HANDLER_CLSID
   9, AEECALLHISTORY_FIELD_NUMBER_EX
}

EnumList, IDEL_CALL_HISTORY_CALL_TYPES
   none, None
   1, AEECALLHISTORY_CALL_TYPE_TO
   2, AEECALLHISTORY_CALL_TYPE_FROM
   3, AEECALLHISTORY_CALL_TYPE_MISSED
}

EnumList, IDEL_CALL_HISTORY_NUMBER_TYPES
   none, None
   1, AEECALLHISTORY_NUMBER_TYPE_INTERNATIONAL
   2, AEECALLHISTORY_NUMBER_TYPE_NATIONAL
   3, AEECALLHISTORY_NUMBER_TYPE_NETWORK
   4, AEECALLHISTORY_NUMBER_TYPE_SUBSCRIBER
   5, AEECALLHISTORY_NUMBER_TYPE_ABBREVIATED
   6, AEECALLHISTORY_NUMBER_TYPE_QCHAT
}

E

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -