Use a generic .spec file, instead of a .def file per architecture
authorHervé Poussineau <hpoussin@reactos.org>
Fri, 8 Feb 2008 19:59:30 +0000 (19:59 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Fri, 8 Feb 2008 19:59:30 +0000 (19:59 +0000)
svn path=/trunk/; revision=32230

reactos/drivers/storage/class/class2/class2.rbuild
reactos/drivers/storage/class/class2/class2.rc
reactos/drivers/storage/class/class2/class2.spec [new file with mode: 0644]
reactos/drivers/storage/class/class2/class2_arm.def [deleted file]
reactos/drivers/storage/class/class2/class2_i386.def [deleted file]
reactos/drivers/storage/class/class2/license.txt

index f1e61b5..769ef89 100644 (file)
@@ -2,11 +2,12 @@
 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
 <module name="class2" type="kernelmodedriver" installbase="system32/drivers" installname="class2.sys">
        <bootstrap installbase="$(CDOUTPUT)" />
 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
 <module name="class2" type="kernelmodedriver" installbase="system32/drivers" installname="class2.sys">
        <bootstrap installbase="$(CDOUTPUT)" />
-       <importlibrary definition="class2_$(ARCH).def" />
+       <importlibrary definition="class2.spec.def" />
        <library>ntoskrnl</library>
        <library>hal</library>
        <library>scsiport</library>
        <include base="class2">..</include>
        <file>class2.c</file>
        <file>class2.rc</file>
        <library>ntoskrnl</library>
        <library>hal</library>
        <library>scsiport</library>
        <include base="class2">..</include>
        <file>class2.c</file>
        <file>class2.rc</file>
+       <file>class2.spec</file>
 </module>
 </module>
index c126cd4..e6e694c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: class2.rc 26227 2007-04-01 16:29:16Z fireball $ */
 
 #define REACTOS_VERSION_DLL
 #define REACTOS_STR_FILE_DESCRIPTION   "SCSI Class Driver Helper\0"
 
 #define REACTOS_VERSION_DLL
 #define REACTOS_STR_FILE_DESCRIPTION   "SCSI Class Driver Helper\0"
diff --git a/reactos/drivers/storage/class/class2/class2.spec b/reactos/drivers/storage/class/class2/class2.spec
new file mode 100644 (file)
index 0000000..ae6bf60
--- /dev/null
@@ -0,0 +1,22 @@
+@ stdcall ScsiClassAsynchronousCompletion(ptr ptr ptr)
+@ stdcall ScsiClassBuildRequest(ptr ptr)
+@ stdcall ScsiClassClaimDevice(ptr ptr long ptr)
+@ stdcall ScsiClassCreateDeviceObject(ptr ptr ptr ptr ptr)
+@ stdcall ScsiClassDeviceControl(ptr ptr)
+@ stdcall ScsiClassFindModePage(ptr long long long)
+@ stdcall ScsiClassFindUnclaimedDevices(ptr ptr)
+@ stdcall ScsiClassGetCapabilities(ptr ptr)
+@ stdcall ScsiClassGetInquiryData(ptr ptr)
+@ stdcall ScsiClassInitialize(ptr ptr ptr)
+@ stdcall ScsiClassInitializeSrbLookasideList(ptr long)
+@ stdcall ScsiClassInternalIoControl(ptr ptr)
+@ stdcall ScsiClassInterpretSenseInfo(ptr ptr long long long long)
+@ stdcall ScsiClassIoComplete(ptr ptr ptr)
+@ stdcall ScsiClassIoCompleteAssociated(ptr ptr ptr)
+@ stdcall ScsiClassModeSense(ptr ptr long long)
+@ stdcall ScsiClassQueryTimeOutRegistryValue(ptr)
+@ stdcall ScsiClassReadDriveCapacity(ptr)
+@ stdcall ScsiClassReleaseQueue(ptr)
+@ stdcall ScsiClassSendSrbAsynchronous(ptr ptr ptr ptr long long)
+@ stdcall ScsiClassSendSrbSynchronous(ptr ptr ptr long long)
+@ stdcall ScsiClassSplitRequest(ptr ptr long)
diff --git a/reactos/drivers/storage/class/class2/class2_arm.def b/reactos/drivers/storage/class/class2/class2_arm.def
deleted file mode 100644 (file)
index d236321..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-; $Id: class2.def 26227 2007-04-01 16:29:16Z fireball $
-;
-; class2.def - export definition file for scsi class driver
-;
-LIBRARY CLASS2.SYS
-EXPORTS
-ScsiClassAsynchronousCompletion
-ScsiClassBuildRequest
-ScsiClassClaimDevice
-ScsiClassCreateDeviceObject
-ScsiClassDeviceControl
-ScsiClassFindModePage
-ScsiClassFindUnclaimedDevices
-ScsiClassGetCapabilities
-ScsiClassGetInquiryData
-ScsiClassInitialize
-ScsiClassInitializeSrbLookasideList
-ScsiClassInternalIoControl
-ScsiClassInterpretSenseInfo
-ScsiClassIoComplete
-ScsiClassIoCompleteAssociated
-ScsiClassModeSense
-ScsiClassQueryTimeOutRegistryValue
-ScsiClassReadDriveCapacity
-ScsiClassReleaseQueue
-ScsiClassSendSrbAsynchronous
-ScsiClassSendSrbSynchronous
-ScsiClassSplitRequest
-;EOF
\ No newline at end of file
diff --git a/reactos/drivers/storage/class/class2/class2_i386.def b/reactos/drivers/storage/class/class2/class2_i386.def
deleted file mode 100644 (file)
index 44c490e..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-; $Id$
-;
-; class2.def - export definition file for scsi class driver
-;
-LIBRARY CLASS2.SYS
-EXPORTS
-ScsiClassAsynchronousCompletion@12
-ScsiClassBuildRequest@8
-ScsiClassClaimDevice@16
-ScsiClassCreateDeviceObject@20
-ScsiClassDeviceControl@8
-ScsiClassFindModePage@16
-ScsiClassFindUnclaimedDevices@8
-ScsiClassGetCapabilities@8
-ScsiClassGetInquiryData@8
-ScsiClassInitialize@12
-ScsiClassInitializeSrbLookasideList@8
-ScsiClassInternalIoControl@8
-ScsiClassInterpretSenseInfo@24
-ScsiClassIoComplete@12
-ScsiClassIoCompleteAssociated@12
-ScsiClassModeSense@16
-ScsiClassQueryTimeOutRegistryValue@4
-ScsiClassReadDriveCapacity@4
-ScsiClassReleaseQueue@4
-ScsiClassSendSrbAsynchronous@24
-ScsiClassSendSrbSynchronous@20
-ScsiClassSplitRequest@12
-;EOF
\ No newline at end of file
index 29389c4..28ba760 100644 (file)
@@ -1,53 +1,53 @@
-Window NT Device Driver Kit\r
-END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE\r
-\r
-IMPORTANT-READ CAREFULLY: This Microsoft End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity) and Microsoft Corporation for the Microsoft software product identified above, which includes computer software and associated media and printed materials, and may include "online" or electronic documentation ("SOFTWARE PRODUCT" or "SOFTWARE").  By installing, copying, or otherwise using the SOFTWARE PRODUCT, you agree to be bound by the terms of this EULA.  If you do not agree to the terms of this EULA, promptly return the unused SOFTWARE PRODUCT to the place from which you obtained it for a full refund, or if you received the SOFTWARE PRODUCT as part of a subscription or other service from Microsoft, you may cancel the subscription and receive a refund of a prorata portion of the subscription price.\r
-\r
-SOFTWARE PRODUCT LICENSE\r
-The SOFTWARE PRODUCT is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties.  The SOFTWARE PRODUCT is licensed, not sold. To develop Windows NT(tm) device drivers, you will need to utilize two computers, one for development and one for debugging.\r
-\r
-1.     GRANT OF LICENSE.  This EULA grants you the following limited, non-exclusive rights:\r
-* SOFTWARE PRODUCT.  (a) You may make two (2) copies of the SOFTWARE PRODUCT for installation and use on two (2) computers, one for use in development and one for use in debugging to design, develop, and test your software product(s), including but not limited to device driver(s) and other software products, for use with Microsoft(r) Windows(r) or Windows NT ("Software Product").   You may make an additional copy of the Windows NT Workstation operating system (licensed and provided separately) for use on a single computer used for debugging purposes.\r
-* Microsoft Developer Network Subscriber. If you acquired the SOFTWARE PRODUCT through a subscription to the Microsoft Developer Network, and you are either an individual developer or an individual designated within a single entity, you are granted the following additional rights with respect to the SOFTWARE PRODUCT:  (a) you may make and use copies of the SOFTWARE PRODUCT on up to ten (10) separate computers, provided that you are the only individual using the SOFTWARE PRODUCT on each such computer, and (b) if you are a single entity, you may designate one individual within your organization to have the right to use the SOFTWARE PRODUCT in the manner described herein.\r
-* SAMPLE CODE.  You may modify the sample source code ("Sample Code") to design, develop and test your Software Product, and reproduce and distribute the Sample Code with such modifications in source and  object code forms, provided that you comply with the Distribution Requirements described below.\r
-* DISTRIBUTION REQUIREMENTS. You may copy and redistribute the Sample Code as described above, provided that (a) you distribute the Sample Code only in conjunction with and as a part of your Software Product; (b) you do not make any statements to the effect or which imply that your Software Product is "certified" by Microsoft or that its performance is guaranteed by Microsoft; (c) you do not use Microsoft's name, logo, or trademarks to market your Software Product; (d) you include a valid copyright notice on your Software Product; and (e) you indemnify, hold harmless, and defend Microsoft from and against any claims or lawsuits, including attorneys' fees, that arise or result from the use or distribution of your Software Product.  Contact Microsoft for the applicable royalties due and other licensing terms for all other uses and/or distribution of the Sample Code \r
-* Microsoft reserves all rights not expressly granted to you.\r
-\r
-2.     COPYRIGHT.  All right, title, and copyrights in and to the SOFTWARE PRODUCT (including but not limited to any images, photographs, animations, video, audio, music, text, and "applets" incorporated into the SOFTWARE PRODUCT), and any copies of the SOFTWARE PRODUCT, are owned by Microsoft or its suppliers.  The SOFTWARE PRODUCT is protected by copyright laws and international treaty provisions. Therefore, you must treat the SOFTWARE PRODUCT like any other copyrighted material except that you may either (a) make one copy of the SOFTWARE PRODUCT solely for backup or archival purposes, or (b) install the SOFTWARE PRODUCT on a single computer, provided you keep the original solely for backup or archival purposes.  You may not copy the printed materials accompanying the SOFTWARE PRODUCT. \r
-\r
-3.     PRERELEASE CODE. The SOFTWARE PRODUCT may contain PRERELEASE CODE that is not at the level of performance and compatibility of the final, generally available, product offering. These portions of the SOFTWARE PRODUCT may not operate correctly and may be substantially modified prior to first commercial shipment. Microsoft is not obligated to make this or any later version of the SOFTWARE PRODUCT commercially available.  Microsoft grants you the right to distribute test versions of your Application created using the PRERELEASE CODE provided you comply with the Distribution Requirements described in Section 1 and the following additional provisions: (a)  you must mark the test version of your Application "BETA" and (b) you are solely responsible for updating your customers with versions of your Application that operate satisfactorily with the final commercial release of the PRERELEASE CODE. \r
-\r
-4. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS.  \r
-(      Limitations on Reverse Engineering, Decompilation, and Disassembly.  You may not reverse-engineer, decompile, or disassemble the SOFTWARE PRODUCT, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation.\r
-(      Rental.  You may not rent or lease the SOFTWARE PRODUCT.  \r
-(      Software Transfer.  You may permanently transfer all of your rights under this EULA, provided you retain no copies, you transfer all of the SOFTWARE PRODUCT (including all component parts, the media and printed materials, any upgrades, this EULA, and, if applicable, the Certificate of Authenticity), and the recipient agrees to the terms of this EULA.  If the SOFTWARE PRODUCT is an upgrade, any transfer must include all prior versions of the SOFTWARE PRODUCT.\r
-(      Termination.  Without prejudice to any other rights, Microsoft may terminate this EULA if you fail to comply with the terms and conditions of this EULA.  In such event, you must destroy all copies of the SOFTWARE PRODUCT and all of its component parts. \r
-\r
-5.     EXPORT RESTRICTIONS.  You agree that neither you nor your customers intend to or will, directly or indirectly, export or transmit (a) the SOFTWARE PRODUCT or related documentation and technical data or (b) your Application as described in Section 1 of this Agreement (or any part thereof), or process, or service that is the direct product of the SOFTWARE PRODUCT to any country to which such export or transmission is restricted by any applicable U.S. regulation or statute, without the prior written consent, if required, of the Bureau of Export Administration of the U.S. Department of Commerce, or such other governmental entity as may have jurisdiction over such export or transmission. \r
-\r
-NO WARRANTIES.  To the maximum extent permitted by applicable law, Microsoft expressly disclaims any warranty for the SOFTWARE PRODUCT.  The SOFTWARE PRODUCT and any related documentation are provided "as is" without warranty of any kind, either express or implied, including, without limitation, the implied warranties of merchantability or fitness for a particular purpose.  The entire risk arising out of use or performance of the SOFTWARE PRODUCT remains with you. \r
-\r
-LIMITATION OF LIABILITY.  Microsoft's entire liability and your exclusive remedy under this EULA shall not exceed one hundred dollars (US$100.00). \r
-\r
-NO LIABILITY FOR CONSEQUENTIAL DAMAGES.  To the maximum extent permitted by applicable law, in no event shall Microsoft or its suppliers be liable for any damages whatsoever (including, without limitation, damages for loss of business profit, business interruption, loss of business information, or any other pecuniary loss) arising out of the use or inability to use this Microsoft product, even if Microsoft has been advised of the possibility of such damages.  Because some states/jurisdictions do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to you. \r
-\r
-U.S. GOVERNMENT RESTRICTED RIGHTS.The SOFTWARE and documentation are provided with RESTRICTED RIGHTS.  Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of the Commercial Computer Software -- Restricted Rights at 48 CFR 52.227-19, as applicable.  Manufacturer is Microsoft Corporation/One Microsoft Way/Redmond, WA 98052-6399.\r
-\r
-If you acquired this product in the United States, this Agreement is governed by the laws of the State of Washington.  If you acquired this product outside the United States, local law may apply.\r
-\r
-Should you have any questions concerning this Agreement, if you desire rights to use the product beyond what is listed here, or if you desire to contact Microsoft for any reason, please contact your local Microsoft subsidiary or sales office or write to:  Microsoft Sales and Service, One Microsoft Way, Redmond, WA  98052-6399.\r
-\r
-Si vous avez acquis votre produit Microsoft au CANADA, la garantie limitée suivante vous concerne : \r
-\r
-GARANTIE LIMITÉE\r
-\r
-EXCLUSION DE GARANTIES.  Microsoft renonce entièrement à toute garantie pour le LOGICIEL.  Le LOGICIEL et toute autre documentation s'y rapportant sont fournis «comme tels» sans aucune garantie quelle qu'elle soit, expresse ou implicite, y compris, mais ne se limitant pas, aux garanties implicites de la qualité marchande ou un usage particulier.  Le risque total découlant de l'utilisation ou de la performance du LOGICIEL est entre vos mains. \r
-\r
-RESPONSABILITÉ LIMITÉE.  La seule obligation de Microsoft et votre recours exclusif concernant ce contrat n'excèderont pas cent dollars (US$100.00). \r
-\r
-ABSENCE DE RESPONSABILITÉ POUR LES DOMMAGES INDIRECTS.  Microsoft ou ses fournisseurs ne pourront être tenus responsables en aucune circonstance de tout dommage quel qu'il soit (y compris mais non de façon limitative aux dommages directs ou indirects causés par la perte de bénéfices commerciaux, l'interruption des affaires, la perte d'information commerciale ou toute autre perte pécuniaire) résultant de l'utilisation ou de l'impossibilité d'utilisation de ce produit, et ce, même si la société Microsoft a été avisée de l'éventualité de tels dommages.  Certains états/juridictions ne permettent pas l'exclusion ou la limitation de responsabilité relative aux dommages indirects ou consécutifs, et la limitation ci-dessus peut ne pas s'appliquer à votre égard. \r
-\r
-La présente Convention est régie par les lois de la province d'Ontario, Canada. Chacune des parties à la présente reconnaît irrévocablement la compétence des tribunaux de la province d'Ontario et consent à instituer tout litige qui pourrait découler de la présente auprès des tribunaux situés dans le district judiciaire de York, province d'Ontario. \r
-\r
-Au cas où vous auriez des questions concernant cette licence ou que vous désiriez vous mettre en rapport avec Microsoft pour quelque raison que ce soit, veuillez contacter la succursale Microsoft desservant votre pays, dont l'adresse est fournie dans ce produit, ou écrire à : Microsoft Customer Sales and Service, One Microsoft Way, Redmond, Washington 98052-6399. \r
-\r
+Window NT Device Driver Kit
+END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE
+
+IMPORTANT-READ CAREFULLY: This Microsoft End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity) and Microsoft Corporation for the Microsoft software product identified above, which includes computer software and associated media and printed materials, and may include "online" or electronic documentation ("SOFTWARE PRODUCT" or "SOFTWARE").  By installing, copying, or otherwise using the SOFTWARE PRODUCT, you agree to be bound by the terms of this EULA.  If you do not agree to the terms of this EULA, promptly return the unused SOFTWARE PRODUCT to the place from which you obtained it for a full refund, or if you received the SOFTWARE PRODUCT as part of a subscription or other service from Microsoft, you may cancel the subscription and receive a refund of a prorata portion of the subscription price.
+
+SOFTWARE PRODUCT LICENSE
+The SOFTWARE PRODUCT is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties.  The SOFTWARE PRODUCT is licensed, not sold. To develop Windows NT(tm) device drivers, you will need to utilize two computers, one for development and one for debugging.
+
+1.     GRANT OF LICENSE.  This EULA grants you the following limited, non-exclusive rights:
+* SOFTWARE PRODUCT.  (a) You may make two (2) copies of the SOFTWARE PRODUCT for installation and use on two (2) computers, one for use in development and one for use in debugging to design, develop, and test your software product(s), including but not limited to device driver(s) and other software products, for use with Microsoft(r) Windows(r) or Windows NT ("Software Product").   You may make an additional copy of the Windows NT Workstation operating system (licensed and provided separately) for use on a single computer used for debugging purposes.
+* Microsoft Developer Network Subscriber. If you acquired the SOFTWARE PRODUCT through a subscription to the Microsoft Developer Network, and you are either an individual developer or an individual designated within a single entity, you are granted the following additional rights with respect to the SOFTWARE PRODUCT:  (a) you may make and use copies of the SOFTWARE PRODUCT on up to ten (10) separate computers, provided that you are the only individual using the SOFTWARE PRODUCT on each such computer, and (b) if you are a single entity, you may designate one individual within your organization to have the right to use the SOFTWARE PRODUCT in the manner described herein.
+* SAMPLE CODE.  You may modify the sample source code ("Sample Code") to design, develop and test your Software Product, and reproduce and distribute the Sample Code with such modifications in source and  object code forms, provided that you comply with the Distribution Requirements described below.
+* DISTRIBUTION REQUIREMENTS. You may copy and redistribute the Sample Code as described above, provided that (a) you distribute the Sample Code only in conjunction with and as a part of your Software Product; (b) you do not make any statements to the effect or which imply that your Software Product is "certified" by Microsoft or that its performance is guaranteed by Microsoft; (c) you do not use Microsoft's name, logo, or trademarks to market your Software Product; (d) you include a valid copyright notice on your Software Product; and (e) you indemnify, hold harmless, and defend Microsoft from and against any claims or lawsuits, including attorneys' fees, that arise or result from the use or distribution of your Software Product.  Contact Microsoft for the applicable royalties due and other licensing terms for all other uses and/or distribution of the Sample Code 
+* Microsoft reserves all rights not expressly granted to you.
+
+2.     COPYRIGHT.  All right, title, and copyrights in and to the SOFTWARE PRODUCT (including but not limited to any images, photographs, animations, video, audio, music, text, and "applets" incorporated into the SOFTWARE PRODUCT), and any copies of the SOFTWARE PRODUCT, are owned by Microsoft or its suppliers.  The SOFTWARE PRODUCT is protected by copyright laws and international treaty provisions. Therefore, you must treat the SOFTWARE PRODUCT like any other copyrighted material except that you may either (a) make one copy of the SOFTWARE PRODUCT solely for backup or archival purposes, or (b) install the SOFTWARE PRODUCT on a single computer, provided you keep the original solely for backup or archival purposes.  You may not copy the printed materials accompanying the SOFTWARE PRODUCT. 
+
+3.     PRERELEASE CODE. The SOFTWARE PRODUCT may contain PRERELEASE CODE that is not at the level of performance and compatibility of the final, generally available, product offering. These portions of the SOFTWARE PRODUCT may not operate correctly and may be substantially modified prior to first commercial shipment. Microsoft is not obligated to make this or any later version of the SOFTWARE PRODUCT commercially available.  Microsoft grants you the right to distribute test versions of your Application created using the PRERELEASE CODE provided you comply with the Distribution Requirements described in Section 1 and the following additional provisions: (a)  you must mark the test version of your Application "BETA" and (b) you are solely responsible for updating your customers with versions of your Application that operate satisfactorily with the final commercial release of the PRERELEASE CODE. 
+
+4. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS.  
+(      Limitations on Reverse Engineering, Decompilation, and Disassembly.  You may not reverse-engineer, decompile, or disassemble the SOFTWARE PRODUCT, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation.
+(      Rental.  You may not rent or lease the SOFTWARE PRODUCT.  
+(      Software Transfer.  You may permanently transfer all of your rights under this EULA, provided you retain no copies, you transfer all of the SOFTWARE PRODUCT (including all component parts, the media and printed materials, any upgrades, this EULA, and, if applicable, the Certificate of Authenticity), and the recipient agrees to the terms of this EULA.  If the SOFTWARE PRODUCT is an upgrade, any transfer must include all prior versions of the SOFTWARE PRODUCT.
+(      Termination.  Without prejudice to any other rights, Microsoft may terminate this EULA if you fail to comply with the terms and conditions of this EULA.  In such event, you must destroy all copies of the SOFTWARE PRODUCT and all of its component parts. 
+
+5.     EXPORT RESTRICTIONS.  You agree that neither you nor your customers intend to or will, directly or indirectly, export or transmit (a) the SOFTWARE PRODUCT or related documentation and technical data or (b) your Application as described in Section 1 of this Agreement (or any part thereof), or process, or service that is the direct product of the SOFTWARE PRODUCT to any country to which such export or transmission is restricted by any applicable U.S. regulation or statute, without the prior written consent, if required, of the Bureau of Export Administration of the U.S. Department of Commerce, or such other governmental entity as may have jurisdiction over such export or transmission. 
+
+NO WARRANTIES.  To the maximum extent permitted by applicable law, Microsoft expressly disclaims any warranty for the SOFTWARE PRODUCT.  The SOFTWARE PRODUCT and any related documentation are provided "as is" without warranty of any kind, either express or implied, including, without limitation, the implied warranties of merchantability or fitness for a particular purpose.  The entire risk arising out of use or performance of the SOFTWARE PRODUCT remains with you. 
+
+LIMITATION OF LIABILITY.  Microsoft's entire liability and your exclusive remedy under this EULA shall not exceed one hundred dollars (US$100.00). 
+
+NO LIABILITY FOR CONSEQUENTIAL DAMAGES.  To the maximum extent permitted by applicable law, in no event shall Microsoft or its suppliers be liable for any damages whatsoever (including, without limitation, damages for loss of business profit, business interruption, loss of business information, or any other pecuniary loss) arising out of the use or inability to use this Microsoft product, even if Microsoft has been advised of the possibility of such damages.  Because some states/jurisdictions do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to you. 
+
+U.S. GOVERNMENT RESTRICTED RIGHTS.The SOFTWARE and documentation are provided with RESTRICTED RIGHTS.  Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of the Commercial Computer Software -- Restricted Rights at 48 CFR 52.227-19, as applicable.  Manufacturer is Microsoft Corporation/One Microsoft Way/Redmond, WA 98052-6399.
+
+If you acquired this product in the United States, this Agreement is governed by the laws of the State of Washington.  If you acquired this product outside the United States, local law may apply.
+
+Should you have any questions concerning this Agreement, if you desire rights to use the product beyond what is listed here, or if you desire to contact Microsoft for any reason, please contact your local Microsoft subsidiary or sales office or write to:  Microsoft Sales and Service, One Microsoft Way, Redmond, WA  98052-6399.
+
+Si vous avez acquis votre produit Microsoft au CANADA, la garantie limitée suivante vous concerne : 
+
+GARANTIE LIMITÉE
+
+EXCLUSION DE GARANTIES.  Microsoft renonce entièrement à toute garantie pour le LOGICIEL.  Le LOGICIEL et toute autre documentation s'y rapportant sont fournis «comme tels» sans aucune garantie quelle qu'elle soit, expresse ou implicite, y compris, mais ne se limitant pas, aux garanties implicites de la qualité marchande ou un usage particulier.  Le risque total découlant de l'utilisation ou de la performance du LOGICIEL est entre vos mains. 
+
+RESPONSABILITÉ LIMITÉE.  La seule obligation de Microsoft et votre recours exclusif concernant ce contrat n'excèderont pas cent dollars (US$100.00). 
+
+ABSENCE DE RESPONSABILITÉ POUR LES DOMMAGES INDIRECTS.  Microsoft ou ses fournisseurs ne pourront être tenus responsables en aucune circonstance de tout dommage quel qu'il soit (y compris mais non de façon limitative aux dommages directs ou indirects causés par la perte de bénéfices commerciaux, l'interruption des affaires, la perte d'information commerciale ou toute autre perte pécuniaire) résultant de l'utilisation ou de l'impossibilité d'utilisation de ce produit, et ce, même si la société Microsoft a été avisée de l'éventualité de tels dommages.  Certains états/juridictions ne permettent pas l'exclusion ou la limitation de responsabilité relative aux dommages indirects ou consécutifs, et la limitation ci-dessus peut ne pas s'appliquer à votre égard. 
+
+La présente Convention est régie par les lois de la province d'Ontario, Canada. Chacune des parties à la présente reconnaît irrévocablement la compétence des tribunaux de la province d'Ontario et consent à instituer tout litige qui pourrait découler de la présente auprès des tribunaux situés dans le district judiciaire de York, province d'Ontario. 
+
+Au cas où vous auriez des questions concernant cette licence ou que vous désiriez vous mettre en rapport avec Microsoft pour quelque raison que ce soit, veuillez contacter la succursale Microsoft desservant votre pays, dont l'adresse est fournie dans ce produit, ou écrire à : Microsoft Customer Sales and Service, One Microsoft Way, Redmond, Washington 98052-6399. 
+