>how the pvplayer.cfg file is generated at compile time of the packages?
its not generated.
statically copied from ./external/opencore/pvplayer.cfg to <out>/system/etc
folder

Refer Android.mk for "$(call add-prebuilt-files, ETC, pvplayer.cfg)" line..,



2010/8/3 Deva R <[email protected]>

> [+list]
>
> Hi,
>
> >My problem is how to generate OsclUuid to identify my library!
> My understandig is OSCL Uuid is fixed for a library type.,  for eg., OMX
> core shall be specified as
>
> {(OMX Core API OsclUuid), “shared library name.so”}
>
> so, we publish our core library as
>
> {(0xa054369c,0x22c5,0x412e,0x19,0x17,0x87,0x4c,0x1a,0x19,0xd4,0x5f), 
> "libomx_core_vendorXYZ.so"}
>
> if pvplayer.cfg alreay publishes a OMX core, you can add a different .cfg
> to publish new omx core.
> not sure of this,but try adding a new entry inside pvplayer.cfg itself.
>
> preference of your component shall be acheived like by naming your .cfg
> files ahead of pvplayer.cfg, or if above experiment works => put your omx
> core ahead of pv omx core.
>
>
>
>
> 2010/8/3 André Barbosa <[email protected]>
>
> Hi Deva R,
>>
>> Thanks for your quick response!
>> I already saw the link that you sent me, and have not got the solution for
>> my doubt! My problem is how to generate OsclUuid to identify my library!
>> From what I was looking at the pvmf_sm_fsp_registry code, the libraries are
>> mentioned by name (in the case of RTSP for X-PVMF-DATA-SRC-RTSP-URL), my
>> question is how to associate that name to the OsclUuid? and how the
>> pvplayer.cfg file is generated at compile time of the packages?
>>
>> Thanks for your time,
>> André Barbosa.
>>
>> 2010/8/3 Deva R <[email protected]>
>>
>> Hi,
>>>
>>> You can refer opencore integration docs, on more details about
>>> pvplayer.cfg (or about adding your own .cfg file)
>>>
>>> http://git.omapzoom.org/?p=patch/platform/external/opencore.git;a=tree;f=doc
>>>
>>>
>>>
>>> 2010/8/2 André Barbosa <[email protected]>
>>>
>>>> I need to register a new package in the file pvplayer.cfg.
>>>> When is evoked  a rtsp link in the player, is made the search by X-
>>>> PVMF-DATA-SRC-RTSP-URL in the pvplayer.cfg file and it is loaded the
>>>> package libpvrtspunicast_streamingreg. I wanted to add a new package
>>>> libpvsip_streamingreg registered by the name X-PVMF-DATA-SRC-SIP-URL
>>>> in pvplayer.cfg file, but do not know how to do this registration of
>>>> this new lib in pvplayer.cfg file.
>>>> I already seen the file, but the identification of the lib is very
>>>> confusing! I already seen some posts of the Ravi, but so far I have
>>>> not had success!
>>>>
>>>> Regards,
>>>> André Barbosa.
>>>>
>>>> --
>>>> unsubscribe: 
>>>> [email protected]<android-porting%[email protected]>
>>>> website: http://groups.google.com/group/android-porting
>>>>
>>>
>>>
>>
>

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to