From bbe353230727568d3c1999af2701d2e150ff232f Mon Sep 17 00:00:00 2001 From: Vishal More Date: Thu, 11 Jun 2020 11:11:17 +0530 Subject: Picking up lastest bug fixes & SHA2 signing [SNG-2803] GFE-SDK : SHA-2 sign task --- doc/html/config_8h_source.html | 55 ++++++++++++++++++++++++++++++------------ 1 file changed, 40 insertions(+), 15 deletions(-) (limited to 'doc/html/config_8h_source.html') diff --git a/doc/html/config_8h_source.html b/doc/html/config_8h_source.html index f9b71cb..f3fe074 100644 --- a/doc/html/config_8h_source.html +++ b/doc/html/config_8h_source.html @@ -4,9 +4,9 @@ - + -NVIDIAGeForceExperienceSDK: C:/u/workspace/dev/sdkwinauto/_build/x64-release-uwp/sdk/include/gfesdk/config.h Source File +NVIDIAGeForceExperienceSDK: C:/u/workspace/dev/sdkwinauto/_build/sdkclient-win/x64-release-uwp/sdk/include/gfesdk/config.h Source File @@ -16,10 +16,14 @@ + @@ -38,19 +42,40 @@ - + - - - - + +
-
1 /* Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
2  *
3  * NVIDIA CORPORATION and its licensors retain all intellectual property
4  * and proprietary rights in and to this software, related documentation
5  * and any modifications thereto. Any use, reproduction, disclosure or
6  * distribution of this software and related documentation without an express
7  * license agreement from NVIDIA CORPORATION is strictly prohibited.
8  */
9 
10 // Warning: This file is generated. Do not edit
11 
12 #ifndef _NVGSDK_CONFIG_H_
13 #define _NVGSDK_CONFIG_H_
14 
15 #include "gfe3_product_version.h"
16 
17 #define NVGSDK_PROJECT_NAME "GfeSDK"
18 
19 #define NVGSDK_VERSION_MAJOR 1
20 #define NVGSDK_VERSION_MINOR 1
21 #define NVGSDK_BUILD_NUMBER 217
22 #define NVGSDK_BUILD_HASH 10bac95d
23 #define NVGSDK_BUILD_HASH_STR "10bac95d"
24 
25 #endif // _NVGSDK_CONFIG_H_
+
1 /* Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
2  *
3  * NVIDIA CORPORATION and its licensors retain all intellectual property
4  * and proprietary rights in and to this software, related documentation
5  * and any modifications thereto. Any use, reproduction, disclosure or
6  * distribution of this software and related documentation without an express
7  * license agreement from NVIDIA CORPORATION is strictly prohibited.
8  */
9 
10 // Warning: This file is generated. Do not edit
11 
12 #ifndef _NVGSDK_CONFIG_H_
13 #define _NVGSDK_CONFIG_H_
14 
15 #include "gfe3_product_version.h"
16 
17 #define NVGSDK_PROJECT_NAME "GfeSDK-sdkclient-win"
18 
19 #define NVGSDK_VERSION_MAJOR 1
20 #define NVGSDK_VERSION_MINOR 1
21 #define NVGSDK_BUILD_NUMBER 232
22 #define NVGSDK_BUILD_HASH 4cdf2529
23 #define NVGSDK_BUILD_HASH_STR "4cdf2529"
24 
25 #endif // _NVGSDK_CONFIG_H_
-- cgit v1.2.3