cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
umakantpatel
Level 3

How to define trusted storage for arm client

Jump to solution

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 ?

0 Kudos
(1) Solution
ejohnson1
Flexera Alumni

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.

 

View solution in original post

(1) Reply
ejohnson1
Flexera Alumni

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.