h263.rc2
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:5k
源码类别:

Symbian

开发平台:

Visual C++

  1. // 
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Source last modified: $Id: h263.rc2,v 1.1.1.1.42.1 2004/07/09 01:56:30 hubbe Exp $
  4.  * 
  5.  * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
  6.  * 
  7.  * The contents of this file, and the files included with this file,
  8.  * are subject to the current version of the RealNetworks Public
  9.  * Source License (the "RPSL") available at
  10.  * http://www.helixcommunity.org/content/rpsl unless you have licensed
  11.  * the file under the current version of the RealNetworks Community
  12.  * Source License (the "RCSL") available at
  13.  * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
  14.  * will apply. You may also obtain the license terms directly from
  15.  * RealNetworks.  You may not use this file except in compliance with
  16.  * the RPSL or, if you have a valid RCSL with RealNetworks applicable
  17.  * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
  18.  * the rights, obligations and limitations governing use of the
  19.  * contents of the file.
  20.  * 
  21.  * Alternatively, the contents of this file may be used under the
  22.  * terms of the GNU General Public License Version 2 or later (the
  23.  * "GPL") in which case the provisions of the GPL are applicable
  24.  * instead of those above. If you wish to allow use of your version of
  25.  * this file only under the terms of the GPL, and not to allow others
  26.  * to use your version of this file under the terms of either the RPSL
  27.  * or RCSL, indicate your decision by deleting the provisions above
  28.  * and replace them with the notice and other provisions required by
  29.  * the GPL. If you do not delete the provisions above, a recipient may
  30.  * use your version of this file under the terms of any one of the
  31.  * RPSL, the RCSL or the GPL.
  32.  * 
  33.  * This file is part of the Helix DNA Technology. RealNetworks is the
  34.  * developer of the Original Code and owns the copyrights in the
  35.  * portions it created.
  36.  * 
  37.  * This file, and the files included with this file, is distributed
  38.  * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
  39.  * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
  40.  * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
  41.  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  42.  * ENJOYMENT OR NON-INFRINGEMENT.
  43.  * 
  44.  * Technology Compatibility Kit Test Suite(s) Location:
  45.  *    http://www.helixcommunity.org/content/tck
  46.  * 
  47.  * Contributor(s):
  48.  * 
  49.  * ***** END LICENSE BLOCK ***** */
  50. // 
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // RA32RV10.RC2
  54. //
  55. // Resources Microsoft Visual C++ does not edit directly
  56. //
  57. #ifdef APSTUDIO_INVOKED
  58. #error this file is not editable by Microsoft Visual C++
  59. #endif //APSTUDIO_INVOKED
  60. /////////////////////////////////////////////////////////////////////////////
  61. // Add manually edited resources here...
  62. /////////////////////////////////////////////////////////////////////////////
  63. // Version stamp for this deliverable
  64. #ifdef WIN32
  65. #include <winver.h>      // Defines for 32bit windows version resources
  66. #else
  67. #include <ver.h>        // Defines for 16bit windows version resources
  68. #endif
  69. #include "hxver.h"     // Defines for standard deliverables
  70. #include "d263.ver"    // Defines for this deliverable created by GETFILES
  71. VS_VERSION_INFO         VERSIONINFO
  72.     FILEVERSION         TARVER_LIST_VERSION
  73.     PRODUCTVERSION      TARVER_LIST_VERSION
  74.     FILEFLAGSMASK       VS_FFI_FILEFLAGSMASK
  75. #ifdef _DEBUG
  76.     FILEFLAGS           VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
  77. #else
  78.     FILEFLAGS           0 // final version
  79. #endif
  80.     FILEOS              VER_FILEOS
  81.     FILETYPE            0   // not needed
  82.     FILESUBTYPE         0   // not needed
  83. BEGIN
  84.     BLOCK "StringFileInfo"
  85.     BEGIN
  86.         BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
  87.         BEGIN 
  88.             VALUE "FileDescription", "HelixVideo"
  89.             VALUE "InternalName",    "d2633260"
  90.             VALUE "OriginalFilename","d2633260.DLL"
  91.             VALUE "ProductName",     "HelixVideo" 
  92.                                      STRPLATFORM TARVER_STR_BUILD_NAME STREND
  93.             VALUE "FileVersion",     TARVER_STRING_VERSION
  94.             VALUE "ProductVersion",  TARVER_STRING_VERSION
  95.             VALUE "CompanyName",     HXVER_COMPANY
  96.             VALUE "LegalCopyright",  HXVER_COPYRIGHT
  97.             VALUE "LegalTrademarks", HXVER_TRADEMARKS
  98.         END
  99.     END
  100.     BLOCK "VarFileInfo" 
  101.     BEGIN 
  102.         VALUE "Translation", 0x409, 1252
  103.             // English language (0x409) and the Windows ANSI codepage (1252)
  104.     END
  105. END
  106. /////////////////////////////////////////////////////////////////////////////