- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Forum
- :
- How to define trusted storage for arm client
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
In my code i have used FlxLicenseSourceCreateFromTrustedStorage api, but how this api knows what is the location of trusted storage.
also how to define custom path for trusted storage ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @umakantpatel ,
The path for trusted storage is implemented in the included project file, "ExamplePathCalloutPosix.c", which should be located in [drive:]\[SDK Porting kitdirectory]\hal\path.
If you build the examples, like client.c, view.c, capabilityrequest.c, the file noted above will be loaded and the default implementation used by the compiled example program.
Best Regards.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @umakantpatel ,
The path for trusted storage is implemented in the included project file, "ExamplePathCalloutPosix.c", which should be located in [drive:]\[SDK Porting kitdirectory]\hal\path.
If you build the examples, like client.c, view.c, capabilityrequest.c, the file noted above will be loaded and the default implementation used by the compiled example program.
Best Regards.