EBS Object Types - Media Files
Used for the display of graphics on the desktop client.
Object Type Identification
Files with extensions .jpg, .jpeg, png, gif, tif, jfif, bmp are included regardless of location
File ExtensionsÂ
Name | Description |
---|---|
.jpg or .jpeg | Joint Photographic Experts Group, used interchangeably with JPEG file. |
.png | Portable Network Graphics is a graphics file format that supports lossless data compression. |
.gif | Graphic Interchange Format for often animated raster graphics. |
.tif | tif image file |
.jfif | JPEG file interchange format |
.bmp | bit map image file |
Object Type
Name | Code |
---|---|
Media Files |
|
Object Type Attributes
Name | Code | Description | Default Value | Supported Values |
---|---|---|---|---|
Source |
| Object Source Location Type | SCM | SCM |
Target Location |
| Path to where the file should be deployed. | $OA_MEDIA/ | |
Target File Permission |
| Permissions to apply to the file after it is deployed | Defaults to the project property FDEBS_FILE_PERMISSIONS |
Related Project Properties
Name | Code | Description | Default Value |
---|---|---|---|
Media Root Source Directory |
| Source folder for image files (e.g. oa_media). | media |
Media Root Destination Directory |
| Target directory for image files (e.g. $XXAR_TOP/media). | $OA_MEDIA |
File Permissions |
| Target File Permission. Will be set to target file after deployment using chmod. eg: 755 |
Sample Build CommandsÂ
N/A - Build commands not supported for this type.
Sample Deploy CommandsÂ
cp "$SOURCE_FILE" "$OA_MEDIA/";
- style