Lines Matching full:oem
190 ## OEM/vendor-specific functions
192 libpldm accepts support for OEM or vendor-specific extensions. To add support
193 for an OEM's extensions:
195 1. Document the wire format for all OEM messages under `docs/oem/${OEM_NAME}/`
197 2. Add public OEM API declarations and definitions under
198 `include/libpldm/oem/${OEM_NAME}/`, and install them to the same relative
201 3. Implement the public OEM APIs under `src/oem/${OEM_NAME}/`
203 4. Implement the OEM API tests under `tests/oem/${OEM_NAME}/`
205 The `${OEM_NAME}` folder must be created with the name of the OEM/vendor in
208 Finally, the OEM name must be added to the list of choices for the `oem` meson
210 integration of the OEM extensions.