Re: [edk2] compilation error adding a Library object instead of the source code

2015-04-14 Thread Andrew Fish
rew Fish > > Thanks, > > ~ParthaS > > -- Forwarded message -- > From: Olivier Martin mailto:olivier.mar...@arm.com>> > Date: Tue, Apr 14, 2015 at 5:45 PM > Subject: Re: [edk2] compilation error adding a Library object instead of the > source code

Re: [edk2] compilation error adding a Library object instead of the source code

2015-04-14 Thread partha sarathi swain
- From: Olivier Martin Date: Tue, Apr 14, 2015 at 5:45 PM Subject: Re: [edk2] compilation error adding a Library object instead of the source code To: "edk2-devel@lists.sourceforge.net" You also need to provide an implementation for your ‘DummyLib’ interface. The implementation

Re: [edk2] compilation error adding a Library object instead of the source code

2015-04-14 Thread Olivier Martin
[mailto:partha161.sili...@gmail.com] Sent: 14 April 2015 11:40 To: edk2-devel@lists.sourceforge.net Subject: [edk2] compilation error adding a Library object instead of the source code Hi all, i am writing an utility dummyapp.efi (application) which will consume the one library dummylib.lib Now

[edk2] compilation error adding a Library object instead of the source code

2015-04-14 Thread partha sarathi swain
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 = dum