summaryrefslogtreecommitdiffstats
path: root/ppapi/example/example.rc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/example/example.rc')
-rw-r--r--ppapi/example/example.rc30
1 files changed, 30 insertions, 0 deletions
diff --git a/ppapi/example/example.rc b/ppapi/example/example.rc
new file mode 100644
index 0000000..9e06702
--- /dev/null
+++ b/ppapi/example/example.rc
@@ -0,0 +1,30 @@
+1 VERSIONINFO
+ FILEVERSION 1,0,0,1
+ PRODUCTVERSION 1,0,0,1
+ FILEFLAGSMASK 0x17L
+ FILEFLAGS 0x0L
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "CompanyName", "Google"
+ VALUE "FileDescription", "Pepper Test Plugin"
+ VALUE "FileVersion", "1, 0, 0, 1"
+ VALUE "InternalName", "ppapi_example"
+ VALUE "LegalCopyright", "Copyright (C) 2010"
+ VALUE "OriginalFilename", "ppapi_example.dll"
+ VALUE "ProductName", "Pepper Test Plugin"
+ VALUE "ProductVersion", "1, 0, 0, 1"
+ VALUE "MIMEType", "pepper-application/x-pepper-test-plugin"
+ VALUE "FileExtents", "ptp"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END