vchtchetkine | dceaaa5 | 2009-07-22 13:34:53 -0700 | [diff] [blame] | 1 | /*
|
| 2 | * Copyright (C) 2006 The Android Open Source Project
|
| 3 | *
|
| 4 | * Licensed under the Apache License, Version 2.0 (the "License");
|
| 5 | * you may not use this file except in compliance with the License.
|
| 6 | * You may obtain a copy of the License at
|
| 7 | *
|
| 8 | * http://www.apache.org/licenses/LICENSE-2.0
|
| 9 | *
|
| 10 | * Unless required by applicable law or agreed to in writing, software
|
| 11 | * distributed under the License is distributed on an "AS IS" BASIS,
|
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 13 | * See the License for the specific language governing permissions and
|
| 14 | * limitations under the License.
|
| 15 | */
|
| 16 |
|
| 17 | //Microsoft Visual C++ generated resource script.
|
| 18 | //
|
| 19 | #include "resource.h"
|
| 20 |
|
| 21 | #define APSTUDIO_READONLY_SYMBOLS
|
| 22 | /////////////////////////////////////////////////////////////////////////////
|
| 23 | //
|
| 24 | // Generated from the TEXTINCLUDE 2 resource.
|
| 25 | //
|
| 26 | #include "winres.h"
|
| 27 |
|
| 28 | /////////////////////////////////////////////////////////////////////////////
|
| 29 | #undef APSTUDIO_READONLY_SYMBOLS
|
| 30 |
|
| 31 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
| 32 | LANGUAGE 9, 1
|
| 33 | #pragma code_page(1252)
|
| 34 | #ifdef APSTUDIO_INVOKED
|
| 35 | /////////////////////////////////////////////////////////////////////////////
|
| 36 | //
|
| 37 | // TEXTINCLUDE
|
| 38 | //
|
| 39 |
|
| 40 | 1 TEXTINCLUDE
|
| 41 | BEGIN
|
| 42 | "resource.h\0"
|
| 43 | END
|
| 44 |
|
| 45 | 2 TEXTINCLUDE
|
| 46 | BEGIN
|
| 47 | "#include ""winres.h""\r\n"
|
| 48 | "\0"
|
| 49 | END
|
| 50 |
|
| 51 | #endif // APSTUDIO_INVOKED
|
| 52 |
|
| 53 | #ifndef _MAC
|
| 54 | /////////////////////////////////////////////////////////////////////////////
|
| 55 | //
|
| 56 | // Version
|
| 57 | //
|
| 58 |
|
| 59 | VS_VERSION_INFO VERSIONINFO
|
vchtchetkine | 1785188 | 2009-07-29 17:44:36 -0700 | [diff] [blame] | 60 | FILEVERSION 2,0,0,0
|
| 61 | PRODUCTVERSION 2,0,0,0
|
vchtchetkine | dceaaa5 | 2009-07-22 13:34:53 -0700 | [diff] [blame] | 62 | FILEFLAGSMASK 0x3fL
|
| 63 | #ifdef _DEBUG
|
| 64 | FILEFLAGS 0x1L
|
| 65 | #else
|
| 66 | FILEFLAGS 0x0L
|
| 67 | #endif
|
| 68 | FILEOS 0x4L
|
| 69 | FILETYPE 0x2L
|
| 70 | FILESUBTYPE 0x0L
|
| 71 | BEGIN
|
| 72 | BLOCK "StringFileInfo"
|
| 73 | BEGIN
|
| 74 | BLOCK "040904e4"
|
| 75 | BEGIN
|
| 76 | VALUE "CompanyName", "Google, inc"
|
vchtchetkine | 1785188 | 2009-07-29 17:44:36 -0700 | [diff] [blame] | 77 | VALUE "FileDescription", "Android ADB API"
|
| 78 | VALUE "FileVersion", "2.0.0.0"
|
vchtchetkine | dceaaa5 | 2009-07-22 13:34:53 -0700 | [diff] [blame] | 79 | VALUE "LegalCopyright", "Copyright (C) 2006 The Android Open Source Project"
|
| 80 | VALUE "InternalName", "AdbWinApi.dll"
|
| 81 | VALUE "OriginalFilename", "AdbWinApi.dll"
|
vchtchetkine | 1785188 | 2009-07-29 17:44:36 -0700 | [diff] [blame] | 82 | VALUE "ProductName", "Android SDK"
|
| 83 | VALUE "ProductVersion", "2.0.0.0"
|
vchtchetkine | dceaaa5 | 2009-07-22 13:34:53 -0700 | [diff] [blame] | 84 | VALUE "OLESelfRegister", ""
|
| 85 | END
|
| 86 | END
|
| 87 | BLOCK "VarFileInfo"
|
| 88 | BEGIN
|
| 89 | VALUE "Translation", 0x0409, 1252
|
| 90 | END
|
| 91 | END
|
| 92 |
|
| 93 | #endif // !_MAC
|
| 94 |
|
| 95 | /////////////////////////////////////////////////////////////////////////////
|
| 96 | //
|
| 97 | // String Table
|
| 98 | //
|
| 99 |
|
| 100 | STRINGTABLE
|
| 101 | BEGIN
|
| 102 | IDS_PROJNAME "AdbWinApi"
|
| 103 | END
|
| 104 |
|
| 105 | ////////////////////////////////////////////////////////////////////////////
|
| 106 |
|
| 107 |
|
| 108 | #endif
|
| 109 |
|
| 110 | #ifndef APSTUDIO_INVOKED
|
| 111 | #endif // not APSTUDIO_INVOKED
|