xref: /aosp_15_r20/external/gmmlib/Source/GmmLib/Scripts/GmmCheckCodingStandard.bat (revision 35ffd701415c9e32e53136d61a677a8d0a8fc4a5)
1@echo off
2REM Copyright(c) 2017 Intel Corporation
3REM
4REM Permission is hereby granted, free of charge, to any person obtaining a
5REM copy of this software and associated documentation files(the "Software"),
6REM to deal in the Software without restriction, including without limitation
7REM the rights to use, copy, modify, merge, publish, distribute, sublicense,
8REM and / or sell copies of the Software, and to permit persons to whom the
9REM Software is furnished to do so, subject to the following conditions:
10REM
11REM The above copyright notice and this permission notice shall be included
12REM in all copies or substantial portions of the Software.
13REM
14REM THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15REM OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16REM FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17REM THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
18REM OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19REM ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20REM OTHER DEALINGS IN THE SOFTWARE.
21cscript //nologo %~dp0\GmmCheckCodingStandard.wsf %~dp0\..
22