More moves for Tool Packages
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1676 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
22
Tools/CCode/Source/CompressDll/CompressDll.h
Normal file
22
Tools/CCode/Source/CompressDll/CompressDll.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
|
||||
#include <jni.h>
|
||||
/* Header for class org_tianocore_frameworktasks_Compress */
|
||||
|
||||
#ifndef _Included_org_tianocore_framework_tasks_Compress
|
||||
#define _Included_org_tianocore_framework_tasks_Compress
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: org_tianocore_frameworktasks_Compress
|
||||
* Method: CallCompress
|
||||
* Signature: ([BILjava/lang/String;)[B
|
||||
*/
|
||||
JNIEXPORT jbyteArray JNICALL Java_org_tianocore_framework_tasks_Compress_CallCompress
|
||||
(JNIEnv *, jobject, jbyteArray, jint, jstring);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user