-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from GENIVI/GC_reworked_controller
GC: Introduce new version of generic controller plugin
- Loading branch information
Showing
177 changed files
with
29,605 additions
and
20,266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,959 changes: 991 additions & 968 deletions
1,959
PluginControlInterfaceGeneric/conf/audiomanagertypes.xsd
Large diffs are not rendered by default.
Oops, something went wrong.
469 changes: 88 additions & 381 deletions
469
PluginControlInterfaceGeneric/conf/configuration_async.xml
Large diffs are not rendered by default.
Oops, something went wrong.
388 changes: 85 additions & 303 deletions
388
PluginControlInterfaceGeneric/conf/configuration_test.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,68 @@ | ||
<?xml version="1.0"?> | ||
<xsd:schema targetNamespace="controller" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:c="controller"> | ||
<xsd:simpleType name="am_CustomAvailabilityReason_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration list the source/sink availability change reason. </xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomSoundPropertyType_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration list the source and sink sound property. The sound properties of Genivi Audio manager can be extended to include project specific properties. Three sound properties like volume persistence, connection persistence and volume support are extended.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomConnectionFormat_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration lists the connection format for the source and sinks.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomNotificationType_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration contains the type of notification possible.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomSystemPropertyType_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration lists the system properties.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
<xsd:enumeration value="SYP_DEBUG_LOG"> | ||
<xsd:annotation> | ||
<xsd:documentation>1 </xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
|
||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomRampType_t"> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomMainSoundPropertyType_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration lists the Main Properties for source and sinks.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_SourceID_e"> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_SinkID_e"> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomAvailabilityReason_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration list the source/sink availability change reason. </xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomSoundPropertyType_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration list the source and sink sound property. The sound properties of Genivi Audio manager can be extended to include project specific properties. Three sound properties like volume persistence, connection persistence and volume support are extended.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomConnectionFormat_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration lists the connection format for the source and sinks.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomNotificationType_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration contains the type of notification possible.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomSystemPropertyType_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration lists the system properties.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomRampType_t"> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomMainSoundPropertyType_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration lists the Main Properties for source and sinks.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_CustomClassPropertyType_t"> | ||
<xsd:annotation> | ||
<xsd:documentation>This enumeration lists the Class Properties.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_SourceID_e"> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_SinkID_e"> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="am_ClassID_e"> | ||
<xsd:restriction base="xsd:string"> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
</xsd:schema> |
Oops, something went wrong.