OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 // Microsoft Visual C++ generated resource script. | 4 // Microsoft Visual C++ generated resource script. |
5 // | 5 // |
6 #include "ceee/ie/broker/resource.h" | 6 #include "ceee/ie/broker/resource.h" |
7 #include "version.h" | 7 #include "version.h" |
8 | 8 |
9 #define APSTUDIO_READONLY_SYMBOLS | 9 #define APSTUDIO_READONLY_SYMBOLS |
10 ///////////////////////////////////////////////////////////////////////////// | 10 ///////////////////////////////////////////////////////////////////////////// |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 FILEFLAGS 0x0L | 45 FILEFLAGS 0x0L |
46 #endif | 46 #endif |
47 FILEOS 0x4L | 47 FILEOS 0x4L |
48 FILETYPE 0x2L | 48 FILETYPE 0x2L |
49 FILESUBTYPE 0x0L | 49 FILESUBTYPE 0x0L |
50 BEGIN | 50 BEGIN |
51 BLOCK "StringFileInfo" | 51 BLOCK "StringFileInfo" |
52 BEGIN | 52 BEGIN |
53 BLOCK "040904e4" | 53 BLOCK "040904e4" |
54 BEGIN | 54 BEGIN |
55 VALUE "CompanyName", "Google Inc." | 55 VALUE "CompanyName", COMPANY_FULLNAME_STRING |
56 VALUE "FileDescription", "Internet Explorer User Broker for Google C
EEE" | 56 VALUE "FileDescription", CEEE_PRODUCT_FULLNAME_STRING " Broker" |
57 VALUE "FileVersion", CHROME_VERSION_STRING | 57 VALUE "FileVersion", CHROME_VERSION_STRING |
58 VALUE "LegalCopyright", COPYRIGHT_STRING | 58 VALUE "LegalCopyright", COPYRIGHT_STRING |
59 VALUE "InternalName", "ceee_broker.exe" | 59 VALUE "InternalName", "ceee_broker.exe" |
60 VALUE "OriginalFilename", "ceee_broker.exe" | 60 VALUE "OriginalFilename", "ceee_broker.exe" |
61 VALUE "ProductName", "Google Chrome Extensions Execution Environment
" | 61 VALUE "ProductName", CEEE_PRODUCT_FULLNAME_STRING |
62 VALUE "ProductVersion", CHROME_VERSION_STRING | 62 VALUE "ProductVersion", CHROME_VERSION_STRING |
63 END | 63 END |
64 END | 64 END |
65 BLOCK "VarFileInfo" | 65 BLOCK "VarFileInfo" |
66 BEGIN | 66 BEGIN |
67 VALUE "Translation", 0x409, 1252 | 67 VALUE "Translation", 0x409, 1252 |
68 END | 68 END |
69 END | 69 END |
70 | 70 |
71 | 71 |
72 ///////////////////////////////////////////////////////////////////////////// | 72 ///////////////////////////////////////////////////////////////////////////// |
73 // | 73 // |
74 // REGISTRY | 74 // REGISTRY |
75 // | 75 // |
76 | 76 |
77 IDR_BROKER_MODULE REGISTRY "broker_module.rgs" | 77 IDR_BROKER_MODULE REGISTRY "broker_module.rgs" |
78 IDR_BROKER REGISTRY "broker.rgs" | 78 IDR_BROKER REGISTRY "broker.rgs" |
79 | 79 |
80 | 80 |
81 ///////////////////////////////////////////////////////////////////////////// | 81 ///////////////////////////////////////////////////////////////////////////// |
82 // | 82 // |
83 // String Table | 83 // String Table |
84 // | 84 // |
85 | 85 |
86 STRINGTABLE | 86 STRINGTABLE |
87 BEGIN | 87 BEGIN |
88 IDS_PROJNAME "ceee_broker" | 88 IDS_PROJNAME "ceee_broker" |
| 89 IDS_CEEE_BROKER_NAME CEEE_PRODUCT_FULLNAME_STRING " Broker" |
89 END | 90 END |
90 | 91 |
91 #endif // English (U.S.) resources | 92 #endif // English (U.S.) resources |
92 ///////////////////////////////////////////////////////////////////////////// | 93 ///////////////////////////////////////////////////////////////////////////// |
93 | 94 |
94 | 95 |
95 | 96 |
96 #ifndef APSTUDIO_INVOKED | 97 #ifndef APSTUDIO_INVOKED |
97 ///////////////////////////////////////////////////////////////////////////// | 98 ///////////////////////////////////////////////////////////////////////////// |
98 // | 99 // |
99 // Generated from the TEXTINCLUDE 3 resource. | 100 // Generated from the TEXTINCLUDE 3 resource. |
100 // | 101 // |
101 1 TYPELIB "broker_lib.tlb" | 102 1 TYPELIB "broker_lib.tlb" |
102 | 103 |
103 ///////////////////////////////////////////////////////////////////////////// | 104 ///////////////////////////////////////////////////////////////////////////// |
104 #endif // not APSTUDIO_INVOKED | 105 #endif // not APSTUDIO_INVOKED |
OLD | NEW |