1*35ffd701SAndroid Build Coastguard Worker/*============================================================================== 2*35ffd701SAndroid Build Coastguard WorkerCopyright(c) 2017 Intel Corporation 3*35ffd701SAndroid Build Coastguard Worker 4*35ffd701SAndroid Build Coastguard WorkerPermission is hereby granted, free of charge, to any person obtaining a 5*35ffd701SAndroid Build Coastguard Workercopy of this software and associated documentation files(the "Software"), 6*35ffd701SAndroid Build Coastguard Workerto deal in the Software without restriction, including without limitation 7*35ffd701SAndroid Build Coastguard Workerthe rights to use, copy, modify, merge, publish, distribute, sublicense, 8*35ffd701SAndroid Build Coastguard Workerand / or sell copies of the Software, and to permit persons to whom the 9*35ffd701SAndroid Build Coastguard WorkerSoftware is furnished to do so, subject to the following conditions: 10*35ffd701SAndroid Build Coastguard Worker 11*35ffd701SAndroid Build Coastguard WorkerThe above copyright notice and this permission notice shall be included 12*35ffd701SAndroid Build Coastguard Workerin all copies or substantial portions of the Software. 13*35ffd701SAndroid Build Coastguard Worker 14*35ffd701SAndroid Build Coastguard WorkerTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 15*35ffd701SAndroid Build Coastguard WorkerOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16*35ffd701SAndroid Build Coastguard WorkerFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17*35ffd701SAndroid Build Coastguard WorkerTHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 18*35ffd701SAndroid Build Coastguard WorkerOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19*35ffd701SAndroid Build Coastguard WorkerARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20*35ffd701SAndroid Build Coastguard WorkerOTHER DEALINGS IN THE SOFTWARE. 21*35ffd701SAndroid Build Coastguard Worker 22*35ffd701SAndroid Build Coastguard WorkerFile Name: igdgmm.rc 23*35ffd701SAndroid Build Coastguard Worker 24*35ffd701SAndroid Build Coastguard WorkerAbstract: 25*35ffd701SAndroid Build Coastguard Worker 26*35ffd701SAndroid Build Coastguard WorkerNotes: 27*35ffd701SAndroid Build Coastguard Worker 28*35ffd701SAndroid Build Coastguard Worker============================================================================*/ 29*35ffd701SAndroid Build Coastguard Worker#ifdef _WIN32 30*35ffd701SAndroid Build Coastguard Worker#include <windows.h> 31*35ffd701SAndroid Build Coastguard Worker 32*35ffd701SAndroid Build Coastguard Worker#include <..\..\..\install\intcver.h> 33*35ffd701SAndroid Build Coastguard Worker#endif 34*35ffd701SAndroid Build Coastguard Worker 35*35ffd701SAndroid Build Coastguard Worker#define VER_FILETYPE VFT_DLL 36*35ffd701SAndroid Build Coastguard Worker#define VER_FILESUBTYPE VFT2_DRV_INSTALLABLE 37*35ffd701SAndroid Build Coastguard Worker#define VER_FILEOS VOS_NT_WINDOWS32 38*35ffd701SAndroid Build Coastguard Worker#define VER_FILEDESCRIPTION "User Mode Driver for Intel(R) Graphics Technology\0" 39*35ffd701SAndroid Build Coastguard Worker 40*35ffd701SAndroid Build Coastguard Worker#ifdef _WIN64 41*35ffd701SAndroid Build Coastguard Worker#define VER_INTERNALNAME "igdgmm64.dll" 42*35ffd701SAndroid Build Coastguard Worker#define VER_ORIGINALNAME "igdgmm64.dll" 43*35ffd701SAndroid Build Coastguard Worker#else 44*35ffd701SAndroid Build Coastguard Worker#define VER_INTERNALNAME "igdgmm32.dll" 45*35ffd701SAndroid Build Coastguard Worker#define VER_ORIGINALNAME "igdgmm32.dll" 46*35ffd701SAndroid Build Coastguard Worker#endif 47*35ffd701SAndroid Build Coastguard Worker 48*35ffd701SAndroid Build Coastguard Worker#ifdef _WIN32 49*35ffd701SAndroid Build Coastguard Worker#include <..\..\..\inc\verinfo.ver> 50*35ffd701SAndroid Build Coastguard Worker#endif 51