[ofw][patch][MLX4] add resource info to MLX4U.DLL
Leonid Keller
leonid at mellanox.co.il
Wed Jan 14 07:06:55 PST 2009
This patch adds rc file to mlx4u[d].dll.
Signed-off-by: Reuven Amitai
Index: mlx4u.rc
===================================================================
--- mlx4u.rc (revision 0)
+++ mlx4u.rc (revision 0)
@@ -0,0 +1,48 @@
+/*
+ * Copyright (c) 2009 Mellanox Technologies. All rights reserved.
+ *
+ * This software is available to you under the OpenIB.org BSD license
+ * below:
+ *
+ * Redistribution and use in source and binary forms, with or
+ * without modification, are permitted provided that the following
+ * conditions are met:
+ *
+ * - Redistributions of source code must retain the above
+ * copyright notice, this list of conditions and the following
+ * disclaimer.
+ *
+ * - Redistributions in binary form must reproduce the above
+ * copyright notice, this list of conditions and the following
+ * disclaimer in the documentation and/or other materials
+ * provided with the distribution.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * $Id: mlx4u.rc 1611 2006-08-20 14:48:55Z reuven $
+ */
+
+
+#include <oib_ver.h>
+
+#define VER_FILETYPE VFT_DLL
+#define VER_FILESUBTYPE VFT2_UNKNOWN
+
+#ifdef DBG
+#define VER_FILEDESCRIPTION_STR "HCA User Mode Verb Provider (Debug)"
+#define VER_INTERNALNAME_STR "mlx4ud.dll"
+#define VER_ORIGINALFILENAME_STR "mlx4ud.dll"
+#else
+#define VER_FILEDESCRIPTION_STR "HCA User Mode Verb Provider"
+#define VER_INTERNALNAME_STR "mlx4u.dll"
+#define VER_ORIGINALFILENAME_STR "mlx4u.dll"
+#endif
+
+#include <common.ver>
Index: hw/mlx4/user/hca/SOURCES
===================================================================
--- hw/mlx4/user/hca/SOURCES (revision 1822)
+++ hw/mlx4/user/hca/SOURCES (working copy)
@@ -25,6 +25,7 @@
!endif
SOURCES= \
+ mlx4u.rc \
buf.c \
cq.c \
dbrec.c \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20090114/e88ab112/attachment.html>
More information about the ofw
mailing list