[ofw][patch][MLX4] add resource info to MLX4U.DLL
Leonid Keller
leonid at mellanox.co.il
Sun Jan 18 05:44:18 PST 2009
Applied in 1839-40
________________________________
From: ofw-bounces at lists.openfabrics.org
[mailto:ofw-bounces at lists.openfabrics.org] On Behalf Of Leonid Keller
Sent: Wednesday, January 14, 2009 5:07 PM
To: ofw at lists.openfabrics.org
Subject: [ofw][patch][MLX4] add resource info to MLX4U.DLL
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/20090118/3b42a570/attachment.html>
More information about the ofw
mailing list