Loading audio/2.0/config/audio_policy_configuration.xsd +22 −8 Original line number Diff line number Diff line Loading @@ -73,6 +73,8 @@ <!-- Enum values of IDevicesFactory::Device TODO: generate from hidl to avoid manual sync. --> <xs:simpleType name="halName"> <xs:union> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="primary"/> <xs:enumeration value="a2dp"/> Loading @@ -82,6 +84,18 @@ <xs:enumeration value="stub"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <!-- Vendor eXtension names must be in the vx namespace. Vendor are encouraged to namespace their module names. Example for an hypothetical Google virtual reality HAL: <module name="vx_google_vr" halVersion="3.0"> --> <xs:restriction base="xs:string"> <xs:pattern value="vx_[_a-zA-Z0-9]+"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> <xs:complexType name="modules"> <xs:annotation> <xs:documentation xml:lang="en"> Loading Loading
audio/2.0/config/audio_policy_configuration.xsd +22 −8 Original line number Diff line number Diff line Loading @@ -73,6 +73,8 @@ <!-- Enum values of IDevicesFactory::Device TODO: generate from hidl to avoid manual sync. --> <xs:simpleType name="halName"> <xs:union> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="primary"/> <xs:enumeration value="a2dp"/> Loading @@ -82,6 +84,18 @@ <xs:enumeration value="stub"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <!-- Vendor eXtension names must be in the vx namespace. Vendor are encouraged to namespace their module names. Example for an hypothetical Google virtual reality HAL: <module name="vx_google_vr" halVersion="3.0"> --> <xs:restriction base="xs:string"> <xs:pattern value="vx_[_a-zA-Z0-9]+"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> <xs:complexType name="modules"> <xs:annotation> <xs:documentation xml:lang="en"> Loading