Hi all,
i am writing an utility dummyapp.efi (application) which will consume the
one library dummylib.lib Now ".inf" file has some following code
******************************************************
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = dummyapp
FILE_GUID = 9882F085-460D-0D60-0AA1-XXXXXXXXXXX
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.0
ENTRY_POINT = UefiMain
[Sources]
dummyapp.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
dummypkg/dummypkg.dec
[LibraryClasses]
UefiApplicationEntryPoint
UefiLib
dummylib
********************************************************
*now the *dummypkg.dsc has the following content.
*****************************************
[Defines]
DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = dummypkg
PACKAGE_GUID = 7441d281-3eae-4b77-8392-xxxxxxxxxxxx
PACKAGE_VERSION = 0.94
[Includes]
Include
Include/Library
[LibraryClasses]
dummylib|Include/Library/dummylib.h
****************************************************************************
I have the library dummylib.lib. Now Question is where i need to keep the
".lib" file in order to compile the dummyapp.inf. I am getting the error
saying dummylib.lib is not found. I dont have the code for dummylib.lib but
i have the include headers . Could any one figure it out how to compile the
app.
*Thanks,*
*~ParthaS*
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel